Due to the recent GHOST vulnerability I was trying to upgrade the glibc version on our RHEL4.
The command I tried using was:
rpm -Uvh glibc-2.3.4-2.57.x86_64.rpm
Result was:
[root@rhel4-test ~]# rpm -Uvh glibc-2.3.4-2.57.i686.rpm
warning: glibc-2.3.4-2.57.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
package glibc-2.3.4-2.57 is already installed
The changelog on the RedHat support site seems pretty old although the version matches.
Has anyone managed to upgrade RHEL4 against GHOST (CVE-2015-0235) vulnerability?