Windows: upgrade USBPcap to 1.2.0.4
authorPascal Quantin <pascal.quantin@gmail.com>
Wed, 15 Aug 2018 20:31:15 +0000 (22:31 +0200)
committerPascal Quantin <pascal.quantin@gmail.com>
Thu, 16 Aug 2018 06:26:33 +0000 (06:26 +0000)
Change-Id: I1ab4bbc410f2f896aea323c3d4884207150f9beb
Ping-Bug: 14657
Bug: 14982
Reviewed-on: https://code.wireshark.org/review/29154
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
packaging/nsis/CMakeLists.txt
packaging/nsis/config.nsh.in
packaging/wix/CMakeLists.txt
tools/win-setup.ps1

index 52d64efa4d29bab1e9e5dc09fcc91d3f1f12991f..f7fb5461de5db24e6c14e26cdb68eca21033f452 100644 (file)
@@ -54,7 +54,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.2.0.3")
+set(USBPCAP_DISPLAY_VERSION "1.2.0.4")
 
 set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION})
 
index df73cbbdf534b8725b0093a82e124a4309efe5f0..a080ef540edaa18a04d4400d1bb96fd8440b39ba 100644 (file)
@@ -13,7 +13,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.2.0.3"
+!define USBPCAP_DISPLAY_VERSION "1.2.0.4"
 !define VERSION @VERSION@
 !define VERSION_MAJOR @VERSION_MAJOR@
 !define VERSION_MINOR @VERSION_MINOR@
index e9297848d885bca4d7dc57a6e9e4733cdd98d09c..70c8d2ad191c58018397ee8a3ec880f4c6a99acb 100644 (file)
@@ -76,7 +76,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.2.0.3")
+set(USBPCAP_DISPLAY_VERSION "1.2.0.4")
 
 set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION})
 
index eb5da2ff00604042fbea43624ce3a9f417c9a342..e3d5b64520b25a17bb61fcf7ef93a81d9e7104a4 100644 (file)
@@ -69,8 +69,8 @@ Param(
 # trouble instead of trying to catch exceptions everywhere.
 $ErrorActionPreference = "Stop"
 
-$Win64CurrentTag = "2018-08-04"
-$Win32CurrentTag = "2018-08-04"
+$Win64CurrentTag = "2018-08-15"
+$Win32CurrentTag = "2018-08-15"
 
 # Archive file / SHA256
 $Win64Archives = @{
@@ -132,12 +132,12 @@ $ArchivesSubDirectory = @{
 
 $Win32Files = @{
     "WinPcap_4_1_3.exe" = "fc4623b113a1f603c0d9ad5f83130bd6de1c62b973be9892305132389c8588de";
-    "USBPcapSetup-1.2.0.3.exe" = "77a05766f91518d58a30e4983472e3feb64a8479ed16a915646dcc25b28aee9a";
+    "USBPcapSetup-1.2.0.4.exe" = "0a5ac30b0264e058f262e9c28e5865af7b836620ca5d68bb4bb42c9a808f7a43";
 }
 
 $Win64Files = @{
     "WinPcap_4_1_3.exe" = "fc4623b113a1f603c0d9ad5f83130bd6de1c62b973be9892305132389c8588de";
-    "USBPcapSetup-1.2.0.3.exe" = "77a05766f91518d58a30e4983472e3feb64a8479ed16a915646dcc25b28aee9a";
+    "USBPcapSetup-1.2.0.4.exe" = "0a5ac30b0264e058f262e9c28e5865af7b836620ca5d68bb4bb42c9a808f7a43";
 }
 
 $Archives = $Win64Archives;