From 77bbd53de15b95001de17847701db8bb0525bcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Wed, 5 Apr 2006 09:02:01 +0000 Subject: [PATCH] - fix parsing of /proc/diskstats - fix disman monitor crash - fix perl vendor name - fix OID lookup fail --- net-snmp.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 7fd2dbb..6aad55f 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.3 -Release: 6 +Release: 7 License: BSDish Group: System Environment/Daemons @@ -32,6 +32,10 @@ Patch22: net-snmp-5.3-agent-registry-unregister-free.patch Patch23: net-snmp-5.3-proc_if_inet6.patch Patch24: net-snmp-5.3-size_t.patch Patch25: net-snmp-5.3-ipv6_retrans_ms.patch +Patch26: net-snmp-5.3_vendorperl.patch +Patch27: net-snmp-5.3-oid-names.patch +Patch28: net-snmp-5.3-disman.patch +Patch29: net-snmp-5.3-diskio.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -137,6 +141,10 @@ and applications. %patch23 -p1 -b .proc_if %patch24 -p1 -b .size_t %patch25 -p1 -b .retrans_ms +%patch26 -p0 +%patch27 -p0 -b .oid +%patch28 -p1 -b .disman +%patch29 -p1 -b .diskio # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -319,6 +327,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Wed Apr 05 2006 Radek Vokál 5.3-7 +- fix parsing of /proc/diskstats +- fix disman monitor crash +- fix perl vendor name +- fix OID lookup fail + * Sat Mar 25 2006 Radek Vokal 5.3-6 - use net.ipv6.neigh.lo.retrans_time_ms (#186546)