aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-12-27 18:43:14 +0000
committerGerald Combs <gerald@wireshark.org>2005-12-27 18:43:14 +0000
commit637992e22122b1a588092d957f1d36c4b4cb9332 (patch)
treeaadb402adb2d9f14d7cb4031116b144added50b2
parentfcfe5e1ef7d786ebddd5f3832fe3aeed4ea9b33a (diff)
downloadwireshark-ethereal-0.10.14.tar.gz
wireshark-ethereal-0.10.14.tar.bz2
wireshark-ethereal-0.10.14.zip
Switch to Net-SNMP 5.2.2.ethereal-0.10.14
svn path=/releases/ethereal-0.10.14/; revision=16908
-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 84f49995ea..8921968935 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -481,7 +481,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 "$(ETHEREAL_LIBS)" \
- . net-snmp-5.2.1.2.zip
+ . net-snmp-5.2.2.zip
!ENDIF
!IFDEF PCAP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
diff --git a/config.nmake b/config.nmake
index 6cf88371ce..d54e96c66a 100644
--- a/config.nmake
+++ b/config.nmake
@@ -120,7 +120,7 @@ PCAP_DIR=$(ETHEREAL_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=$(ETHEREAL_LIBS)\net-snmp-5.2.1.2
+NET_SNMP_DIR=$(ETHEREAL_LIBS)\net-snmp-5.2.2
#
# 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 f17b9080a8..298db284c6 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# DOWNLOAD_PREFIX="http://www.ethereal.com/distribution/win32/development"
-DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-12-14/packages"
+DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-12-21/packages"
err_exit () {
echo ""