SHA256
8
0
forked from pool/libzip

105 Commits

Author SHA256 Message Date
dd1a6f1184 Accepting request 1272433 from devel:libraries:c_c++
- Fix libzip-devel dependencies. libzip-targets*.cmake create
  CMake targets for zipcmp, zipmerge and ziptool. (forwarded request 1272422 from krop)

OBS-URL: https://build.opensuse.org/request/show/1272433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=50
2025-04-25 20:18:11 +00:00
02f71a0d95 - Fix libzip-devel dependencies. libzip-targets*.cmake create
CMake targets for zipcmp, zipmerge and ziptool.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=103
2025-04-24 12:59:36 +00:00
a948c589b3 Accepting request 1248178 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1248178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=49
2025-02-25 15:39:56 +00:00
c49fa996b4 libzip 1.11.3
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=101
2025-02-24 14:36:01 +00:00
89d1814443 Accepting request 1223409 from devel:libraries:c_c++
update libzip to 1.11.2 (forwarded request 1222538 from yannboyer_dev)

OBS-URL: https://build.opensuse.org/request/show/1223409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=48
2024-11-12 18:19:54 +00:00
9d7018b512 update libzip to 1.11.2
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=99
2024-11-11 17:30:32 +00:00
98eaacf4be Accepting request 1219773 from devel:libraries:c_c++
update libzip to 1.11.1 (forwarded request 1219621 from yannboyer_dev)

