summaryrefslogtreecommitdiffstats
path: root/archive-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2021-06-19 13:39:33 +0200
committerFlorian Franzmann2021-06-19 14:43:05 +0200
commit53d4c62083348f6df33a39d57df7e438db8cdc2c (patch)
tree97e22b13004b82209eeb93bcbb52e45e31318389 /archive-libs
parentf04240edc72bee35408bc45acf2a22d08da0a577 (diff)
archive-libs/libzip: version 1.8.0
Diffstat (limited to 'archive-libs')
-rwxr-xr-xarchive-libs/libzip/DEPENDS2
-rwxr-xr-xarchive-libs/libzip/DETAILS4
-rw-r--r--archive-libs/libzip/HISTORY3
3 files changed, 7 insertions, 2 deletions
diff --git a/archive-libs/libzip/DEPENDS b/archive-libs/libzip/DEPENDS
index eba84ec92a..fbbf9b8280 100755
--- a/archive-libs/libzip/DEPENDS
+++ b/archive-libs/libzip/DEPENDS
@@ -5,6 +5,8 @@ depends nettle &&
optional_depends groff "-DENABLE_DOC=on" "-DENABLE_DOC=off" "for documentation" &&
optional_depends bzip2 "-DENABLE_BZIP2=on" "-DENABLE_BZIP2=off" "for bzip2 compression support" &&
optional_depends LZMA "-DENABLE_LZMA=on" "-DENABLE_LZMA=off" "for xz compression support" &&
+optional_depends zstd "-DENABLE_ZSTD=on" "-DENABLE_ZSTD=off" "for zstd compression support" &&
+
optional_depends mbedtls "-DENABLE_MBEDTLS=on" "-DENABLE_MBEDTLS=off" "for TLS support" &&
optional_depends SSL "-DENABLE_OPENSSL=on" "-DENABLE_OPENSSL=off" "for SSL support" &&
optional_depends gnutls "-DENABLE_GNUTLS=on" "-DENABLE_GNUTLS=off" "for TLS support"
diff --git a/archive-libs/libzip/DETAILS b/archive-libs/libzip/DETAILS
index 0097233541..150f19a688 100755
--- a/archive-libs/libzip/DETAILS
+++ b/archive-libs/libzip/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=libzip
- VERSION=1.7.3
- SOURCE_HASH=sha512:488866348a0c859f6f995c50e956bd51b4105278f07b63fe019cb44ab36c09ef958cc0684fd5444c474d83874b999e8ed1aa9b2da51b74caa37bbe7934b9c870
+ VERSION=1.8.0
+ SOURCE_HASH=sha512:fe94a26a2797dff7c9b27334f29982f8e523dd5095bf32ebcadc6443726864f0ff7b2e8bf243e52cad8f79297bc7a87d73fdbc35edae4ffc8ab6aa0bcc93b03e
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/archive-libs/libzip/HISTORY b/archive-libs/libzip/HISTORY
index 136a3fe874..7ebb47175b 100644
--- a/archive-libs/libzip/HISTORY
+++ b/archive-libs/libzip/HISTORY
@@ -1,3 +1,6 @@
+2021-06-19 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 1.8.0
+
2021-01-20 Ismael Luceno <ismael@iodev.co.uk>
* PRE_BUILD, patches/0001-portability-fixes.patch:
fixed build against musl