Skip to content

Commit 5da13a3

Browse files
authored
[libosdp] Update to 3.2.1 (#51711)
1 parent dc16772 commit 5da13a3

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

ports/libosdp/portfile.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO goToMain/libosdp
44
REF "v${VERSION}"
5-
SHA512 ebfc2010a89eb1bca9c47c283016750805f38bd5996d478105782bc54add184d0aa7e0f1b8b2f145e6b3af9584c0635522af6191167eeade88a4d878a0552fa0
5+
SHA512 5ce034ada2963e822a248bda6028ec0afd6f9be8dcb09653a33af6b72cae067ecdc99a477ece740af858c0601364246061a73eec4db0701ee9e6c4bd8ba2dc83
66
HEAD_REF master
77
)
88

@@ -13,8 +13,8 @@ vcpkg_from_github(
1313
vcpkg_from_github(
1414
OUT_SOURCE_PATH UTILS_SOURCE_PATH
1515
REPO goToMain/c-utils
16-
REF "d295048d0362674e2a4b489b689d029b8f1f3d01"
17-
SHA512 a0902a504fe6ffd1ce0f32d0a16decf0e113d1211d19e63f4fb539082254769f0a6484414a49f52956e45ed802b2c2f8430e87a06c24ac84205421cdffb4d3f0
16+
REF "d832ba52a9c610f7b2f2c932e2d9114a17cf99d2"
17+
SHA512 ec0815349bd5d481dac9a772f2c671b9e5c559b28c4041db03b2565cfb7e51c6b5ab3b5cf5ffc72484ace725ac01245eca57ceb495e02a7e6f47ae47407a0edd
1818
HEAD_REF master
1919
)
2020

@@ -28,9 +28,9 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" BUILD_STATIC)
2828
vcpkg_cmake_configure(
2929
SOURCE_PATH "${SOURCE_PATH}"
3030
OPTIONS
31-
-DCONFIG_OSDP_LIB_ONLY=ON
32-
-DCONFIG_BUILD_SHARED=${BUILD_SHARED}
33-
-DCONFIG_BUILD_STATIC=${BUILD_STATIC}
31+
-DOPT_OSDP_LIB_ONLY=ON
32+
-DOPT_BUILD_SHARED=${BUILD_SHARED}
33+
-DOPT_BUILD_STATIC=${BUILD_STATIC}
3434
)
3535

3636
vcpkg_cmake_install()

ports/libosdp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libosdp",
3-
"version": "3.0.5",
3+
"version": "3.2.1",
44
"description": "An cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP)",
55
"homepage": "https://github.com/goToMain/libosdp",
66
"documentation": "https://libosdp.sidcha.dev",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5425,7 +5425,7 @@
54255425
"port-version": 0
54265426
},
54275427
"libosdp": {
5428-
"baseline": "3.0.5",
5428+
"baseline": "3.2.1",
54295429
"port-version": 0
54305430
},
54315431
"libosip2": {

versions/l-/libosdp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "8b36497e21f69aa78b71019f3f7ccdf4deed8028",
5+
"version": "3.2.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "fbbc5d6f19e023ef42737fc939fcb9bd186ecc4c",
510
"version": "3.0.5",

0 commit comments

Comments
 (0)