<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Find the changelog / security log  of a Linux rpm package</title> <atom:link href="http://www.cyberciti.biz/tips/howto-find-out-linux-rpm-package-changelog.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/howto-find-out-linux-rpm-package-changelog.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Honzik</title><link>http://www.cyberciti.biz/tips/howto-find-out-linux-rpm-package-changelog.html#comment-170570</link> <dc:creator>Honzik</dc:creator> <pubDate>Tue, 12 Apr 2011 16:22:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-find-out-linux-rpm-package-changelog.html#comment-170570</guid> <description>rpm -qi --changelog kernel-2.4.21-63.EL &#124; grep CVE
will list you all CVE fixes which are included in already installed package
If you want to know CVE fixes which brings you new rpm package (not installed yet) run
rpm -qp --changelog kernel-2.4.21-63.EL.i686.rpm &#124; grep CVE
This example is for kernel package.</description> <content:encoded><![CDATA[<p>rpm -qi &#8211;changelog kernel-2.4.21-63.EL | grep CVE<br
/> will list you all CVE fixes which are included in already installed package</p><p>If you want to know CVE fixes which brings you new rpm package (not installed yet) run<br
/> rpm -qp &#8211;changelog kernel-2.4.21-63.EL.i686.rpm | grep CVE</p><p>This example is for kernel package.</p> ]]></content:encoded> </item> </channel> </rss>
