GeoIP 1.5.1.

svn path=/trunk/; revision=50742
This commit is contained in:
Gerald Combs 2013-07-20 01:01:55 +00:00
parent a1a96706d5
commit a692824160
4 changed files with 5 additions and 4 deletions

View File

@ -1018,6 +1018,7 @@ clean_setup:
rm -r -f GeoIP-1.4.6-win??ws
rm -r -f GeoIP-1.4.8-win??ws
rm -r -f GeoIP-1.4.8-*-win??ws
rm -r -f GeoIP-1.5.1-*-win??ws
rm -r -f WinSparkle-0.3-44-g2c8d9d3-win??ws
rm -r -f WpdPack
cd "$(MAKEDIR)"

View File

@ -444,7 +444,7 @@ SMI_PKG=svn-40773
#
# Used to map IP addresses to MaxMind GeoIP database entries
#
GEOIP_PKG=1.4.8-2
GEOIP_PKG=1.5.1-2
#
# Optional: WinSparkle, software updates
@ -665,7 +665,7 @@ SMI_PKG=svn-40773
#
# Used to map IP addresses to MaxMind GeoIP database entries
#
GEOIP_PKG=1.4.8-2
GEOIP_PKG=1.5.1-2
#
# Optional: WinSparkle, software updates

View File

@ -24,7 +24,7 @@
# 32-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2013-04-22"
export DOWNLOAD_TAG="2013-07-19"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`

View File

@ -24,7 +24,7 @@
# 64-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2013-04-22"
export DOWNLOAD_TAG="2013-07-19"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`