Skip to content

Commit

Permalink
Update to lizip 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Tabin committed Jul 27, 2021
1 parent 7dbc055 commit 9bb2319
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
17 changes: 9 additions & 8 deletions ports/libzip/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nih-at/libzip
REF 66e496489bdae81bfda8b0088172871d8fda0032 #v1.7.3
SHA512 ae0cda3e9decf5a71bf1e0907a2a21b2c0d83e6e576faf4d9401d6954707ae298c1c09febbc5339f457ace3577fdd405a790c819ef24778990ca6bf1e9516d54
HEAD_REF v1.7.3
REF 26ba5523db09213f532821875542dba7afa04b65 #v1.8.0
SHA512 caa4610e10a45260d8f06e4e728b231f0fcfacd90d3091a096b273997b7505857a78a8013d0571c3b25543d894eb049d1e7f5385e910066e464b3d208390570f
HEAD_REF master
PATCHES
fix-findpackage.patch
fix-dependency.patch
)

vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
bzip2 ENABLE_BZIP2
liblzma ENABLE_LZMA
openssl ENABLE_OPENSSL
wincrypto ENABLE_WINDOWS_CRYPTO
commoncrypto ENABLE_COMMONCRYPTO
FEATURES
bzip2 ENABLE_BZIP2
liblzma ENABLE_LZMA
openssl ENABLE_OPENSSL
wincrypto ENABLE_WINDOWS_CRYPTO
commoncrypto ENABLE_COMMONCRYPTO
mbedtls ENABLE_MBEDTLS
)

Expand Down
3 changes: 1 addition & 2 deletions ports/libzip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libzip",
"version-semver": "1.7.3",
"port-version": 2,
"version-semver": "1.8.0",
"description": "A library for reading, creating, and modifying zip archives.",
"homepage": "https://github.com/nih-at/libzip",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3781,8 +3781,8 @@
"port-version": 0
},
"libzip": {
"baseline": "1.7.3",
"port-version": 2
"baseline": "1.8.0",
"port-version": 0
},
"libzippp": {
"baseline": "4.1-1.8.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libzip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a3adaf767853bfd7f7f2d511f4e3ec9eb9fa0b46",
"version-semver": "1.8.0",
"port-version": 0
},
{
"git-tree": "519b00c1db73782b3527816055dffbcbdde805a0",
"version-semver": "1.7.3",
Expand Down

0 comments on commit 9bb2319

Please sign in to comment.