]> The Tcpdump Group git mirrors - libpcap/commitdiff
Appveyor: Download WpdPack_4_1_2.zip archive from our repository
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 30 Jul 2024 12:36:55 +0000 (14:36 +0200)
committerfxlb <[email protected]>
Tue, 30 Jul 2024 15:12:32 +0000 (15:12 +0000)
The goal is to avoid this type of error with AppVeyor builds:
appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
Error downloading remote file: One or more errors occurred.
Inner Exception: The request was aborted: Could not create SSL/TLS
  secure channel.
Command exited with code 2

.appveyor.yml

index 9a492030dbbf2c0978c9df4524d6b0d6a55bf725..62770073c0fce1b37e7759d3f031efd5ade0dcef 100644 (file)
@@ -13,7 +13,7 @@ install:
   - choco install winflexbison
   - win_flex --version
   - win_bison --version
-  - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
+  - appveyor DownloadFile https://github.com/the-tcpdump-group/WinPcap_Dev_Pack_mirror/raw/master/WpdPack_4_1_2.zip
   - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
   - appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.13.zip
   - 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk