- fix endian issues for addresses
This commit is contained in:
parent
2dac740ac3
commit
8db6dd5f74
@ -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: 2
|
Release: 3
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
URL: http://net-snmp.sourceforge.net/
|
||||||
@ -39,6 +39,7 @@ 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
|
Patch24: net-snmp-5.2.1-counter32_overflow.patch
|
||||||
|
Patch25: net-snmp-5.2.1.2-udpTable-addr.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -160,6 +161,7 @@ and applications.
|
|||||||
%patch22 -p1 -b .callback3
|
%patch22 -p1 -b .callback3
|
||||||
%patch23 -b .mktemp
|
%patch23 -b .mktemp
|
||||||
%patch24 -p1 -b .counter32
|
%patch24 -p1 -b .counter32
|
||||||
|
%patch25 -p0 -b .udpTable
|
||||||
|
|
||||||
# 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
|
||||||
@ -338,6 +340,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 20 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-3
|
||||||
|
- fix endian issues for addresses
|
||||||
|
|
||||||
* Fri Aug 12 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-2
|
* Fri Aug 12 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-2
|
||||||
- fix for s390x counter32 overflow (sachinp@in.ibm.com)
|
- fix for s390x counter32 overflow (sachinp@in.ibm.com)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user