Thread: No MD5SUM for 8.1.16 RHEL5 rpms

No MD5SUM for 8.1.16 RHEL5 rpms

From
"Joey K."
Date:
Hello,

I downloaded RHEL5 rpm files for the latest 8.1.16 release and could not find the MD5 file for them.
http://ftp9.us.postgresql.org/pub/mirrors/postgresql/binary/v8.1.16/linux/rpms/redhat/rhel-5-i386/

8.1.15 RHEL5 roms had them,
http://ftp9.us.postgresql.org/pub/mirrors/postgresql/binary/v8.1.15/linux/rpms/redhat/rhel-5-i386/

How do I get the checksum for these files to compare?

Thanks,
Joey

Re: No MD5SUM for 8.1.16 RHEL5 rpms

From
Devrim GÜNDÜZ
Date:
Hi,

> I downloaded RHEL5 rpm files for the latest 8.1.16 release and could not
> find the MD5 file for them.
> http://ftp9.us.postgresql.org/pub/mirrors/postgresql/binary/v8.1.16/linux/rpms/redhat/rhel-5-i386/
>
> 8.1.15 RHEL5 roms had them,
> http://ftp9.us.postgresql.org/pub/mirrors/postgresql/binary/v8.1.15/linux/rpms/redhat/rhel-5-i386/
>
> How do I get the checksum for these files to compare?

Until they sync to FTP sites, you can check the signature of the RPMs.
They are signed with:

http://yum.pgsqlrpms.org/RPM-GPG-KEY-PGDG

You can import this to your rpm database and check packages with rpm
--checksig .

Regards,
--
Devrim

Re: No MD5SUM for 8.1.16 RHEL5 rpms

From
"Joey K."
Date:


On Wed, Feb 11, 2009 at 3:05 PM, Devrim GÜNDÜZ <devrim@gunduz.org> wrote:
Hi,

> I downloaded RHEL5 rpm files for the latest 8.1.16 release and could not
> find the MD5 file for them.
> http://ftp9.us.postgresql.org/pub/mirrors/postgresql/binary/v8.1.16/linux/rpms/redhat/rhel-5-i386/
>
> 8.1.15 RHEL5 roms had them,
> http://ftp9.us.postgresql.org/pub/mirrors/postgresql/binary/v8.1.15/linux/rpms/redhat/rhel-5-i386/
>
> How do I get the checksum for these files to compare?

Until they sync to FTP sites, you can check the signature of the RPMs.
They are signed with:

http://yum.pgsqlrpms.org/RPM-GPG-KEY-PGDG

You can import this to your rpm database and check packages with rpm
--checksig .


Thanks Devrim! That worked.

Joey