aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-07-06 19:52:48 +0000
committerGerald Combs <gerald@wireshark.org>2006-07-06 19:52:48 +0000
commit6cda517c7942b7dbbe8afc05b6a1748eeebf233e (patch)
tree78d76bd0a4e1a760290968c53f23975320cb51d0
parentf2d83a530e589084644d7e0aa1aa57aea9d1e80c (diff)
downloadwireshark-6cda517c7942b7dbbe8afc05b6a1748eeebf233e.tar.gz
wireshark-6cda517c7942b7dbbe8afc05b6a1748eeebf233e.tar.bz2
wireshark-6cda517c7942b7dbbe8afc05b6a1748eeebf233e.zip
Update to Net-SNMP 5.3.0.1.
svn path=/trunk/; revision=18673
-rw-r--r--Makefile.nmake2
-rw-r--r--config.nmake2
-rwxr-xr-xtools/win32-setup.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 326e0fb150..d01acf97d9 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -495,7 +495,7 @@ setup: verify_tools
gettext-runtime-0.13.1 gettext-runtime-0.13.1.zip
!IFDEF NET_SNMP_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
- . net-snmp-5.2.2.zip
+ . net-snmp-5.3.0.1.zip
!ENDIF
!IFDEF PCAP_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
diff --git a/config.nmake b/config.nmake
index a281495687..712d207306 100644
--- a/config.nmake
+++ b/config.nmake
@@ -131,7 +131,7 @@ PCAP_DIR=$(WIRESHARK_LIBS)\WPdpack
# Set NET_SNMP_DIR to the pathname of the directory in which the
# Net-SNMP include files and library resides.
#
-NET_SNMP_DIR=$(WIRESHARK_LIBS)\net-snmp-5.2.2
+NET_SNMP_DIR=$(WIRESHARK_LIBS)\net-snmp-5.3.0.1
#
# If you have GNU ADNS, set this to the pathname of the directory in
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 6fded95406..a7cf9dac51 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2006-04-12/packages"
+DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2006-07-06/packages"
err_exit () {
echo ""