diff options
| author | Lars Ivar Hatledal <larsivarhatledal@gmail.com> | 2019-03-13 18:06:49 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-13 10:06:49 -0700 |
| commit | 7609de849764758011c0eb4bd3d4af171d376d57 (patch) | |
| tree | 229ec9586bf8847e417d9a50ad9648c70e48d91e /ports/libzip/CONTROL | |
| parent | 94218ff78217a1bf66619f03de6731c959514ef2 (diff) | |
| download | vcpkg-7609de849764758011c0eb4bd3d4af171d376d57.tar.gz vcpkg-7609de849764758011c0eb4bd3d4af171d376d57.zip | |
Update libzip to 1.5.2 (#5656)
* Update libzip to 1.5.2
* Remove reference to patch in portfile
* Add patch to fix compilation on windows
* Prefer ninja and fix indentation
Diffstat (limited to 'ports/libzip/CONTROL')
| -rw-r--r-- | ports/libzip/CONTROL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/libzip/CONTROL b/ports/libzip/CONTROL index c318303dc..b3683b1a9 100644 --- a/ports/libzip/CONTROL +++ b/ports/libzip/CONTROL @@ -1,9 +1,13 @@ Source: libzip -Version: rel-1-5-1-vcpkg2 +Version: rel-1-5-2 Build-Depends: zlib -Default-Features: openssl +Default-Features: openssl, bzip2 Description: A library for reading, creating, and modifying zip archives. +Feature: bzip2 +Build-Depends: bzip2 +Description: Support bzip2-compressed zip archives + Feature: openssl Build-Depends: openssl Description: AES (encryption) support using OpenSSL |
