diff --git a/net-snmp.spec b/net-snmp.spec index 946a000..611bcaa 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -3,7 +3,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.2.2 -Release: 2 +Release: 3 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ @@ -27,7 +27,9 @@ Patch9: net-snmp-5.2-64bit.diff #Patch10: net-snmp-5.1.1-ipAdEntIfIndex.patch Patch12: net-snmp-5.1.2-dir-fix.patch Patch19: net-snmp-5.2.1-file_offset.patch +#net-snmp CVS Patch20: net-snmp-5.2.2-tcp-partial-packet.patch +Patch21: net-snmp-5.2.2-ipaddr-size-64bit.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -128,6 +130,7 @@ and applications. %patch12 -p1 -b .dir-fix %patch19 -p1 -b .file_offset %patch20 -p0 -b .tcp-packet +%patch21 -p0 -b .ip_addr # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -310,6 +313,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Fri Dec 09 2005 Radek Vokal - 5.2.2-3 +- fix ipaddr return type on 64bit machines + * Wed Dec 07 2005 Radek Vokal - 5.2.2-2 - fix read problem on stream sockets (net-snmp bz#1337534)