From aee054d642f433feb991206df725b034030c9484 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 19 Feb 2017 11:22:43 +0000 Subject: 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() --- archivers/libzip/PLIST | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archivers/libzip/PLIST') 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 -- cgit v1.2.3