summaryrefslogtreecommitdiff
path: root/archivers/libzip
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz2-3/+4
2022-06-28libzip: update to 1.9.2.wiz3-8/+8
1.9.2 [2022-06-28] =================== * Fix version number in header file. 1.9.1 [2022-06-28] =================== * Fix `zip_file_is_seekable()`.
2022-06-28*: recursive bump for perl 5.36wiz2-3/+4
2022-06-13libzip: update to 1.9.0.wiz4-24/+8
1.9.0 [2022-06-13] ================== * Add `zip_file_is_seekable()`. * Improve compatibility with WinAES. * Fix encoding handling in `zip_name_locate()`. * Add option to `zipcmp` to output summary of changes. * Various bug fixes and documentation improvements.
2021-12-08revbump for icu and libffiadam2-4/+4
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes.
2021-10-07archivers: Remove SHA1 distfiles hashesnia1-2/+1
2021-09-29revbump for boost-libsadam2-3/+4
2021-06-24libzip: update to 1.8.0.wiz5-15/+32
Add one post-release patch. 1.8.0 [2021-06-18] ================== * Add support for zstd (Zstandard) compression. * Add support for lzma (ID 14) compression. * Add `zip_source_window_create()`. * Add `zip_source_zip_create()` variant to `zip_source_zip()`. * Allow method specific `comp_flags` in `zip_set_file_compression()`. * Allow `zip_source_tell()` on sources that don't support seeking and `zip_ftell()` on compressed data. * Provide more details for consistency check errors. * Improve output of `zipcmp`. * In `zipcmp`, don’t ignore empty directories when comparing directory listing. * Treat empty string as no password given in `zip_file_set_encryption()`, `zip_fopen_encrypted()`, and `zip_set_default_password()`.
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for boost-libsadam2-4/+4
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-1/+2
2020-07-15libzip: update to 1.7.3.wiz2-7/+7
1.7.3 [2020-07-15] ================== * Support cmake < 3.17 again. * Fix pkgconfig file (regression in 1.7.2).
2020-07-11libzip: update to 1.7.2.wiz3-9/+11
Add github master site as fallback. 1.7.2 [2020-07-11] ================== * Fixes for the CMake find_project() files. * libzip moved to the CMake libzip:: NAMESPACE. * CMake usage best practice cleanups.
2020-06-17libzip: more executables in buildlinknia1-1/+3
2020-06-14libzip: update bl3.mkwiz1-3/+3
Stop linking lib/libzip/include, does not exist since 1.3.1; and depend on that version (from 2017). Link bin/zipcmp for the cmake infrastructure (the cmake support files are looking for zipcmp in the same place as the headers/library). The latter fixes a build problem in mgba reported by nia.
2020-06-13libzip: update to 1.7.1.wiz2-7/+7
1.7.1 [2020-06-13] ================== * Restore `LIBZIP_VERSION_{MAJOR,MINOR,MICRO}` symbols. * Fixes warnings reported by PVS-Studio. * Add `LIBZIP_DO_INSTALL` build setting to make it easier to use libzip as subproject.
2020-06-05libzip: update to 1.7.0.wiz4-13/+19
1.7.0 [2020-06-05] ================== * Add support for encrypting using traditional PKWare encryption. * Add `zip_compression_method_supported()`. * Add `zip_encryption_method_supported()`. * Add the `ZIP_SOURCE_GET_FILE_ATTRIBUTES` source command. * Refactor stdio file backend. * Add CMake find_project() support.
2020-05-22revbump after updating security/nettleadam2-4/+4
2020-03-08*: recursive bump for libffiwiz2-3/+4
2020-02-09libzip: update to 1.6.1.wiz4-25/+9
1.6.1 [2020-02-03] ================== * Bugfix for double-free in zipcmp(1) during cleanup.
2020-01-29libzip: update to 1.6.0nb1.wiz3-2/+19
Add upstream patch avoiding a double-free in zipcmp.
2020-01-24libzip: update to 1.6.0.wiz3-10/+10
1.6.0 [2020-01-24] ================== * Avoid using umask() since it's not thread-safe. * Set close-on-exec flag when opening files. * Do not accept empty files as valid zip archives any longer. * Add support for XZ compressed files (using liblzma). * Add support for cancelling while closing zip archives. * Add support for setting the time in the on-disk format.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-4/+4
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz2-3/+4
2019-03-12libzip: update to 1.5.2.wiz2-8/+7
1.5.2 [2019-03-12] ================== * Fix bug in AES encryption affecting certain file sizes * Keep file permissions when modifying zip archives * Support systems with small stack size. * Support mbed TLS as crypto backend. * Add nullability annotations.
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz2-3/+4
2018-04-11libzip: update to 1.5.1.wiz2-7/+7
1.5.1 [2018-04-11] ================== * Choose format of installed documentation based on available tools. * Fix visibility of symbols. * Fix zipcmp directory support. * Don't set RPATH on Linux. * Use Libs.private for link dependencies in pkg-config file. * Fix build with LibreSSL. * Various bugfixes.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+13
2018-03-12libzip: update to 1.5.0.wiz3-16/+26
1.5.0 [2018-03-11] ================== * Use standard cryptographic library instead of custom AES implementation. This also simplifies the license. * Use `clang-format` to format the source code. * More Windows improvements.
2018-02-11libzip: use httpswiz1-2/+2
2018-02-03Add a workaround so libzip 1.4.0 builds successfully on Darwin/Mac OS Xjdolecek1-1/+11
Skip running the regression tests since for some reason the setting of LD_LIBRARY_PATH isn't passed down through cmake invocation; this avoids error: dyld: Library not loaded: @rpath/libzip.5.dylib Referenced from: ${WRKSRC}/regress/../src/ziptool Reason: image not found
2017-12-30libzip: update to 1.4.0.wiz4-35/+23
1.4.0 [2017-12-29] ================== * Improve build with cmake * Retire autoconf/automake build system * Add `zip_source_buffer_fragment()`. * Add support to clone unchanged beginning of archive (instead of rewriting it). Supported for buffer sources and on Apple File System. * Add support for Microsoft Universal Windows Platform.
2017-12-18libzip: Work around redefine_extname in SunOS headers.jperkin2-1/+20
2017-11-20libzip: update to 1.3.2.wiz2-7/+7
1.3.2 [2017-11-20] ================== * Fix bug introduced in last: zip_t was erroneously freed if zip_close() failed.
2017-11-19libzip: update to 1.3.1.wiz3-9/+11
1.3.1 [2017-11-19] ================== * Install zipconf.h into ${PREFIX}/include * Add zip_libzip_version() * Fix AES tests on Linux
2017-09-02Bump libzip ABI depends and PKGREVISIONs of its users for bzip2 dependency.wiz1-2/+2
2017-09-02Updated libzip to 1.3.0.wiz3-8/+10
1.3.0 [2017-09-02] ================== * Support bzip2 compressed zip archives * Improve file progress callback code * Fix zip_fdopen() * CVE-2017-12858: Fix double free(). * CVE-2017-14107: Improve EOCD64 parsing.
2017-02-23Recursive bump for libzip shlib major bump.wiz1-2/+2
2017-02-19Updated libzip to 1.2.0.wiz3-9/+12
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()
2017-01-07update MASTER_SITES.zafer1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-05-28Update libzip to 1.1.3:wiz2-7/+7
1.1.3 [2016-05-28] ================== * Fix build on Windows when using autoconf.
2016-02-19Update libzip to 1.1.2. All tests pass.wiz2-7/+7
1.1.2 [2016/02/19] * Improve support for 3MF files
2016-02-07Update libzip to 1.1.1:wiz2-7/+7
1.1.1 [2016/02/07] * Build fixes for Linux * Fix some warnings reported by PVS-Studio
2016-01-28Update libzip to 1.1:wiz3-9/+10
1.1 [2016/01/26] * ziptool(1): command line tool to modify zip archives * Speedups for archives with many entries * Coverity fixes * Better APK support * Support for running tests on Windows * More build fixes for Windows * Portability fixes * Documentation improvements
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.