From 842c764c664caec38709e1d8f0dafd0ef257f962 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:13:32 +0000 Subject: [PATCH] auto-import changelog data from net-snmp-5.1.2-2.src.rpm Mon Sep 06 2004 Radek Vokal 5.1.2-2 - Patch fixing uninitalized stack variable in smux_trap_process --- net-snmp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index f1c321e..221e8a5 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.1.2 -Release: 1 +Release: 2 License: BSDish Group: System Environment/Daemons Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz @@ -28,6 +28,7 @@ Patch13: net-snmp-5.1-bsdcompat.patch Patch14: net-snmp-5.1-64bit.patch Patch15: net-snmp-5.1.1-ipAdEntIfIndex.patch Patch16: net-snmp-5.1.1-quiet-memshared.patch +Patch17: net-snmp-5.0.9-smux-stack-var.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp BuildRoot: %{_tmppath}/%{name}-root @@ -122,7 +123,7 @@ Install the net-snmp-perl package, if you want to use mib2c or SNMP with perl. %patch14 -p1 -b .64bit %patch15 -p1 -b .ipAdEntIfIndex %patch16 -p1 -b .quiet-memshared - +%patch17 -p1 -b .stack # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -283,6 +284,9 @@ rm -rf ${RPM_BUILD_ROOT} %attr(0644,root,root) %{_mandir}/man3/*.3pm.* %changelog +* Mon Sep 06 2004 Radek Vokal 5.1.2-2 +- Patch fixing uninitalized stack variable in smux_trap_process + * Wed Aug 18 2004 Phil Knirsch 5.1.2-1 - Update to 5.1.2 - Removed net-snmp-5.0.1-initializer patch, included upstream