rpms/net-snmp/F-7 net-snmp.spec,1.118,1.119

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Mon Oct 22 11:30:24 UTC 2007


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28436

Modified Files:
	net-snmp.spec 
Log Message:
fix leak in UDP transport
Resolves: #247771


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/F-7/net-snmp.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- net-snmp.spec	19 Oct 2007 13:43:15 -0000	1.118
+++ net-snmp.spec	22 Oct 2007 11:29:50 -0000	1.119
@@ -44,6 +44,7 @@
 Patch20: net-snmp-5.3.1-mib-option.patch
 Patch21: net-snmp-5.4-exec-crash.patch
 Patch22: net-snmp-5.4-smux-password.patch
+Patch23: net-snmp-5.4-udp-leak.patch
 
 Requires(pre): /sbin/chkconfig
 Requires(post): /sbin/chkconfig
@@ -167,6 +168,7 @@
 %patch20 -p1 -b .mib-option
 %patch21 -p1 -b .exec-crash
 %patch22 -p0 -b .smux-password
+%patch23 -p0 -b .udp-leak
 
 # Do this patch with a perl hack...
 perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
@@ -371,9 +373,10 @@
 %{_libdir}/lib*.so.*
 
 %changelog
-* Tue Oct 16 2007 Jan Safranek <jsafranek at redhat.com> 5.4-16
+* Tue Oct 19 2007 Jan Safranek <jsafranek at redhat.com> 5.4-16
 - License: field fixed to "BSD and CMU"
 - fix hrSWInst (#250237)
+- fix leak in UDP transport (#247771)
 
 * Mon Oct  8 2007 Jan Safranek <jsafranek at redhat.com> 5.4-15
 - License: field changed to MIT




More information about the scm-commits mailing list