rpms/net-snmp/devel net-snmp-5.3-ipv6_retrans_ms.patch, NONE, 1.1 net-snmp.spec, 1.67, 1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Mar 25 10:06:29 UTC 2006


Author: rvokal

Update of /cvs/dist/rpms/net-snmp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29685

Modified Files:
	net-snmp.spec 
Added Files:
	net-snmp-5.3-ipv6_retrans_ms.patch 
Log Message:
- use net.ipv6.neigh.lo.retrans_time_ms (#186546)

net-snmp-5.3-ipv6_retrans_ms.patch:
 interface_linux.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE net-snmp-5.3-ipv6_retrans_ms.patch ---
--- net-snmp-5.3/agent/mibgroup/if-mib/data_access/interface_linux.c.old	2005-12-08 12:08:34.000000000 +0100
+++ net-snmp-5.3/agent/mibgroup/if-mib/data_access/interface_linux.c	2006-03-25 10:50:27.000000000 +0100
@@ -192,7 +192,7 @@
     /*
      * get the retransmit time
      */
-    snprintf(line,sizeof(line),"/proc/sys/net/ipv6/neigh/%s/retrans_time",
+    snprintf(line,sizeof(line),"/proc/sys/net/ipv6/neigh/%s/retrans_time_ms",
              entry->name);
     if (!(fin = fopen(line, "r"))) {
         DEBUGMSGTL(("access:interface",


Index: net-snmp.spec
===================================================================
RCS file: /cvs/dist/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- net-snmp.spec	20 Mar 2006 11:23:16 -0000	1.67
+++ net-snmp.spec	25 Mar 2006 10:06:25 -0000	1.68
@@ -3,7 +3,8 @@
 Summary: A collection of SNMP protocol tools and libraries.
 Name: net-snmp
 Version: 5.3
-Release: 5
+Release: 6
+
 License: BSDish
 Group: System Environment/Daemons
 URL: http://net-snmp.sourceforge.net/
@@ -30,6 +31,7 @@
 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
 
 Prereq: /sbin/chkconfig
 Obsoletes: ucd-snmp
@@ -134,6 +136,7 @@
 %patch22 -p0
 %patch23 -p1 -b .proc_if
 %patch24 -p1 -b .size_t
+%patch25 -p1 -b .retrans_ms
 
 # Do this patch with a perl hack...
 perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
@@ -316,6 +319,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Sar Mar 25 2006 Radek Vokal <rvokal at redhat.com> 5.3-6
+- use net.ipv6.neigh.lo.retrans_time_ms (#186546)
+
 * Mon Mar 20 2006 Radek Vokal <rvokal at redhat.com> 5.3-5
 - allow disman/event-mib
 




More information about the fedora-cvs-commits mailing list