diff --git a/ports/liburing/disable-tests-and-examples.patch b/ports/liburing/disable-tests-and-examples.patch index 7faef951af..827d80e9cf 100644 --- a/ports/liburing/disable-tests-and-examples.patch +++ b/ports/liburing/disable-tests-and-examples.patch @@ -9,5 +9,5 @@ index 686be4f..28d0a7f 100644 - @$(MAKE) -C test - @$(MAKE) -C examples - .PHONY: all install default clean test - .PHONY: FORCE cscope + library: + @$(MAKE) -C src diff --git a/ports/liburing/portfile.cmake b/ports/liburing/portfile.cmake index 608f1caf95..c0b77a2439 100644 --- a/ports/liburing/portfile.cmake +++ b/ports/liburing/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO axboe/liburing REF "liburing-${VERSION}" - SHA512 e5ce61e80fe90f95128e62abfec7771912fe98674f7dbf5806ed61cb386adecedf495c50cb77b684f5b61f48deb44ccb4e3ba032613920213366132bbbc908db + SHA512 c65146ee53defba4f9b752674be8489757f60be0855b361c6d1136119c74803351e5ccc8a1890c0777bfe61da4c0fd997230fc8817ff3929a7e2186b389cdc28 HEAD_REF master PATCHES fix-configure.patch # ignore unsupported options, handle ENABLE_SHARED @@ -13,6 +13,7 @@ vcpkg_from_github( vcpkg_configure_make( SOURCE_PATH "${SOURCE_PATH}" COPY_SOURCE + DETERMINE_BUILD_TRIPLET OPTIONS [[--libdevdir=\${prefix}/lib]] # must match libdir ) diff --git a/ports/liburing/vcpkg.json b/ports/liburing/vcpkg.json index 9195f0b8bb..20d84a202d 100644 --- a/ports/liburing/vcpkg.json +++ b/ports/liburing/vcpkg.json @@ -1,7 +1,6 @@ { "name": "liburing", - "version": "2.6", - "port-version": 1, + "version": "2.7", "description": "Linux-native io_uring I/O access library", "homepage": "https://github.com/axboe/liburing", "license": "(MIT OR LGPL-2.1) AND (MIT OR (GPL-2.0 WITH Linux-syscall-note))", diff --git a/versions/baseline.json b/versions/baseline.json index e9ddb8b48f..23586c91ba 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5185,8 +5185,8 @@ "port-version": 0 }, "liburing": { - "baseline": "2.6", - "port-version": 1 + "baseline": "2.7", + "port-version": 0 }, "libusb": { "baseline": "1.0.27", diff --git a/versions/l-/liburing.json b/versions/l-/liburing.json index 198be299e7..e4c4f5012f 100644 --- a/versions/l-/liburing.json +++ b/versions/l-/liburing.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ad61eac7577882455b11c4347d77ece27a42256b", + "version": "2.7", + "port-version": 0 + }, { "git-tree": "1eb251967045d5abea90234fe6d22e11516db11c", "version": "2.6",