Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pcapplusplus test #1

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/pcapplusplus/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO seladb/PcapPlusPlus
REF "v${PCAPPLUSPLUS_VERSION}"
SHA512 e7dc1dbd85c9f0d2f9c5d3e436456c2cd183fb508c869fa8fb83f46aac99b868a16283204e5d57a0bfd7587f6ac2582b3e14c6098683fad4501708c8fededd6a
SHA512 ae68a61a41915b1272aa7f8d1b70889216ea50e966c594d408d79fbca2667ff5aa073fe21a72c7e0916f744a925ac1e85e1d1f02e458b3f289201b88c8101fa3
HEAD_REF master
PATCHES
0001-warn-STL4043-for-v23.09.patch # just workaround, which has been fixed on mainline
Expand Down
3 changes: 2 additions & 1 deletion ports/pcapplusplus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"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",
"homepage": "https://github.com/seladb/PcapPlusPlus",
"documentation": "https://pcapplusplus.github.io",
"license": null,
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6853,7 +6853,7 @@
"port-version": 9
},
"pcapplusplus": {
"baseline": "23.9",
"baseline": "24.9",
"port-version": 2
},
"pcg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pcapplusplus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e1ccd966c1c627eb5e7700c1ea6a8984646f59b9",
"version": "24.9",
"port-version": 2
},
{
"git-tree": "5f7f815b341f0f5a5d1456894d8b30786ae24abf",
"version": "23.9",
Expand Down
Loading