diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2017-05-11 21:15:28 +0200 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2017-05-12 03:07:31 +0000 |
commit | 46ef2dabfda873fcad35c57b9de75da598d4b5a3 (patch) | |
tree | 44eeb40c85b124a1ed5654ad2313f5a2ad37d57e | |
parent | d2e7e0b5196b166d96c4eaa154d2a06e71dcee1f (diff) | |
download | wireshark-46ef2dabfda873fcad35c57b9de75da598d4b5a3.tar.gz wireshark-46ef2dabfda873fcad35c57b9de75da598d4b5a3.tar.bz2 wireshark-46ef2dabfda873fcad35c57b9de75da598d4b5a3.zip |
Windows: update LZ4 to 1.7.5 and USBPcap to 1.2.0.1
Change-Id: I02eb4c255a0794b650f566abdadcac16e97196af
Reviewed-on: https://code.wireshark.org/review/21609
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r-- | cmake/modules/FindLZ4.cmake | 2 | ||||
-rw-r--r-- | packaging/nsis/CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/nsis/config.nsh.in | 2 | ||||
-rw-r--r-- | packaging/wix/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tools/win-setup.ps1 | 14 |
5 files changed, 11 insertions, 11 deletions
diff --git a/cmake/modules/FindLZ4.cmake b/cmake/modules/FindLZ4.cmake index cbcd2b4659..a7f1265f62 100644 --- a/cmake/modules/FindLZ4.cmake +++ b/cmake/modules/FindLZ4.cmake @@ -41,7 +41,7 @@ if( LZ4_FOUND ) CACHE PATH "Path to LZ4 DLL" ) file( GLOB _lz4_dll RELATIVE "${LZ4_DLL_DIR}" - "${LZ4_DLL_DIR}/liblz4-*.dll" + "${LZ4_DLL_DIR}/liblz4*.dll" ) set ( LZ4_DLL ${_lz4_dll} # We're storing filenames only. Should we use STRING instead? diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt index 19628ef344..71e9fb706c 100644 --- a/packaging/nsis/CMakeLists.txt +++ b/packaging/nsis/CMakeLists.txt @@ -66,7 +66,7 @@ set(WIRESHARK_LIB_DIR "${_wireshark_lib_dir}") set(WINPCAP_PACKAGE_VERSION ${WINPCAP_VERSION}) string(REPLACE "_" "." PCAP_DISPLAY_VERSION "${WINPCAP_PACKAGE_VERSION}") -set(USBPCAP_DISPLAY_VERSION "1.1.0.0-g794bf26-5") +set(USBPCAP_DISPLAY_VERSION "1.2.0.1") set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION}) diff --git a/packaging/nsis/config.nsh.in b/packaging/nsis/config.nsh.in index 69212541e6..de0b13cbd1 100644 --- a/packaging/nsis/config.nsh.in +++ b/packaging/nsis/config.nsh.in @@ -14,7 +14,7 @@ !define WIRESHARK_LIB_DIR "@WIRESHARK_LIB_DIR@" !define WINPCAP_PACKAGE_VERSION @WINPCAP_PACKAGE_VERSION@ !define PCAP_DISPLAY_VERSION @PCAP_DISPLAY_VERSION@ -!define USBPCAP_DISPLAY_VERSION "1.1.0.0-g794bf26-5" +!define USBPCAP_DISPLAY_VERSION "1.2.0.1" !define VERSION @VERSION@ !define VERSION_MAJOR @VERSION_MAJOR@ !define VERSION_MINOR @VERSION_MINOR@ diff --git a/packaging/wix/CMakeLists.txt b/packaging/wix/CMakeLists.txt index 49691d3f4b..9baa2e7de4 100644 --- a/packaging/wix/CMakeLists.txt +++ b/packaging/wix/CMakeLists.txt @@ -90,7 +90,7 @@ set(WIRESHARK_LIB_DIR "${_wireshark_lib_dir}") set(WINPCAP_PACKAGE_VERSION ${WINPCAP_VERSION}) string(REPLACE "_" "." PCAP_DISPLAY_VERSION "${WINPCAP_PACKAGE_VERSION}") -set(USBPCAP_DISPLAY_VERSION "1.1.0.0-g794bf26-5") +set(USBPCAP_DISPLAY_VERSION "1.2.0.1") set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION}) diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1 index d5de17df01..fec9c1bd47 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 = "2017-04-18" -$Win32CurrentTag = "2017-04-18" +$Win64CurrentTag = "2017-05-11" +$Win32CurrentTag = "2017-05-11" # Archive file / subdir. $Win64Archives = @{ @@ -115,7 +115,7 @@ $Win64Archives = @{ "libssh-0.7.3-1-win64ws.zip" = ""; "libxml2-2.9.4-win64ws.zip" = ""; "lua-5.2.4_Win64_dllw4_lib.zip" = "lua5.2.4"; - "lz4-r131-1-win64ws.zip" = ""; + "lz4-1.7.5-win64ws.zip" = ""; "nasm-2.09.08-win32.zip" = ""; "nghttp2-1.14.0-1-win64ws.zip" = ""; "portaudio_v19_2.zip" = ""; @@ -140,7 +140,7 @@ $Win32Archives = @{ "libssh-0.7.3-1-win32ws.zip" = ""; "libxml2-2.9.4-win32ws.zip" = ""; "lua-5.2.4_Win32_dllw4_lib.zip" = "lua5.2.4"; - "lz4-r131-1-win32ws.zip" = ""; + "lz4-1.7.5-win32ws.zip" = ""; "nasm-2.09.08-win32.zip" = ""; "nghttp2-1.14.0-1-win32ws.zip" = ""; "portaudio_v19_2.zip" = ""; @@ -157,12 +157,12 @@ $Win32Archives = @{ $Win32Files = @( "WinPcap_4_1_3.exe"; - "USBPcapSetup-1.1.0.0-g794bf26-5.exe"; + "USBPcapSetup-1.2.0.1.exe"; ) $Win64Files = @( "WinPcap_4_1_3.exe"; - "USBPcapSetup-1.1.0.0-g794bf26-5.exe"; + "USBPcapSetup-1.2.0.1.exe"; ) $Archives = $Win64Archives; @@ -193,7 +193,7 @@ $CleanupItems = @( "libxml2-*-win??ws" "lua5.1.4" "lua5.2.?" - "lz4-r131-win??ws" + "lz4-*-win??ws" "nasm-2.09.08" "nghttp2-*-win??ws" "portaudio_v19" |