auto-import changelog data from net-snmp-5.1.2-2.src.rpm

Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-2
- Patch fixing uninitalized stack variable in smux_trap_process
This commit is contained in:
cvsdist 2004-09-09 09:13:32 +00:00
parent 890e50e81d
commit 842c764c66
1 changed files with 6 additions and 2 deletions

View File

@ -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 <rvokal@redhat.com> 5.1.2-2
- Patch fixing uninitalized stack variable in smux_trap_process
* Wed Aug 18 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-1
- Update to 5.1.2
- Removed net-snmp-5.0.1-initializer patch, included upstream