rpms/net-snmp/devel net-snmp.redhat.conf, 1.1, 1.2 net-snmp.spec, 1.114, 1.115

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Thu Jun 28 08:56:03 UTC 2007


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23926

Modified Files:
	net-snmp.redhat.conf net-snmp.spec 
Log Message:
fix crash when multiple exec statements have the same name
Resolves: #243536


Index: net-snmp.redhat.conf
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.redhat.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-snmp.redhat.conf	9 Sep 2004 09:10:41 -0000	1.1
+++ net-snmp.redhat.conf	28 Jun 2007 08:55:26 -0000	1.2
@@ -253,7 +253,7 @@
 #
 #  exec NAME PROGRAM [ARGS ...]
 #
-#  NAME:     A generic name.
+#  NAME:     A generic name. The name must be unique for each exec statement.
 #  PROGRAM:  The program to run.  Include the path!
 #  ARGS:     optional arguments to be passed to the program
 


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- net-snmp.spec	25 Jun 2007 13:27:41 -0000	1.114
+++ net-snmp.spec	28 Jun 2007 08:55:26 -0000	1.115
@@ -7,7 +7,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 13%{?dist}
+Release: 14%{?dist}
 Epoch: 1
 
 License: BSDish
@@ -43,6 +43,7 @@
 Patch18: net-snmp-5.4-udp-endpoint.patch
 Patch19: net-snmp-5.3.1-shared-ip.patch
 Patch20: net-snmp-5.3.1-mib-option.patch
+Patch21: net-snmp-5.4-exec-crash.patch
 
 Requires(pre): /sbin/chkconfig
 Requires(post): /sbin/chkconfig
@@ -164,6 +165,7 @@
 %patch18 -p1 -b .udp-endpoint
 %patch19 -p1 -b .shared-ip
 %patch20 -p1 -b .mib-option
+%patch21 -p1 -b .exec-crash
 
 # Do this patch with a perl hack...
 perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
@@ -370,11 +372,13 @@
 %{_libdir}/lib*.so.*
 
 %changelog
-* Thu May  3 2007 Jan Safranek <jsafrane at redhat.com>
+* Thu May  3 2007 Jan Safranek <jsafrane at redhat.com> 5.4-14
 - fix snmptrapd hostname logging (#238587)
 - fix udpEndpointProcess remote IP address (#236551)
 - fix -M option of net-snmp-utils (#244784)
 - default snmptrapd.conf added (#243536)
+- fix crash when multiple exec statements have the same name
+  (#243536)
 
 * Mon Mar 12 2007 Radek Vokál <rvokal at redhat.com> - 1:5.4-13
 - fix overly verbose log message (#221911)




More information about the fedora-extras-commits mailing list