Use the updated GeoIP package (1.4.8-2).

svn path=/trunk/; revision=42933
This commit is contained in:
Gerald Combs 2012-05-30 22:55:02 +00:00
parent 14bfedccd9
commit ddcd6c5ce7
3 changed files with 3 additions and 3 deletions

View 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 #####

View File

@ -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/`

View File

@ -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/`