netsnmp: bump version

Based on patch by Darcy Watkins <DWatkins@tranzeo.com>

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-10-25 21:05:38 +01:00
parent b208bd4daa
commit 31d34b4205
3 changed files with 24 additions and 5 deletions

View File

@ -7,10 +7,11 @@
e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
libevent, libglib2, liblockfile, libmad, libnl, libupnp, libuuid,
ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl,
php, python, quagga, radvd, rsync, samba, sawman, shared-mime-info,
speech-tools, sqlite, squashfs, syslinux, u-boot, util-linux,
valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib
ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, netsnmp, ntfs-3g,
openssl, php, python, quagga, radvd, rsync, samba, sawman,
shared-mime-info, speech-tools, sqlite, squashfs, syslinux, u-boot,
util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
xdata_xcursor-themes, zlib
Removed package: mdnsresponder, mpatrol

View File

@ -0,0 +1,18 @@
--- net-snmp-5.5.theorig/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c 2009-06-12 12:02:22.000000000 -0700
+++ net-snmp-5.5/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c 2009-10-20 11:29:41.000000000 -0700
@@ -374,6 +374,7 @@ _check_interface_entry_for_updates(ifTab
*/
if (oper_changed) {
rowreq_ctx->data.ifLastChange = netsnmp_get_agent_uptime();
+#ifdef USING_IF_MIB_IFXTABLE_IFXTABLE_MODULE
if (rowreq_ctx->data.ifLinkUpDownTrapEnable == 1) {
if (rowreq_ctx->data.ifOperStatus == IFOPERSTATUS_UP) {
oid notification_oid[] = { 1, 3, 6, 1, 6, 3, 1, 1, 5, 4 };
@@ -389,6 +390,7 @@ _check_interface_entry_for_updates(ifTab
rowreq_ctx->data.ifOperStatus);
}
}
+#endif
}
else

View File

@ -3,7 +3,7 @@
# netsnmp
#
#############################################################
NETSNMP_VERSION:=5.4.2.1
NETSNMP_VERSION:=5.5
NETSNMP_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/net-snmp/
NETSNMP_DIR:=$(BUILD_DIR)/net-snmp-$(NETSNMP_VERSION)
NETSNMP_SOURCE:=net-snmp-$(NETSNMP_VERSION).tar.gz