Revisions of libzip

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1105857 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 46)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1095602 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 45)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 901061 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 43)
libzip 1.8.0 (forwarded request 901044 from AndreasStieger)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 848803 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 42)
- Use full _libdir path in libzip.pc (forwarded request 848606 from olh)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 821071 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 41)
- 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

- cmake tweaks: use upstream commit
- modified patches
  % libzip-cmake-rules.patch (refreshed)

- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 814636 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 40)
libzip 1.7.1 (forwarded request 814536 from AndreasStieger)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 813180 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 39)
libzip 1.7.0 (forwarded request 812015 from AndreasStieger)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 779940 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 38)
- version update to 1.6.1
  * Bugfix for double-free in zipcmp(1) during cleanup. (forwarded request 778695 from polslinux)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 767661 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 37)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 684542 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 36)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 588459 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 33)
- Enable tests again
- Enable more functionality by updating dependencies
- Deduplicate manpages

- 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 (forwarded request 588448 from pluskalm)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 558324 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 32)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 533153 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 31)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 528196 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 30)
- 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]

- 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]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 519094 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 29)
- security update:
  * CVE-2017-12858 [bsc#1055377]
    + libzip-CVE-2017-12858.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 502527 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 27)
- Small spec file and dependencies cleanup
- Try profiled build (forwarded request 501586 from pluskalm)
Displaying revisions 1 - 20 of 46
openSUSE Build Service is sponsored by