From 6391d9d7fcfb3537d3f1586be0749b6bed22955b Mon Sep 17 00:00:00 2001 From: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Date: Fri, 15 Mar 2024 03:28:32 +0800 Subject: [PATCH] [libunwind] update to 1.8.1 (#37434) --- ports/libunwind/portfile.cmake | 6 ++++-- ports/libunwind/vcpkg.json | 10 ++-------- versions/baseline.json | 2 +- versions/l-/libunwind.json | 5 +++++ 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ports/libunwind/portfile.cmake b/ports/libunwind/portfile.cmake index e41b242801..3e8f4a0125 100644 --- a/ports/libunwind/portfile.cmake +++ b/ports/libunwind/portfile.cmake @@ -2,13 +2,15 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO "libunwind/libunwind" REF "v${VERSION}" - HEAD_REF "v1.8-stable" - SHA512 105bd4ff0f23f98046a4ed2cb58664083eba35154c92334a1f905ef13e1e92abbf87acb82556c9242c4209626f065d2519f3260e69d2146234a285b4ddd64470 + HEAD_REF master + SHA512 dd8332b7a2cbabb4716c01feea422f83b4a7020c1bee20551de139c3285ea0e0ceadfa4171c6f5187448c8ddc53e0ec4728697d0a985ee0c3ff4835b94f6af6f ) vcpkg_configure_make( SOURCE_PATH "${SOURCE_PATH}" AUTOCONFIG + OPTIONS + --disable-tests ) vcpkg_install_make() vcpkg_fixup_pkgconfig() diff --git a/ports/libunwind/vcpkg.json b/ports/libunwind/vcpkg.json index f540904c37..fbdf2d8efe 100644 --- a/ports/libunwind/vcpkg.json +++ b/ports/libunwind/vcpkg.json @@ -1,14 +1,8 @@ { "name": "libunwind", - "version": "1.8.0", + "version": "1.8.1", "description": "Unix libray for portable stack unwinding", "homepage": "https://www.nongnu.org/libunwind", "license": "MIT", - "supports": "linux", - "dependencies": [ - { - "name": "vcpkg-cmake", - "host": true - } - ] + "supports": "linux" } diff --git a/versions/baseline.json b/versions/baseline.json index d601b934cf..46330b9bc8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5069,7 +5069,7 @@ "port-version": 0 }, "libunwind": { - "baseline": "1.8.0", + "baseline": "1.8.1", "port-version": 0 }, "liburing": { diff --git a/versions/l-/libunwind.json b/versions/l-/libunwind.json index 2075580294..98a63bf81a 100644 --- a/versions/l-/libunwind.json +++ b/versions/l-/libunwind.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5fa5d5fa4e60c42c059eb26e5b34650b8bdf6b0e", + "version": "1.8.1", + "port-version": 0 + }, { "git-tree": "3e1ae4e9ac079e529efa51416aef23cb20246e3d", "version": "1.8.0",