summaryrefslogtreecommitdiff
path: root/libzip
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-19 12:46:48 +0000
committerTim Biermann <tbier@posteo.de>2021-06-19 12:47:02 +0000
commit10a86aa4e8de120e2ea91bb4cd0c4f1d520022b0 (patch)
treed13c3624971b9743840bed7e748c6dec1bdb441a /libzip
parent9bdad4a91c1f930750ab9a5819f09a83a3f07f64 (diff)
downloadopt-10a86aa4e8de120e2ea91bb4cd0c4f1d520022b0.tar.gz
opt-10a86aa4e8de120e2ea91bb4cd0c4f1d520022b0.tar.xz
libzip: 1.7.3 -> 1.8.0
Diffstat (limited to 'libzip')
-rw-r--r--libzip/.footprint6
-rw-r--r--libzip/.signature8
-rw-r--r--libzip/Pkgfile5
3 files changed, 11 insertions, 8 deletions
diff --git a/libzip/.footprint b/libzip/.footprint
index afc239d8b..d464fbb34 100644
--- a/libzip/.footprint
+++ b/libzip/.footprint
@@ -14,8 +14,8 @@ drwxr-xr-x root/root usr/lib/cmake/libzip/
-rw-r--r-- root/root usr/lib/cmake/libzip/libzip-targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/libzip/libzip-targets.cmake
lrwxrwxrwx root/root usr/lib/libzip.so -> libzip.so.5
-lrwxrwxrwx root/root usr/lib/libzip.so.5 -> libzip.so.5.3
--rwxr-xr-x root/root usr/lib/libzip.so.5.3
+lrwxrwxrwx root/root usr/lib/libzip.so.5 -> libzip.so.5.4
+-rwxr-xr-x root/root usr/lib/libzip.so.5.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libzip.pc
drwxr-xr-x root/root usr/share/
@@ -91,6 +91,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/zip_name_locate.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_open.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_open_from_source.3.gz
+-rw-r--r-- root/root usr/share/man/man3/zip_register_cancel_callback_with_state.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_register_progress_callback.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_register_progress_callback_with_state.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_rename.3.gz
@@ -135,6 +136,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/zip_source_win32handle_create.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_win32w.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_win32w_create.3.gz
+-rw-r--r-- root/root usr/share/man/man3/zip_source_window.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_write.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_zip.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_stat.3.gz
diff --git a/libzip/.signature b/libzip/.signature
index 169aa562d..9420eeac5 100644
--- a/libzip/.signature
+++ b/libzip/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/YYYvyrXXP16xZryVRtcVRZVvu9Hn66egiWQCXh+2/GTK6fxqUaVPeLsKwzkyiEo2sX7+c0DDG/Z4ySTpd9moQQ=
-SHA256 (Pkgfile) = 9dcbfd115fa5f0158694111163e4a97bb0b0f1860184cf27edb93f2e28c794b9
-SHA256 (.footprint) = 86fea37bfabf24b2837b7206edf0ec3d1727c738d1af172e5fc155c66781d5c7
-SHA256 (libzip-1.7.3.tar.xz) = a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
+RWSE3ohX2g5d/ctLoL1LGz0j786vYpvFnNJhOOySHJO1Nls93Q6aMoZmQBhf/6x79xouiaLiHITpsUnSj9bbE4dJnHY/g9+VMgA=
+SHA256 (Pkgfile) = d8ebfd215f831dd4cfed55cbeae458e7f004671346f6d8a2e4d9d31d32f754e9
+SHA256 (.footprint) = 67355255244d9526dabbccd0244ceeb6418af1d38fba30dad4e61aea37b20404
+SHA256 (libzip-1.8.0.tar.xz) = f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e
diff --git a/libzip/Pkgfile b/libzip/Pkgfile
index 06a19a06c..b03d5294c 100644
--- a/libzip/Pkgfile
+++ b/libzip/Pkgfile
@@ -1,10 +1,11 @@
# Description: Library to handle zip files
# URL: https://libzip.org
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: bzip2 cmake openssl xz zlib
+# Depends on: cmake
+# Optional: ninja
name=libzip
-version=1.7.3
+version=1.8.0
release=1
source=(https://libzip.org/download/$name-$version.tar.xz)

Generated by cgit