- fix for s390x counter32 overflow (sachinp@in.ibm.com)

This commit is contained in:
Radek Vokál 2005-08-12 12:22:59 +00:00
parent da25761728
commit 3bd0ef6a7c
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: A collection of SNMP protocol tools and libraries.
Name: net-snmp
Version: 5.2.1.2
Release: 1
Release: 2
License: BSDish
Group: System Environment/Daemons
URL: http://net-snmp.sourceforge.net/
@ -38,6 +38,7 @@ Patch20: net-snmp-5.2.1-ethtool.patch
Patch21: net-snmp-5.1.2-free_session.patch
Patch22: net-snmp-5.2.1-clear_callback3.patch
Patch23: net-snmp-5.1-mktemp.diff
Patch24: net-snmp-5.2.1-counter32_overflow.patch
Prereq: /sbin/chkconfig
Obsoletes: ucd-snmp
@ -158,6 +159,7 @@ and applications.
%patch21 -p1 -b .free_session
%patch22 -p1 -b .callback3
%patch23 -b .mktemp
%patch24 -p1 -b .counter32
# Do this patch with a perl hack...
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
@ -336,6 +338,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/*.la
%changelog
* Fir Aug 12 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-2
- fix for s390x counter32 overflow (sachinp@in.ibm.com)
* Wed Jul 13 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-1
- CAN-2005-2177 new upstream version fixing DoS (#162908)