aboutsummaryrefslogtreecommitdiff
path: root/ports/libzip
AgeCommit message (Collapse)Author
2021-04-29[libzip] fix dependency in libzip-config.cmake.in (#17282)NancyLi1013
* [libzip] fix dependency in libzip-config.cmake.in * Update version files
2021-01-12[libzip] Relative pkgconfig paths (#15589)Adam
2020-09-24[libzip] Update to libzip 1.7.3 (#13625)Cédric Tabin
* Update to libzip 1.7.3 * [libzip] Update CONTROL Co-authored-by: Cédric Tabin <cedric.tabin@gmail.com> Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-08-07[libzip] Fix find_package error (#12610)Lily
2020-06-17[libzip] Update to 1.7.1 (#11982)JonLiu1993
* [libzip] Update to 1.7.1 * Update ports/libzip/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-04-23[libzip] update to rel-1-6-1 (#10784)mitzal
* Libzip updated to rel-1-6-1 * [libzip] Add windows_crypto feature The new BCrypt/CNG-based crypto uses BCryptDeriveKeyPBKDF2 which is only available since WinNT 6.1. It is important to me as a consumer of libzip through vcpkg to be able to turn this off. * Additional options added. * Common Crypto supported as an option for encryption backend. Co-authored-by: Michał Janiszewski <janisozaur+signed@gmail.com>
2019-11-19[libzip]Fix the version in CONTROL file.JackBoosY
2019-11-05[libzip]Update patch to avoid patch failure.JackBoosY
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-03-13Update libzip to 1.5.2 (#5656)Lars Ivar Hatledal
* Update libzip to 1.5.2 * Remove reference to patch in portfile * Add patch to fix compilation on windows * Prefer ninja and fix indentation
2019-02-04[libzip] Add features to libzip (#5121)Lars Ivar Hatledal
* add features to libzip * add documentation * undo add bzip2 as linux build dependency * Use default features, and remove mbedtls feature
2018-08-08New packages: libimobiledevice, getopt, readline (#3504)Frederik Carlier
* Add libplist * Add libusbmuxd * Fix typos * Add getopt * Add libimobiledevice * Fix typos * Add libideviceactivation * Add ideviceinstaller * Include utilities * Install usbmuxd * Add readline * Fix readline on 64-bit windows * Add libirecovery * libideviceactivation: include tools * Bump versions to fix build issues * Bump versions * Add idevicerestore * [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop * [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop * [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory * [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage(). * [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild() * [readline] Fix static builds
2018-04-12[abseil][aws-sdk-cpp][breakpad][chakracore][cimg][date][exiv2][libzip][rs-co ↵Robert Schumacher
re-lib] Upgrades
2018-03-12[libzip] Upgrade to 1.5.0Robert Schumacher
2018-03-09[libzip] Update with latest patches (#2990)Michał Janiszewski
2018-01-25[libzip] bump to 1.4.0Tobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-11-30[many ports] Updates to latestRobert Schumacher
2017-11-21[libzip] update patchesMichał Janiszewski
2017-11-21[libzip] Update libzip to 1.3.2Michał Janiszewski
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-19[libzip] Avoid renaming DLLs -- this breaks the import libRobert Schumacher
2017-06-18[libzip] Add libzip port, version 1.2.0Ted John
libzip does not have support for static builds, therefore a large amount of hack patching was required to build both a static and share variant.