[pcapplusplus] Bump PcapPlusPlus to 24.09 and Add documentation link (#41084)

This commit is contained in:
Clément Péron 2024-09-20 22:18:49 +01:00 committed by GitHub
parent 428b3e2a5a
commit 1f6dffc288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View File

@ -9,7 +9,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO seladb/PcapPlusPlus REPO seladb/PcapPlusPlus
REF "v${PCAPPLUSPLUS_VERSION}" REF "v${PCAPPLUSPLUS_VERSION}"
SHA512 e7dc1dbd85c9f0d2f9c5d3e436456c2cd183fb508c869fa8fb83f46aac99b868a16283204e5d57a0bfd7587f6ac2582b3e14c6098683fad4501708c8fededd6a SHA512 ae68a61a41915b1272aa7f8d1b70889216ea50e966c594d408d79fbca2667ff5aa073fe21a72c7e0916f744a925ac1e85e1d1f02e458b3f289201b88c8101fa3
HEAD_REF master HEAD_REF master
PATCHES PATCHES
0001-warn-STL4043-for-v23.09.patch # just workaround, which has been fixed on mainline 0001-warn-STL4043-for-v23.09.patch # just workaround, which has been fixed on mainline

View File

@ -1,9 +1,9 @@
{ {
"name": "pcapplusplus", "name": "pcapplusplus",
"version": "23.9", "version": "24.9",
"port-version": 2,
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets", "description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
"homepage": "https://github.com/seladb/PcapPlusPlus", "homepage": "https://github.com/seladb/PcapPlusPlus",
"documentation": "https://pcapplusplus.github.io",
"license": null, "license": null,
"dependencies": [ "dependencies": [
{ {

View File

@ -6853,8 +6853,8 @@
"port-version": 9 "port-version": 9
}, },
"pcapplusplus": { "pcapplusplus": {
"baseline": "23.9", "baseline": "24.9",
"port-version": 2 "port-version": 0
}, },
"pcg": { "pcg": {
"baseline": "2021-04-06", "baseline": "2021-04-06",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b165fe065b7d33ca9731cc4af4acee2f81bd2cf2",
"version": "24.9",
"port-version": 0
},
{ {
"git-tree": "5f7f815b341f0f5a5d1456894d8b30786ae24abf", "git-tree": "5f7f815b341f0f5a5d1456894d8b30786ae24abf",
"version": "23.9", "version": "23.9",