Wednesday, August 22, 2012

RPM package changelog and what library a file belongs

SkyHi @ Wednesday, August 22, 2012

#rpm -q --changelog

* Wed Jun 06 2012 Johnny Hughes 2.2.3-65.el5.centos
- Roll in CentOS Branding

* Fri May 25 2012 Joe Orton - 2.2.3-65
- mod_cache: fix handling of 304 responses (#825210)

* Wed Feb 08 2012 Joe Orton - 2.2.3-63.1
- add security fixes for CVE-2012-0053, CVE-2012-0031, CVE-2011-3607 (#787596)
- remove patch for CVE-2011-3638, obviated by fix for CVE-2011-3639

* Wed Jan 04 2012 Joe Orton - 2.2.3-63
- revert addition of LDAP nested group support (#546443)

* Wed Dec 21 2011 Joe Orton - 2.2.3-62
- mod_ldap: add support for nested groups (#546443)
- mod_ssl: fix segfault with bad SSLCryptoDevice argument (#767990)

* Wed Dec 07 2011 Jan Kaluza - 2.2.3-61
- rotatelogs: include new manpage (#677279,#677288)


 Find to what library a file belongs?


# rpm -qif /usr/bin/dig
Name        : bind-utils                   Relocations: (not relocatable)
Version     : 9.3.4                             Vendor: CentOS
Release     : 6.0.3.P1.el5_2                Build Date: Thu 08 Jan 2009 06:40:33 PM PST
Install Date: Tue 10 Mar 2009 01:32:49 PM PDT      Build Host: builder16.centos.org
Group       : Applications/System           Source RPM: bind-9.3.4-6.0.3.P1.el5_2.src.rpm
Size        : 285637                           License: BSD-like
Signature   : DSA/SHA1, Fri 09 Jan 2009 03:05:41 PM PST, Key ID a8a447dce8562897
URL         : http://www.isc.org/products/BIND/
Summary     : Utilities for querying DNS name servers.
Description :
Bind-utils contains a collection of utilities for querying DNS (Domain
Name System) name servers to find out information about Internet
hosts. These tools will provide you with the IP addresses for given
host names, as well as other information about registered domains and
network addresses.

You should install bind-utils if you need to get information from DNS name
servers.