pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 19 11:22:43 UTC 2017

Modified Files:
        pkgsrc/archivers/libzip: Makefile PLIST distinfo

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/libzip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libzip/Makefile
diff -u pkgsrc/archivers/libzip/Makefile:1.27 pkgsrc/archivers/libzip/Makefile:1.28
--- pkgsrc/archivers/libzip/Makefile:1.27       Sat Jan  7 15:43:32 2017
+++ pkgsrc/archivers/libzip/Makefile    Sun Feb 19 11:22:43 2017
@@ -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

Index: pkgsrc/archivers/libzip/PLIST
diff -u pkgsrc/archivers/libzip/PLIST:1.9 pkgsrc/archivers/libzip/PLIST:1.10
--- pkgsrc/archivers/libzip/PLIST:1.9   Thu Jan 28 09:01:02 2016
+++ pkgsrc/archivers/libzip/PLIST       Sun Feb 19 11:22:43 2017
@@ -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_attribute
 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

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.22 pkgsrc/archivers/libzip/distinfo:1.23
--- pkgsrc/archivers/libzip/distinfo:1.22       Sat May 28 09:59:43 2016
+++ pkgsrc/archivers/libzip/distinfo    Sun Feb 19 11:22:43 2017
@@ -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