From f93c2bc27ada6212caf0e3a145de7744bd9f0a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Wed, 7 Dec 2005 08:47:57 +0000 Subject: [PATCH] - fix read problem on stream sockets (net-snmp bz#1337534) --- net-snmp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 4545eea..946a000 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: 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 - 5.2.2-2 +- fix read problem on stream sockets (net-snmp bz#1337534) + * Tue Nov 29 2005 Radek Vokal - 5.2.2-1 - upgrade to 5.2.2 final