diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-19 11:22:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-19 11:22:43 +0000 |
commit | aee054d642f433feb991206df725b034030c9484 (patch) | |
tree | 39d2b3e0423387882b4e17f3245724e8e71ea1e3 | |
parent | 9cfbbcd3bdd32737266050279f04a2f89ed88e90 (diff) | |
download | pkgsrc-aee054d642f433feb991206df725b034030c9484.tar.gz |
Updated libzip to 1.2.0.
1.2.0 [2017-02-19]
==================
* Support for AES encryption (Winzip version), both encryption
and decryption.
* Support legacy zip files with >64k entries.
* Fix seeking in zip_source_file if start > 0.
* Add zip_fseek() for seeking in uncompressed data.
* Add zip_ftell() for telling position in uncompressed data.
* Add zip_register_progress_callback() for UI updates during zip_close()
-rw-r--r-- | archivers/libzip/Makefile | 5 | ||||
-rw-r--r-- | archivers/libzip/PLIST | 6 | ||||
-rw-r--r-- | archivers/libzip/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 13eaea40dec..26728f783ac 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2017/01/07 15:43:32 zafer Exp $ +# $NetBSD: Makefile,v 1.28 2017/02/19 11:22:43 wiz Exp $ -DISTNAME= libzip-1.1.3 -PKGREVISION= 1 +DISTNAME= libzip-1.2.0 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 33c67cbd05e..d7c7ddcb1ca 100644 --- a/archivers/libzip/PLIST +++ b/archivers/libzip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2016/01/28 09:01:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2017/02/19 11:22:43 wiz Exp $ bin/zipcmp bin/zipmerge bin/ziptool @@ -49,6 +49,7 @@ man/man3/zip_file_get_external_attributes.3 man/man3/zip_file_rename.3 man/man3/zip_file_replace.3 man/man3/zip_file_set_comment.3 +man/man3/zip_file_set_encryption.3 man/man3/zip_file_set_external_attributes.3 man/man3/zip_file_set_mtime.3 man/man3/zip_file_strerror.3 @@ -57,6 +58,8 @@ man/man3/zip_fopen_encrypted.3 man/man3/zip_fopen_index.3 man/man3/zip_fopen_index_encrypted.3 man/man3/zip_fread.3 +man/man3/zip_fseek.3 +man/man3/zip_ftell.3 man/man3/zip_get_archive_comment.3 man/man3/zip_get_archive_flag.3 man/man3/zip_get_error.3 @@ -67,6 +70,7 @@ man/man3/zip_get_num_files.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_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 f947cbd99d1..76137d69839 100644 --- a/archivers/libzip/distinfo +++ b/archivers/libzip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2016/05/28 09:59:43 wiz Exp $ +$NetBSD: distinfo,v 1.23 2017/02/19 11:22:43 wiz Exp $ -SHA1 (libzip-1.1.3.tar.xz) = 3d856dd6c547cd47b05a41ffa936b02a3550456a -RMD160 (libzip-1.1.3.tar.xz) = 52967da10cfb7a028097611a3a2cacbff4a8de09 -SHA512 (libzip-1.1.3.tar.xz) = a3be13a98ab28d5a2c3729ba6b01891c1fdbee724e6827d208a8d33dad7108a57c82108409f8073002a4fddae97490bdbe7697dccb70ac9601ee862d4271f138 -Size (libzip-1.1.3.tar.xz) = 460128 bytes +SHA1 (libzip-1.2.0.tar.xz) = 2092fa5c266b8f222f48001999c82d827091a4b9 +RMD160 (libzip-1.2.0.tar.xz) = 1f4f6c7587a960e6cfe872ee0977cb23a3cc7abe +SHA512 (libzip-1.2.0.tar.xz) = 1ba8626d72e6b47f735568afaf007d1e18beb3ebedf6b69a6b575f9e04d3b84550371191a89be153f8fcedb4a8eac2f996e141da95cdbb52380b6283cc99cf8b +Size (libzip-1.2.0.tar.xz) = 938284 bytes |