aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-03-07 22:10:31 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-03-09 11:20:41 +0000
commit4e6d989df43af78439fccd24a176a14c534aea99 (patch)
treefe3e181869ec7deacc248bf1ae0f4c824761eddd /tools
parent572f78a8610282151e7d165b11e0bf5092efbb5a (diff)
Add MaxMindDB 1.3.2 library to Windows
Change-Id: I328b6a05cc356be59ac63e80eae55a832bf76a47 Reviewed-on: https://code.wireshark.org/review/26347 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps19
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index c54fe989ce..6b37d4b40e 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -87,15 +87,14 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2017-08-26"
-$Win32CurrentTag = "2017-08-26"
+$Win64CurrentTag = "2018-03-09"
+$Win32CurrentTag = "2018-03-09"
# Archive file / subdir.
$Win64Archives = @{
"AirPcap_Devpack_4_1_0_1622.zip" = "AirPcap_Devpack_4_1_0_1622";
"bcg729-1.0.4-win64ws.zip" = "";
"c-ares-1.13.0-win64ws.zip" = "";
- #"GeoIP-1.6.10-win64ws.zip" = "";
"gnutls-3.4.11-1.35-win64ws.zip" = "";
"gtk+-bundle_2.24.23-3.39-2_win64ws.zip" = "gtk2";
"kfw-3-2-2-x64-ws.zip" = "";
@@ -105,6 +104,7 @@ $Win64Archives = @{
"libxml2-2.9.4-win64ws.zip" = "";
"lua-5.2.4_Win64_dllw4_lib.zip" = "lua5.2.4";
"lz4-1.7.5-win64ws.zip" = "";
+ "MaxMindDB-1.3.2-win64ws.zip" = "";
"nghttp2-1.14.0-1-win64ws.zip" = "";
"portaudio_v19_2.zip" = "";
"sbc-1.3-1-win64ws.zip" = "";
@@ -119,7 +119,6 @@ $Win32Archives = @{
"AirPcap_Devpack_4_1_0_1622.zip" = "AirPcap_Devpack_4_1_0_1622";
"bcg729-1.0.4-win32ws.zip" = "";
"c-ares-1.13.0-win32ws.zip" = "";
- #"GeoIP-1.6.10-win32ws.zip" = "";
"gnutls-3.4.11-1.36-win32ws.zip" = "";
"gtk+-bundle_2.24.23-1.1-1_win32ws.zip" = "gtk2";
"kfw-3-2-2-i386-ws-vc6.zip" = "";
@@ -129,6 +128,7 @@ $Win32Archives = @{
"libxml2-2.9.4-win32ws.zip" = "";
"lua-5.2.4_Win32_dllw4_lib.zip" = "lua5.2.4";
"lz4-1.7.5-win32ws.zip" = "";
+ "MaxMindDB-1.3.2-win32ws.zip" = "";
"nghttp2-1.14.0-1-win32ws.zip" = "";
"portaudio_v19_2.zip" = "";
"sbc-1.3-1-win32ws.zip" = "";
@@ -181,6 +181,7 @@ $CleanupItems = @(
"lua5.1.4"
"lua5.2.?"
"lz4-*-win??ws"
+ "MaxMindDB-1.3.2-win??ws"
"nghttp2-*-win??ws"
"portaudio_v19"
"portaudio_v19_2"