OBS-URL: https://build.opensuse.org/request/show/1219773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=47
2024-11-01 20:00:47 +00:00
5f1c731928 update libzip to 1.11.1
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=97
2024-10-31 07:23:32 +00:00
486dfc085b Accepting request 1105857 from devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/1105857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=46
2023-08-30 08:17:55 +00:00
6088027be7 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=95
2023-08-24 13:05:41 +00:00
c8aa417867 Accepting request 1095602 from devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/1095602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=45
2023-06-29 15:27:45 +00:00
2c58aaa206 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=93
2023-06-27 12:23:44 +00:00
cc87bca06a Accepting request 987162 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/987162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=44
2022-07-07 10:56:26 +00:00
59abeae6b6 Accepting request 986231 from home:polslinux:branches:devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/986231
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=91
2022-07-06 11:47:02 +00:00
5a6dcdcd4c Accepting request 901061 from devel:libraries:c_c++
libzip 1.8.0 (forwarded request 901044 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/901061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=43
2021-06-24 16:22:10 +00:00
dfa52c52d8 Accepting request 901044 from home:AndreasStieger:branches:devel:libraries:c_c++
libzip 1.8.0

OBS-URL: https://build.opensuse.org/request/show/901044
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=89
2021-06-21 05:48:34 +00:00
9aab0bf0c6 Accepting request 848803 from devel:libraries:c_c++
- Use full _libdir path in libzip.pc (forwarded request 848606 from olh)

OBS-URL: https://build.opensuse.org/request/show/848803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=42
2020-11-23 14:32:54 +00:00
8f322c934e Accepting request 848606 from home:olh:branches:devel:libraries:c_c++
- Use full _libdir path in libzip.pc

OBS-URL: https://build.opensuse.org/request/show/848606
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=87
2020-11-16 07:31:55 +00:00
d6464d75a6 Accepting request 821071 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/821071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=41
2020-07-16 10:10:56 +00:00
415dc2f81f OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=85 2020-07-15 10:39:35 +00:00
75bdeb001b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=84
2020-07-15 10:35:34 +00:00
e794d584c8 - cmake tweaks: use upstream commit
- modified patches
  % libzip-cmake-rules.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=83
2020-07-13 15:00:17 +00:00
58e55d9b47 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=82 2020-07-13 13:45:43 +00:00
19d01bab4b - deleted patches
- pkgconfig.patch (extended and renamed)
- added patches
  + libzip-cmake-rules.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=81
2020-07-13 13:28:50 +00:00
1d5eb72330 - 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.
- modified patches
  % pkgconfig.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=80
2020-07-13 13:22:46 +00:00
6e2cf7a963 Accepting request 814636 from devel:libraries:c_c++
libzip 1.7.1 (forwarded request 814536 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/814636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=40
2020-06-22 15:41:35 +00:00
31ba50fe48 Accepting request 814536 from home:AndreasStieger:branches:devel:libraries:c_c++
libzip 1.7.1

OBS-URL: https://build.opensuse.org/request/show/814536
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=78
2020-06-15 06:21:27 +00:00
9d7d2867b8 Accepting request 813180 from devel:libraries:c_c++
libzip 1.7.0 (forwarded request 812015 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/813180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=39
2020-06-11 12:43:24 +00:00
9cdeb253d9 Accepting request 812015 from home:AndreasStieger:branches:devel:libraries:c_c++
libzip 1.7.0

OBS-URL: https://build.opensuse.org/request/show/812015
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=76
2020-06-10 10:27:15 +00:00
a17ceb933e Accepting request 779940 from devel:libraries:c_c++
- version update to 1.6.1
  * Bugfix for double-free in zipcmp(1) during cleanup. (forwarded request 778695 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/779940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=38
2020-02-29 20:23:34 +00:00
8be1264bd0 Accepting request 778695 from home:polslinux:branches:devel:libraries:c_c++
- version update to 1.6.1
  * Bugfix for double-free in zipcmp(1) during cleanup.

OBS-URL: https://build.opensuse.org/request/show/778695
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=74
2020-02-27 14:23:03 +00:00
50605a67f0 Accepting request 767661 from devel:libraries:c_c++
- 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)

OBS-URL: https://build.opensuse.org/request/show/767661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=37
2020-01-30 08:35:13 +00:00
61446d1001 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=72
2020-01-27 11:28:42 +00:00
3ada03e6b9 Accepting request 684542 from devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/684542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=36
2019-03-18 09:35:58 +00:00
61bea9f00c Accepting request 684445 from home:lachs0r:branches:devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/684445
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=70
2019-03-13 06:50:10 +00:00
68a97c4d91 Accepting request 595912 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/595912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=35
2018-04-17 09:13:07 +00:00
Ismail Dönmez
1d6d80b457 Accepting request 595911 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Compile the package in %build phase not during %install phase

OBS-URL: https://build.opensuse.org/request/show/595911
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=68
2018-04-12 08:05:08 +00:00
ce8bfbf0c4 Accepting request 595690 from home:lachs0r:branches:devel:libraries:c_c++
- 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)

OBS-URL: https://build.opensuse.org/request/show/595690
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=67
2018-04-11 14:02:26 +00:00
d4202bde62 Accepting request 593067 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/593067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=34
2018-04-05 13:26:50 +00:00
48ad4bf5da Accepting request 593008 from home:mimi_vx:branches:devel:libraries:c_c++
- add pkgconfig.patch - fixes boo#1087756

OBS-URL: https://build.opensuse.org/request/show/593008
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=65
2018-04-03 06:13:12 +00:00
3d774b1019 Accepting request 588459 from devel:libraries:c_c++
- 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)

OBS-URL: https://build.opensuse.org/request/show/588459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=33
2018-03-26 09:52:24 +00:00
33f3d3df91 Accepting request 588448 from home:pluskalm:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/588448
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=63
2018-03-19 09:15:13 +00:00
2b69684b6d Accepting request 558324 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/558324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=32
2017-12-21 10:26:02 +00:00
5842133dbc OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=61 2017-12-19 08:29:06 +00:00
cab9acb053 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=60
2017-12-19 07:58:39 +00:00
12fe1df225 Accepting request 533153 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=31
2017-10-13 12:16:50 +00:00
76455b9c5c - reverted 'version update to 1.3.0' due failing i586 tests
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=58
2017-09-25 10:24:17 +00:00
89e4ae4cfe Accepting request 528196 from devel:libraries:c_c++
- 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]

OBS-URL: https://build.opensuse.org/request/show/528196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=30
2017-09-23 19:32:09 +00:00
350e5b9bcf - 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]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=56
2017-09-22 06:24:52 +00:00
cc6dbd61f1 - added libzip-disable-failing-tests.patch [bsc#1056996#c12]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=55
2017-09-06 14:07:59 +00:00