aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.nmake3
-rw-r--r--config.nmake2
-rwxr-xr-xtools/win32-setup.sh4
3 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index bab897f31b..baa99db57f 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -707,7 +707,7 @@ process_libs:
!ENDIF
!IFDEF SMI_DIR
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- . libsmi-0.4.5.zip
+ . libsmi-0.4.8.zip
!ENDIF
!IFDEF GTK_DIR
@@ -799,6 +799,7 @@ clean_setup:
rm -r -f $(WIRESHARK_LIBS)/libiconv-1.9.1.bin.woe32
rm -r -f $(WIRESHARK_LIBS)/lua5.1
rm -r -f $(WIRESHARK_LIBS)/libsmi-0.4.5
+ rm -r -f $(WIRESHARK_LIBS)/libsmi-0.4.8
rm -r -f $(WIRESHARK_LIBS)/nasm-2.00
rm -r -f $(WIRESHARK_LIBS)/pcre-6.4
rm -r -f $(WIRESHARK_LIBS)/pcre-7.0
diff --git a/config.nmake b/config.nmake
index afb1951106..328c0026c4 100644
--- a/config.nmake
+++ b/config.nmake
@@ -293,7 +293,7 @@ AIRPCAP_DIR=$(WIRESHARK_LIBS)\AirPcap_Devpack_1_0_0_594\AirPcap_Devpack
#
# Used for oid-name resolution for SNMP and other protocols
#
-SMI_DIR=$(WIRESHARK_LIBS)\libsmi-0.4.5
+SMI_DIR=$(WIRESHARK_LIBS)\libsmi-0.4.8
##### Tools #####
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index a46e41397c..fc66a6c836 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -7,8 +7,8 @@
# in order to provide backward compatibility with older trees (e.g. a
# previous release or an older SVN checkout).
# Save previous tag.
-#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-03-21/packages/"
-DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-04-21/packages/"
+#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-04-21/packages/"
+DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-04-22/packages/"
# Set DOWNLOAD_PREFIX to /packages to test uploads before creating the tag.
#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"