pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libzip Updated libzip to 1.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d1653d8b2bf
branches:  trunk
changeset: 358729:1d1653d8b2bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 19 11:22:43 2017 +0000

description:
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()

diffstat:

 archivers/libzip/Makefile |   5 ++---
 archivers/libzip/PLIST    |   6 +++++-
 archivers/libzip/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (62 lines):

diff -r a0bfa58008cf -r 1d1653d8b2bf archivers/libzip/Makefile
--- a/archivers/libzip/Makefile Sun Feb 19 10:01:49 2017 +0000
+++ b/archivers/libzip/Makefile Sun Feb 19 11:22:43 2017 +0000
@@ -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 -r a0bfa58008cf -r 1d1653d8b2bf archivers/libzip/PLIST
--- a/archivers/libzip/PLIST    Sun Feb 19 10:01:49 2017 +0000
+++ b/archivers/libzip/PLIST    Sun Feb 19 11:22:43 2017 +0000
@@ -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_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_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_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 -r a0bfa58008cf -r 1d1653d8b2bf archivers/libzip/distinfo
--- a/archivers/libzip/distinfo Sun Feb 19 10:01:49 2017 +0000
+++ b/archivers/libzip/distinfo Sun Feb 19 11:22:43 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index