aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-10-17 21:04:49 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-18 04:00:35 +0000
commit303948500fee5f24600643638e3ed5cc5fa14132 (patch)
treeba35789f15a357782841066f76c1cf358bcf5945 /tools
parent867f2829c1c4e1f67b14a5ace5cc9f29e971a6c9 (diff)
CQL: add LZ4/Snappy decompression support on Windows
Change-Id: I34374cf29357e2ed5062da1a5245b9adbabf732d Reviewed-on: https://code.wireshark.org/review/18249 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps114
1 files changed, 10 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 4894e6ec5b..d205a48cff 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -99,8 +99,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2016-09-29"
-$Win32CurrentTag = "2016-09-29"
+$Win64CurrentTag = "2016-10-17"
+$Win32CurrentTag = "2016-10-17"
# Archive file / subdir.
$Win64Archives = @{
@@ -113,9 +113,11 @@ $Win64Archives = @{
"libsmi-svn-40773-win64ws.zip" = "";
"libssh-0.7.2-win64ws.zip" = "";
"lua-5.2.4_Win64_dllw4_lib.zip" = "lua5.2.4";
+ "lz4-r131-win64ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-win64ws.zip" = "";
"portaudio_v19_2.zip" = "";
+ "snappy-1.1.3-win64ws.zip" = "";
"upx303w.zip" = "";
"WinSparkle-0.3-44-g2c8d9d3-win64ws.zip" = "";
"WpdPack_4_1_2.zip" = "";
@@ -132,9 +134,11 @@ $Win32Archives = @{
"libsmi-svn-40773-win32ws.zip" = "";
"libssh-0.7.2-win32ws.zip" = "";
"lua-5.2.4_Win32_dllw4_lib.zip" = "lua5.2.4";
+ "lz4-r131-win32ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-win32ws.zip" = "";
"portaudio_v19_2.zip" = "";
+ "snappy-1.1.3-win32ws.zip" = "";
"upx303w.zip" = "";
"WinSparkle-0.3-44-g2c8d9d3-win32ws.zip" = "";
"WpdPack_4_1_2.zip" = "";
@@ -173,15 +177,17 @@ $CleanupItems = @(
"kfw-3-2-2-final"
"kfw-3-2-2-i386-ws-vc6"
"kfw-3-2-2-x64-ws"
- "lua5.1.4"
- "lua5.2.?"
"libsmi-0.4.8"
"libsmi-svn-40773-win??ws"
"libssh-0.7.2-win??ws"
+ "lua5.1.4"
+ "lua5.2.?"
+ "lz4-r131-win??ws"
"nasm-2.09.08"
"nghttp2-*-win??ws"
"portaudio_v19"
"portaudio_v19_2"
+ "snappy-1.1.3-win??ws"
"upx301w"
"upx303w"
"user-guide"