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 /archivers/libzip/PLIST | |
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()
Diffstat (limited to 'archivers/libzip/PLIST')
-rw-r--r-- | archivers/libzip/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
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 |