Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libzippp] Update to 4.1-1.8.0 #18553

Merged
merged 1 commit into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ports/libzippp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Source: libzippp
Version: 4.0-1.7.3
Port-Version: 3
Version: 4.1-1.8.0
Homepage: https://github.com/ctabin/libzippp
Description: Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling
Build-Depends: zlib, libzip[core,bzip2]
Expand Down
16 changes: 8 additions & 8 deletions ports/libzippp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ctabin/libzippp
REF 791bdc43eb18b87e3bdfa087493e3e32217e672c #v4.0-1.7.3 with CXX std version c++11
SHA512 c6a90ecec21bb2d9e3af681c35d7eec0bee7b356fc1438004dc84be32ee7b94d047c35817d46b222237d54699ea54afa4fd3ae5deeba40dfce4fd2035a38b0e5
HEAD_REF libzippp-v4.0-1.7.3
REF 8299422194ce3c5be0677550ce3d6d4e15d40dd8 #v4.1-1.8.0 with CXX std version c++11
SHA512 091c744377707899456b027a35059e048e1552e013330c68920f88f94a42904cf1a6afc7f853cf34cc9bbb3956c3c16907f089520e808520a671c59646d5e351
HEAD_REF master
PATCHES fix-find-lzma.patch
)

vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
encryption LIBZIPPP_ENABLE_ENCRYPTION
)
vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
encryption LIBZIPPP_ENABLE_ENCRYPTION)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
Expand All @@ -34,4 +34,4 @@ endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3737,8 +3737,8 @@
"port-version": 2
},
"libzippp": {
"baseline": "4.0-1.7.3",
"port-version": 3
"baseline": "4.1-1.8.0",
"port-version": 0
},
"licensepp": {
"baseline": "2020-05-19",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libzippp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c6ab6d33444f3671ea875f4c98bc2937b2d32ee9",
"version-string": "4.1-1.8.0",
"port-version": 0
},
{
"git-tree": "b599e7e8cf8101b7ad23965c00bca32c24de4b88",
"version-string": "4.0-1.7.3",
Expand Down