From ee125714077f04a9c5ebc30b4237f724330873b0 Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 22 Mar 2025 20:46:58 +0900 Subject: [PATCH] [libarchive] update to 3.7.8 --- ports/libarchive/portfile.cmake | 2 +- ports/libarchive/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libarchive.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/libarchive/portfile.cmake b/ports/libarchive/portfile.cmake index ae0a2419f3eccf..1ae5bc9a8b89a2 100644 --- a/ports/libarchive/portfile.cmake +++ b/ports/libarchive/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libarchive/libarchive REF "v${VERSION}" - SHA512 95c6232d178b26daa0eeba43d64ea4235aa96fa279c85fff715ac5e6cc73b2e65f276770f91c3538cb8ca989380555169497628d73e120bfa52e12f657049ff0 + SHA512 5ce1fb0b0108a1f5a1547fbecc261e0438b449eee7253eec0b66452462c052b09c8e6cccd0ed9e7fd0c55e5862b334519b17da4f72b1e0196e73bc90ad97c983 HEAD_REF master PATCHES disable-warnings.patch diff --git a/ports/libarchive/vcpkg.json b/ports/libarchive/vcpkg.json index 80432f209589b6..0d15c502038fd6 100644 --- a/ports/libarchive/vcpkg.json +++ b/ports/libarchive/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libarchive", - "version": "3.7.7", - "port-version": 2, + "version": "3.7.8", "description": "Library for reading and writing streaming archives", "homepage": "https://www.libarchive.org", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 76d1f32425ff2d..998cd041056343 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4361,8 +4361,8 @@ "port-version": 5 }, "libarchive": { - "baseline": "3.7.7", - "port-version": 2 + "baseline": "3.7.8", + "port-version": 0 }, "libaribcaption": { "baseline": "1.1.1", diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index af80633eb3950b..8c4a05c372c26c 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d5d16f1e8eb9f6ba74f92e564f62fa641eab589e", + "version": "3.7.8", + "port-version": 0 + }, { "git-tree": "273f56c8b692d2fb25364dd5b117f22449578ffe", "version": "3.7.7",