aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.nmake4
-rw-r--r--config.nmake2
-rw-r--r--tools/win32-setup.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index afb93da819..16b6555e61 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -444,7 +444,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.1.2.zip
+ . net-snmp-5.2.1.2.zip
!ENDIF
!IFDEF PCAP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
@@ -496,7 +496,7 @@ setup: verify_tools
!ENDIF
!IFDEF GTK_WIMP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk-wimp gtk-wimp/gtk-wimp-0.6.2-bin.zip
+ gtk-wimp gtk-wimp/gtk-wimp-0.7.0-bin.zip
!ENDIF
@echo.
@echo Ethereal is ready to build.
diff --git a/config.nmake b/config.nmake
index 133bcc69b3..182a787d10 100644
--- a/config.nmake
+++ b/config.nmake
@@ -101,7 +101,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.1.2
+NET_SNMP_DIR=$(ETHEREAL_LIBS)\net-snmp-5.2.1.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 0650aab2cc..086b5c882c 100644
--- 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-01-17/packages"
+DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-07-15/packages"
err_exit () {
echo ""