diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-19 15:44:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-19 15:44:31 +0000 |
commit | 1ed304e33c4085723110d5529de7270f52aeaec0 (patch) | |
tree | 674c61063e18e86bd34ed665dbfefe1fdaac53fd /archivers/libzip | |
parent | ba6f37ca97bf3135eb576feb9928f5c16fd501c5 (diff) | |
download | pkgsrc-1ed304e33c4085723110d5529de7270f52aeaec0.tar.gz |
libzip: update to 1.3.1.
1.3.1 [2017-11-19]
==================
* Install zipconf.h into ${PREFIX}/include
* Add zip_libzip_version()
* Fix AES tests on Linux
Diffstat (limited to 'archivers/libzip')
-rw-r--r-- | archivers/libzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/libzip/PLIST | 6 | ||||
-rw-r--r-- | archivers/libzip/distinfo | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index ad759dec36f..0ea00b83c92 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2017/09/02 16:27:11 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/11/19 15:44:31 wiz Exp $ -DISTNAME= libzip-1.3.0 +DISTNAME= libzip-1.3.1 CATEGORIES= archivers devel MASTER_SITES= https://www.nih.at/libzip/ EXTRACT_SUFX= .tar.xz diff --git a/archivers/libzip/PLIST b/archivers/libzip/PLIST index d7c7ddcb1ca..8000e9976c6 100644 --- a/archivers/libzip/PLIST +++ b/archivers/libzip/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.10 2017/02/19 11:22:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2017/11/19 15:44:31 wiz Exp $ bin/zipcmp bin/zipmerge bin/ziptool include/zip.h +include/zipconf.h lib/libzip.la -lib/libzip/include/zipconf.h lib/pkgconfig/libzip.pc man/man1/zipcmp.1 man/man1/zipmerge.1 @@ -67,10 +67,12 @@ man/man3/zip_get_file_comment.3 man/man3/zip_get_name.3 man/man3/zip_get_num_entries.3 man/man3/zip_get_num_files.3 +man/man3/zip_libzip_version.3 man/man3/zip_name_locate.3 man/man3/zip_open.3 man/man3/zip_open_from_source.3 man/man3/zip_register_progress_callback.3 +man/man3/zip_register_progress_callback_with_state.3 man/man3/zip_rename.3 man/man3/zip_replace.3 man/man3/zip_set_archive_comment.3 diff --git a/archivers/libzip/distinfo b/archivers/libzip/distinfo index 0646ff8d540..a31abb85c1e 100644 --- a/archivers/libzip/distinfo +++ b/archivers/libzip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/09/02 16:27:11 wiz Exp $ +$NetBSD: distinfo,v 1.25 2017/11/19 15:44:31 wiz Exp $ -SHA1 (libzip-1.3.0.tar.xz) = e5f4216bf550ebe7c8f9f792eade8a06538dd562 -RMD160 (libzip-1.3.0.tar.xz) = 2b281905cc4f7f65e9cafb0281a2e708c057d123 -SHA512 (libzip-1.3.0.tar.xz) = 8e12a23fe62b993ff4592e1b9da152533a363b0603fc1f65e6cbb6121d4260c45f98171effbccb76dec4030b0fcdcd273919755a2496ab462431646ac83bb900 -Size (libzip-1.3.0.tar.xz) = 955876 bytes +SHA1 (libzip-1.3.1.tar.xz) = ab2c253808b3b0fca6088f1d9101ae0a54234076 +RMD160 (libzip-1.3.1.tar.xz) = 55e8448075459e2e4d6edd25fd8fc2b88122604f +SHA512 (libzip-1.3.1.tar.xz) = 3cc40a707c943e31329c4bc7d3268d7239027c092f21d269cd5220a34eb3808c76a4ac75c8b9e6907ec69e107a6be561584e93af7fef748fcf43c0ea84185739 +Size (libzip-1.3.1.tar.xz) = 957672 bytes |