From: Guy Harris Date: Thu, 6 Jan 2022 21:57:15 +0000 (-0800) Subject: appveyor CI: update Npcap site, update to 1.12 SDK X-Git-Tag: libpcap-1.10.2~275 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/304b481b65b17cfd1aafae9da46ee025df5a5c8e appveyor CI: update Npcap site, update to 1.12 SDK As per the comments on https://github.com/nmap/npcap/issues/576, we should go to npcap.com for Npcap-related stuff. The current SDK is 1.12; use that. [skip cirrus] (cherry picked from commit 95edc89b0414793d7879978dfece055aee967799) --- diff --git a/.appveyor.yml b/.appveyor.yml index ae24e5c3..fe3f547e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,8 +15,8 @@ install: - win_bison --version - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32 - - appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-1.10.zip - - 7z x .\npcap-sdk-1.10.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.10 + - appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.12.zip + - 7z x .\npcap-sdk-1.12.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.12 - appveyor DownloadFile https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu -FileName AirPcap_Devpack.zip - 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32 @@ -29,7 +29,7 @@ environment: MINGW_ROOT: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: "MinGW Makefiles" - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=YES MINGW_ROOT: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 @@ -42,10 +42,10 @@ environment: AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: "Visual Studio 14 2015" - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: "Visual Studio 14 2015 Win64" - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017" @@ -56,15 +56,15 @@ environment: AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017" - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017 Win64" - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017 Win64" - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=NO - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" @@ -79,17 +79,17 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" PLATFORM: Win32 - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" PLATFORM: x64 - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" PLATFORM: x64 - SDK: npcap-sdk-1.10 + SDK: npcap-sdk-1.12 AIRPCAP: -DDISABLE_AIRPCAP=NO build_script: