Use the updated GeoIP package (1.4.8-2).
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 May 2012 22:55:02 +0000 (22:55 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 May 2012 22:55:02 +0000 (22:55 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@42933 f5534014-38df-0310-8fa8-9805f1628bb7

config.nmake
tools/win32-setup.sh
tools/win64-setup.sh

index 8a43ef3a49027f9b5da7b866478d49574ba6b05a..253690b32fd436e1300b84dd26a1ba8eec209b18 100644 (file)
@@ -406,7 +406,7 @@ SMI_PKG=svn-40773
 #
 # Used to map IP addresses to MaxMind GeoIP database entries
 #
-GEOIP_PKG=1.4.8
+GEOIP_PKG=1.4.8-2
 
 !else
 ##### Win64 Libraries #####
index 6edc890f539dd303319def9707d63499d40650f6..1ab9a406cc6debf423c2f1a9a2a605896bcc779f 100755 (executable)
@@ -4,7 +4,7 @@
 
 # 32-bit wrapper for win-setup.sh.
 
-export DOWNLOAD_TAG="2012-05-29"
+export DOWNLOAD_TAG="2012-05-30"
 export WIRESHARK_TARGET_PLATFORM="win32"
 
 WIN_SETUP=`echo $0 | sed -e s/win32/win/`
index 34c6e32811ee9dbaddede614c58a331b1194d622..6650d247a15a2ba891d7484309dd5578b1726ca9 100755 (executable)
@@ -4,7 +4,7 @@
 
 # 64-bit wrapper for win-setup.sh.
 
-export DOWNLOAD_TAG="2012-05-29"
+export DOWNLOAD_TAG="2012-05-30"
 export WIRESHARK_TARGET_PLATFORM="win64"
 
 WIN_SETUP=`echo $0 | sed -e s/win64/win/`