On Tuesday 08 May 2012 00.16.15 Mitch Patenaude wrote:
I'm trying to find out if a particular RedHat patch has been ported to CentOS yet.
In particular, this vulnerability: CVE-2011-3607
Johnny already explained the version naming I'm just adding a way to see if a certain pkg has a certain fix:
$ yumdownloader httpd (yumdownloader is in the yum-utils pkg) $ rpm -qp --changelog httpd*.rpm | less (search for your CVE)
/Peter