- fix read problem on stream sockets (net-snmp bz#1337534)

This commit is contained in:
Radek Vokál 2005-12-07 08:47:57 +00:00
parent e5fabe5a50
commit f93c2bc27a
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: A collection of SNMP protocol tools and libraries.
Name: net-snmp
Version: 5.2.2
Release: 1
Release: 2
License: BSDish
Group: System Environment/Daemons
URL: http://net-snmp.sourceforge.net/
@ -27,6 +27,7 @@ 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
Patch20: net-snmp-5.2.2-tcp-partial-packet.patch
Prereq: /sbin/chkconfig
Obsoletes: ucd-snmp
@ -126,6 +127,7 @@ and applications.
%patch9 -b .64bit
%patch12 -p1 -b .dir-fix
%patch19 -p1 -b .file_offset
%patch20 -p0 -b .tcp-packet
# Do this patch with a perl hack...
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
@ -308,6 +310,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/*.a
%changelog
* Wed Dec 07 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-2
- fix read problem on stream sockets (net-snmp bz#1337534)
* Tue Nov 29 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-1
- upgrade to 5.2.2 final