Changelog for
libzip5-1.10.1-lp155.112.1.x86_64.rpm :
* Thu Aug 24 2023 pgajdosAATTsuse.com- version update to 1.10.1
* Add `ZIP_LENGTH_TO_END` and `ZIP_LENGTH_UNCHECKED`. Unless `ZIP_LENGTH_UNCHECKED` is used as `length`, it is an error for a file to shrink between the time when the source is created and when its data is read.
* Tue Jun 27 2023 pgajdosAATTsuse.com- version update to 1.10.0
* Make support for layered sources public.
* Add `zip_source_zip_file` and `zip_source_zip_file_create`, deprecate `zip_source_zip` and `zip_source_zip_create`.
* Allow reading changed file data.
* Fix handling of files of size 4294967295.
* `zipmerge`: copy extra fields.
* `zipmerge`: add option to keep files uncompressed.
* Switch test framework to use nihtest instead of Perl.
* Fix reading/writing compressed data with buffers > 4GiB.
* Restore support for torrentzip.
* Add warnings when using deprecated functions.
* Allow keeping files for empty archives.
* Support mbedTLS>=3.3.0.
* Support OpenSSL 3.
* Use ISO C secure library functions, if available.
* Fri Jul 01 2022 Paolo Stivanin
- libzip 1.9.2:
* Fix version number in header file.
* Fix zip_file_is_seekable().
* 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.
* Sun Jun 20 2021 Andreas Stieger - libzip 1.8.0:
* 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()- drop libzip-pkgconfig.patch, no longer required
* Sat Nov 14 2020 olafAATTaepfle.de- Use full _libdir path in libzip.pc
* Wed Jul 15 2020 pgajdosAATTsuse.com- version update to 1.7.3
* Support cmake < 3.17 again.
* Fix pkgconfig file (regression in 1.7.2).- deleted patches - libzip-cmake-rules.patch (upstreamed)- added patches fix libdir in pkg-config file (revive the patch from 1.7.1 and older) + libzip-pkgconfig.patch
* Mon Jul 13 2020 pgajdosAATTsuse.com- cmake tweaks: use upstream commit- modified patches % libzip-cmake-rules.patch (refreshed)
* Mon Jul 13 2020 pgajdosAATTsuse.com- version update to 1.7.2
* Fixes for the CMake find_project() files.
* libzip moved to the CMake libzip:: NAMESPACE.
* CMake usage best practice cleanups.- deleted patches - pkgconfig.patch (extended and renamed)- added patches + libzip-cmake-rules.patch
* Sun Jun 14 2020 Andreas Stieger - libzip 1.7.1:
* Restore LIBZIP_VERSION_{MAJOR,MINOR,MICRO} symbols.
* Add LIBZIP_DO_INSTALL build setting to make it easier to use libzip as subproject- build with LZMA to support XZ compressed files- switch to upstream preferred provider of AES support: GnuTLS
* Sat Jun 06 2020 Andreas Stieger - libzip 1.7.0:
* Add support for encrypting using traditional PKWare encryption
* Add functions for querying supported compression and encryption methods
* Add the ZIP_SOURCE_GET_FILE_ATTRIBUTES` source command
* Refactor stdio file backend
* Add CMake find_project() support
* Mon Feb 24 2020 Paolo Stivanin - version update to 1.6.1
* Bugfix for double-free in zipcmp(1) during cleanup.
* Mon Jan 27 2020 pgajdosAATTsuse.com- version update to 1.6.0
* 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.- modified patches % pkgconfig.patch (refreshed)- deleted patches - libzip-ocloexec.patch (upstreamed)
* Tue Mar 12 2019 Martin Herkt <9+suseAATTcirno.systems>- Update to version 1.5.2
* 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.
* Thu Apr 12 2018 tchvatalAATTsuse.com- Compile the package in %build phase not during %install phase
* Wed Apr 11 2018 9+suseAATTcirno.systems- Update to version 1.5.1
* 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.- Add groff to BuildRequires (so manpages get installed)
* Mon Apr 02 2018 mimi.vxAATTgmail.com- add pkgconfig.patch - fixes boo#1087756
* Mon Mar 19 2018 mpluskalAATTsuse.com- Enable tests again- Enable more functionality by updating dependencies- Deduplicate manpages
* Mon Mar 12 2018 avindraAATTopensuse.org- update to version 1.5.0:
* Use standard cryptographic library instead of custom AES implementation. This also simplifies the license.- includes 1.4.0:
* Improve build with cmake (retires autoconf/automake)
* Add zip_source_buffer_fragment().
* Add support to clone unchanged beginning of archive (instead of rewriting it). Supported for buffer sources and on AFS.- rebase libzip-ocloexec.patch- drop libzip-uninitialized-value.patch
* merged in 8609c9ce6c8e613a7b5825e4d0eba8a31fe67e75- cleanup with spec-cleaner
* Tue Dec 19 2017 pgajdosAATTsuse.com- updated to version 1.3.2:
* Fix bug introduced in last: zip_t was erroneously freed if zip_close() failed.
* Install zipconf.h into ${PREFIX}/include
* Add zip_libzip_version()
* Fix AES tests on Linux
* 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- removed patches (upstreamed)
* libzip-CVE-2017-12858.patch
* libzip-CVE-2017-14107.patch- added patch (fixed in head)
* libzip-uninitialized-value.patch
* Fri Sep 22 2017 pgajdosAATTsuse.com- reverted \'version update to 1.3.0\' due failing i586 tests- remove libzip-disable-failing-tests.patch again- add libzip-CVE-2017-12858.patch again- add libzip-CVE-2017-14107.patch [bsc#1056996]
* Wed Sep 06 2017 pgajdosAATTsuse.com- update to version 1.3.0:
* 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.- remove upstreamed libzip-CVE-2017-12858.patch- added libzip-disable-failing-tests.patch [bsc#1056996#c12]
* Mon Aug 28 2017 pgajdosAATTsuse.com- security update:
* CVE-2017-12858 [bsc#1055377] + libzip-CVE-2017-12858.patch
* Mon Jun 19 2017 jengelhAATTinai.de- Drop with-pic which is for static libs only.
* Wed Jun 07 2017 mpluskalAATTsuse.com- Small spec file and dependencies cleanup- Try profiled build
* Mon Feb 20 2017 pgajdosAATTsuse.com- Update to version 1.2.0:
* 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()
* Mon May 30 2016 mpluskalAATTsuse.com- Update to version 1.1.3:
* Fix build on Windows when using autoconf.
* Mon Feb 22 2016 pgajdosAATTsuse.com- update to 1.1.2
* Improve support for 3MF files
* ziptool(1): command line tool to modify zip archives
* Speedups for archives with many entries
* Better APK support
* Documentation improvements
* Tue May 05 2015 jengelhAATTinai.de- Update to new upstream release 1.0.1
* (Build fixes for Windows only)- The documentation targets the library, so move them from -tools to -devel subpackage.
* Mon May 04 2015 jengelhAATTinai.de- Place utilities in a separate subpackage which explicitly has \"-tools\" in its name.
* Mon May 04 2015 pgajdosAATTsuse.com- updated to 1.0:
* Implemented an I/O abstraction layer.
* Added support for native Windows API for files.
* Added support for setting the last modification time for a file.
* Added a new type zip_error_t for errors.
* Added more typedefs for structs.
* Torrentzip support was removed.
* CVE-2015-2331 was fixed.
* Addressed all Coverity CIDs.- removed upstreamed patches: - libzip-CVE-2015-2331.patch - libzip-fseeko.patch - libzip-fix-large-file-support.patch http://www.nih.at/listarchive/libzip-discuss/msg00489.html - libzip-autoconf-268.patch
* Fri Mar 20 2015 pgajdosAATTsuse.com- fix CVE-2015-2331 [bnc#923240] + libzip-CVE-2015-2331.patch
* Wed Oct 29 2014 opensuseAATTsukimashita.com- add libzip-fseeko.patch which changes two fseek() calls that were not replaced with fseeko() to properly support large files- properly mark patches as PATCH-FIX-UPSTREAM where it applies
* Wed Oct 22 2014 opensuseAATTsukimashita.com- add libzip-fix-large-file-support.patch to fix LFS support not being activated for 32bit compilation and thus >2GB Zip files failing to open