diff --git a/.cvsignore b/.cvsignore index d0de548..d4606bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -net-snmp-5.2.tar.gz +net-snmp-5.2.1.tar.gz diff --git a/net-snmp.spec b/net-snmp.spec index 4c686ac..328a548 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -2,8 +2,8 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp -Version: 5.2 -Release: 2 +Version: 5.2.1 +Release: 1 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ @@ -27,7 +27,8 @@ Patch9: net-snmp-5.1-64bit.patch Patch10: net-snmp-5.1.1-ipAdEntIfIndex.patch Patch11: net-snmp-5.1.2-lelf.patch Patch12: net-snmp-5.1.2-dir-fix.patch -Patch13: net-snmp-5.2-ipsystemstats.patch +#Patch13: net-snmp-5.2-ipsystemstats.patch +Patch14: net-snmp-5.1.2-conf_list.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp BuildRoot: %{_tmppath}/%{name}-root @@ -132,7 +133,8 @@ and applications. %patch10 -p1 -b .ipAdEntIfIndex %patch11 -p1 -b .lelf %patch12 -p1 -b .dir-fix -%patch13 -p1 -b .ipstats +#%patch13 -p1 -b .ipstats +%patch14 -p1 -b .conf_list # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -304,12 +306,16 @@ rm -rf ${RPM_BUILD_ROOT} %attr(0644,root,root) %{_mandir}/man3/*.3pm.* %files libs -%defattr(0644,root,root,0755) +%defattr(-,root,root) %{_libdir}/lib*.so.* %{_libdir}/*.a %{_libdir}/*.la %changelog +* Mon Jan 31 2005 Radek Vokal 5.2.1-1 +- new release, fixing several issues +- pointer needs to be inicialized (#146417) + * Mon Dec 27 2004 Radek Vokal 5.2-2 - patch adding ipv6 support to ip system stats diff --git a/sources b/sources index eed5f5e..998247c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af1c18209474ec4851b06504aae2a7c1 net-snmp-5.2.tar.gz +4c38451b1f5914789da370b79dc06124 net-snmp-5.2.1.tar.gz