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