Skip to content

Commit

Permalink
[libarchive] disable libb2 until properly handled (microsoft#17266)
Browse files Browse the repository at this point in the history
* [libarchive] disable libbb2 until properly handled

* [libarchive] bump version

* update version refs

* update refs
  • Loading branch information
cenit authored May 11, 2021
1 parent 3b4dd08 commit 56a5c2a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions ports/libarchive/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion ports/libarchive/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@
},
"libarchive": {
"baseline": "3.4.3",
"port-version": 5
"port-version": 6
},
"libass": {
"baseline": "0.15.1",
Expand Down
7 changes: 6 additions & 1 deletion versions/l-/libarchive.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down

0 comments on commit 56a5c2a

Please sign in to comment.