[libtins] update to 4.5 (#34525)

* [libtins] update to 4.5

* [libtins] update to 4.5
This commit is contained in:
Jia Yue Hua 2023-10-18 01:38:47 +08:00 committed by GitHub
parent 311ae71f1e
commit 30876addcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO mfontanini/libtins REPO mfontanini/libtins
REF v4.3 REF "v${VERSION}"
SHA512 29d606004fe9a440c9a53eede42fd5c6dbd049677d2cca2c5cfd26311ee2ca4c64ca3e665fbc81efd5bfab5577a5181ed0754c617e139317d9ae0cabba05aff7 SHA512 d8887949cb545dbaf4247c8405feb5cc1032f370bb418dd5344043dc97555b1b826a8d33cfc7dd0a7a9a9af6f3a46bd6fcbed89f98d5eb23fdd10294f823fcd6
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-source-writes.patch fix-source-writes.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "libtins", "name": "libtins",
"version": "4.3", "version": "4.5",
"port-version": 7,
"description": "High-level, multiplatform C++ network packet sniffing and crafting library", "description": "High-level, multiplatform C++ network packet sniffing and crafting library",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"supports": "!uwp", "supports": "!uwp",

View File

@ -4781,8 +4781,8 @@
"port-version": 6 "port-version": 6
}, },
"libtins": { "libtins": {
"baseline": "4.3", "baseline": "4.5",
"port-version": 7 "port-version": 0
}, },
"libtomcrypt": { "libtomcrypt": {
"baseline": "1.18.2", "baseline": "1.18.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2aca4b43d1b64057b5316e609514d41ee7013c4b",
"version": "4.5",
"port-version": 0
},
{ {
"git-tree": "30fbfd14d90e9aedac77f8272135a7e51444b01f", "git-tree": "30fbfd14d90e9aedac77f8272135a7e51444b01f",
"version": "4.3", "version": "4.3",