diff --git a/ports/libarchive/portfile.cmake b/ports/libarchive/portfile.cmake index e441bdea26d20f..918761fa527313 100644 --- a/ports/libarchive/portfile.cmake +++ b/ports/libarchive/portfile.cmake @@ -61,6 +61,7 @@ vcpkg_configure_cmake( -DENABLE_XATTR=OFF -DENABLE_ACL=OFF -DENABLE_ICONV=OFF + -DENABLE_LIBB2=OFF -DENABLE_TEST=OFF -DENABLE_WERROR=OFF ) diff --git a/ports/libarchive/vcpkg.json b/ports/libarchive/vcpkg.json index 6258f226db0eb6..1e1ad9f9284b0f 100644 --- a/ports/libarchive/vcpkg.json +++ b/ports/libarchive/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libarchive", "version-semver": "3.4.3", - "port-version": 5, + "port-version": 6, "description": "Library for reading and writing streaming archives", "homepage": "https://github.com/libarchive/libarchive", "supports": "!uwp", diff --git a/versions/baseline.json b/versions/baseline.json index 0dc4fd1ba3de87..929eb83fae6e34 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2962,7 +2962,7 @@ }, "libarchive": { "baseline": "3.4.3", - "port-version": 5 + "port-version": 6 }, "libass": { "baseline": "0.15.1", diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index 16bd0563fe23ef..a586104d326086 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,7 +1,12 @@ { "versions": [ { - "git-tree": "a8318f61dfe300b1b980b2ecaf295bd626572ad4", + "git-tree": "8990b8db984f4a3652bb644608efd7dcd1573bf3", + "version-semver": "3.4.3", + "port-version": 6 + }, + { + "git-tree": "fe188805a906d5d853bc330253242c12029ae0de", "version-semver": "3.4.3", "port-version": 5 },