diff --git a/net-snmp-5.1.1-ipAdEntIfIndex.patch b/net-snmp-5.1.1-ipAdEntIfIndex.patch index 9162264..b048a03 100644 --- a/net-snmp-5.1.1-ipAdEntIfIndex.patch +++ b/net-snmp-5.1.1-ipAdEntIfIndex.patch @@ -1,9 +1,10 @@ --- net-snmp-5.1.1/agent/mibgroup/mibII/ipAddr.c.ipAdEntIfIndex 2004-04-08 17:38:48.368076685 +0200 +++ net-snmp-5.1.1/agent/mibgroup/mibII/ipAddr.c 2004-04-08 17:48:52.977283961 +0200 -@@ -200,6 +200,9 @@ +@@ -199,6 +199,10 @@ + static struct in_ifaddr in_ifaddr, lowin_ifaddr; #else static struct ifnet lowin_ifnet; - static in_addr_t addr_ret; ++ static in_addr_t addr_ret; +#if defined(linux) + static struct in_ifaddr in_ifaddr; +#endif diff --git a/net-snmp.spec b/net-snmp.spec index 5b4b97f..3b15336 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.2.1 -Release: 4 +Release: 5 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ @@ -318,6 +318,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.la %changelog +* Wed Mar 09 2005 Radek Vokal - 5.2.1-5 +- 64bit needed some changes, was causing timeouts on 64bit archs!? +- affects bugs #125432 and #132058 + * Tue Mar 1 2005 Tomas Mraz - 5.2.1-4 - rebuild with openssl-0.9.7e