SHA256
8
0
forked from pool/libzip

104 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
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
0da3a9c88c - 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-test.patch [bsc#1056996#c12]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=54
2017-09-06 13:24:51 +00:00
50e5ea4065 Accepting request 519094 from devel:libraries:c_c++
- security update:
  * CVE-2017-12858 [bsc#1055377]
    + libzip-CVE-2017-12858.patch

OBS-URL: https://build.opensuse.org/request/show/519094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=29
2017-09-04 10:25:44 +00:00
e4eb3cf878 - security update:
* CVE-2017-12858 [bsc#1055377]
    + libzip-CVE-2017-12858.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=52
2017-08-28 10:39:27 +00:00
b907cdeee3 Accepting request 505756 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/505756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=28
2017-06-30 16:38:02 +00:00
7c1d677157 Accepting request 504881 from home:jengelh:branches:devel:libraries:c_c++
- Drop with-pic which is for static libs only.

OBS-URL: https://build.opensuse.org/request/show/504881
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=50
2017-06-22 18:33:24 +00:00
016b2f9344 Accepting request 502527 from devel:libraries:c_c++
- Small spec file and dependencies cleanup
- Try profiled build (forwarded request 501586 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/502527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=27
2017-06-13 14:07:22 +00:00
c6b07c4c09 Accepting request 501586 from home:pluskalm:branches:devel:libraries:c_c++
- Small spec file and dependencies cleanup
- Try profiled build

OBS-URL: https://build.opensuse.org/request/show/501586
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=48
2017-06-09 09:33:45 +00:00
96310fab28 Accepting request 459157 from devel:libraries:c_c++
- 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()

OBS-URL: https://build.opensuse.org/request/show/459157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=26
2017-02-22 12:49:13 +00:00
53d384c407 - 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()

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=46
2017-02-20 07:48:27 +00:00
315a6f953a Accepting request 398871 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/398871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=25
2016-06-05 12:18:48 +00:00
Ismail Dönmez
933c9d8443 Accepting request 398810 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.1.3:
  * Fix build on Windows when using autoconf.

OBS-URL: https://build.opensuse.org/request/show/398810
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=44
2016-05-30 08:55:41 +00:00
ae3904b823 Accepting request 360770 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/360770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=24
2016-02-28 01:25:52 +00:00
d27eddcf8b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=42
2016-02-22 08:13:09 +00:00
e1ab35cc8d Accepting request 305465 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/305465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=23
2015-05-06 09:18:28 +00:00
Ismail Dönmez
d0403a375b Accepting request 305454 from home:jengelh:branches:devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/305454
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=40
2015-05-05 15:10:40 +00:00
d6fa105959 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=39 2015-05-05 09:41:25 +00:00
bb984f04a6 Accepting request 305378 from home:jengelh:branches:devel:libraries:c_c++
- Place utilities in a separate subpackage which explicitly has
  "-tools" in its name.

This is done without Obsoletes/Provides as libzip-1 is very
fresh and has not propagated to openSUSE:Factory yet.

OBS-URL: https://build.opensuse.org/request/show/305378
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=38
2015-05-05 06:52:52 +00:00
c97c76861c OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=37 2015-05-04 10:09:17 +00:00
429b2bd4b3 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=36
2015-05-04 10:05:58 +00:00
1e81d8c8f4 Accepting request 291700 from devel:libraries:c_c++
- fix CVE-2015-2331 [bnc#923240]
  + libzip-CVE-2015-2331.patch

OBS-URL: https://build.opensuse.org/request/show/291700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=22
2015-03-25 20:02:41 +00:00
4be55d6e05 + libzip-CVE-2015-2331.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=34
2015-03-20 08:57:16 +00:00
cd564113e2 - fix CVE-2015-2331 [bnc#923240]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=33
2015-03-20 08:21:06 +00:00
Stephan Kulow
891fd7399a Accepting request 258880 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/258880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=21
2014-11-02 15:45:53 +00:00
Ismail Dönmez
7fb3b77120 Accepting request 258828 from home:FunkyM:branches:devel:libraries:c_c++
Fix LFS support on 32bit architectures.

OBS-URL: https://build.opensuse.org/request/show/258828
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=31
2014-10-29 20:29:18 +00:00
Stephan Kulow
8dc8c6f43c Accepting request 237292 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/237292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=19
2014-06-19 11:19:58 +00:00
Ismail Dönmez
2123f202f6 Accepting request 236240 from home:sumski:branches:devel:libraries:c_c++
Add baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/236240
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=29
2014-06-05 09:09:01 +00:00
Stephan Kulow
033c270a35 Accepting request 228982 from devel:libraries:c_c++
- fix for bnc#859525 has happened upstream
- update to 0.11.2
- drop: libzip-visibility.diff
  (included upstream already) (forwarded request 228933 from netsroth)

OBS-URL: https://build.opensuse.org/request/show/228982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=18
2014-04-04 14:37:14 +00:00
884b70fc74 Accepting request 228933 from home:netsroth:branches:devel:libraries:c_c++
- fix for bnc#859525 has happened upstream
- update to 0.11.2
- drop: libzip-visibility.diff
  (included upstream already)

OBS-URL: https://build.opensuse.org/request/show/228933
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=27
2014-04-04 07:53:08 +00:00
Stephan Kulow
4ef62446aa Accepting request 174607 from devel:libraries:c_c++
- use upstream patch for visibility
  drop: libzip-0.8.hg20080403-visibility.patch
  add : libzip-visibility.diff
- tag all patches according a policy

OBS-URL: https://build.opensuse.org/request/show/174607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=16
2013-05-07 05:28:16 +00:00
0f26b2df61 - use upstream patch for visibility
drop: libzip-0.8.hg20080403-visibility.patch
  add : libzip-visibility.diff

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=25
2013-05-06 09:05:40 +00:00
Stephan Kulow
8f6329da8d Accepting request 173768 from devel:libraries:c_c++
- make test failure fatal again and add needed
  timezone and unzip build dependencies

- update to 0.11.1
  * Fix bugs in zip_set_file_compression().
  * Added Zip64 support (large file support)
  * Added UTF-8 support for file names, file comments, and archive comments
  * Changed API for name and comment related functions for UTF-8 support
  * Added zip_discard()
  * Added ZIP_TRUNCATE for zip_open()
  * Added zip_set_file_compression()
  * Added API for accessing and modifying extra fields
  * Improved API type consistency
  * Use gcc4's visibility __attribute__
  * More changes for Windows support
  * Additional test cases
- split the automake part from ocloexec patch to
  libzip-autoconf-268.patch
- drop already upstream libzip.test.diff
- make tests non-fail, until issue will be solved upstream

OBS-URL: https://build.opensuse.org/request/show/173768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=15
2013-05-02 09:22:50 +00:00
20d140f7ad - make test failure fatal again and add needed
timezone and unzip build dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=23
2013-04-29 13:03:42 +00:00
39fbf106ff - update to 0.11.1
* Fix bugs in zip_set_file_compression().
  * Added Zip64 support (large file support)
  * Added UTF-8 support for file names, file comments, and archive comments
  * Changed API for name and comment related functions for UTF-8 support
  * Added zip_discard()
  * Added ZIP_TRUNCATE for zip_open()
  * Added zip_set_file_compression()
  * Added API for accessing and modifying extra fields
  * Improved API type consistency
  * Use gcc4's visibility __attribute__
  * More changes for Windows support
  * Additional test cases
- split the automake part from ocloexec patch to
  libzip-autoconf-268.patch
- drop already upstream libzip.test.diff
- make tests non-fail, until issue will be solved upstream

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=22
2013-04-29 11:57:07 +00:00
Stephan Kulow
34b1029aad Accepting request 157311 from devel:libraries:c_c++
- Specify exact build requirements on autotools
  (2.68 comes from patch; tarball has 2.57) (forwarded request 157189 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/157311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=14
2013-03-05 09:11:22 +00:00
Cristian Rodríguez
0cac502fda Accepting request 157189 from home:jengelh:branches:devel:libraries:c_c++
- Specify exact build requirements on autotools
  (2.68 comes from patch; tarball has 2.57)

OBS-URL: https://build.opensuse.org/request/show/157189
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=20
2013-03-05 05:03:11 +00:00
Stephan Kulow
4a1621f58e Accepting request 110202 from devel:libraries:c_c++
- updated to 0.10.1: fixes 
  * CVE-2012-1162 [bnc#751829]
  * CVE-2012-1163 [bnc#751830]

OBS-URL: https://build.opensuse.org/request/show/110202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=11
2012-03-22 11:35:05 +00:00
3a7457d518 - updated to 0.10.1: fixes
* CVE-2012-1162 [bnc#751829]
  * CVE-2012-1163 [bnc#751830]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=18
2012-03-20 16:15:09 +00:00
Stephan Kulow
f0d7910ad2 Accepting request 105271 from devel:libraries:c_c++
spdx.org patch

OBS-URL: https://build.opensuse.org/request/show/105271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=10
2012-02-16 15:19:18 +00:00
c53f17f8b1 Accepting request 104401 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104401
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=16
2012-02-13 13:09:59 +00:00
Stephan Kulow
d3ff50ab1d Accepting request 98430 from devel:libraries:c_c++
- Use O_CLOEXEC where needed, as calling applications 
  may fork.. execve and we end up leaking internal fds. (forwarded request 98429 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/98430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=9
2011-12-31 16:20:08 +00:00
c98a701780 Might as well use %soname
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=13
2011-12-29 20:36:55 +00:00
Cristian Rodríguez
ef75d5019b Accepting request 98429 from home:elvigia:branches:devel:libraries:c_c++
- Use O_CLOEXEC where needed, as calling applications 
  may fork.. execve and we end up leaking internal fds.

OBS-URL: https://build.opensuse.org/request/show/98429
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=12
2011-12-29 19:39:02 +00:00
6b4966500c Remove redundant/unwanted tags/section (cf. specfile guidelines); use %_smp_mflags for build
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=11
2011-11-21 15:53:14 +00:00
Stephan Kulow
ab44473ea0 Accepting request 92702 from devel:libraries:c_c++
- add libtool as buildrequire to avoid implicit dependency (forwarded request 92618 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=8
2011-11-21 14:48:09 +00:00
Ismail Dönmez
328094711f Accepting request 92618 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92618
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=9
2011-11-20 08:44:56 +00:00
Sascha Peilicke
e3907fe9a2 Autobuild autoformatter for 76927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=6
2011-07-25 10:35:45 +00:00
Sascha Peilicke
726c9c0eac Accepting request 76927 from devel:libraries:c_c++
restore zipconf.h into includedir or packages building with zip.h will fail: example is X11:lxde/deadbeef --> openSUSE_Factory. Please push it into factory ASAP (forwarded request 76926 from anubisg1)

OBS-URL: https://build.opensuse.org/request/show/76927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=5
2011-07-25 10:35:34 +00:00
Ismail Dönmez
8482b59139 Accepting request 76926 from home:anubisg1:branches:devel:libraries:c_c++
restore zipconf.h into includedir or packages building with zip.h will fail: example is X11:lxde/deadbeef --> openSUSE_Factory. Please push it into factory ASAP

OBS-URL: https://build.opensuse.org/request/show/76926
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=7
2011-07-25 09:26:25 +00:00
Stephan Kulow
83a1ca1442 osc copypac from project:devel:libraries:c_c++ package:libzip revision:4
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=6
2011-05-30 14:21:21 +00:00
Cristian Rodríguez
fd8f356d9a Accepting request 68213 from home:paskov:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/68213
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=5
2011-04-25 23:45:52 +00:00
Sascha Peilicke
204095da25 Autobuild autoformatter for 64836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=4
2011-03-22 16:54:06 +00:00
OBS User buildservice-autocommit
d5a31d9ade Updating link to change in openSUSE:Factory/libzip revision 4.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=ede553abb496eb1780fa76f3919b2c1d
2011-03-22 16:54:06 +00:00
Sascha Peilicke
87fd8f176a Accepting request 64836 from devel:libraries:c_c++
Accepted submit request 64836 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/64836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=3
2011-03-22 16:53:58 +00:00
Sascha Peilicke
138145e0b3 Autobuild autoformatter for 64668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=2
2011-03-22 09:30:02 +00:00
Sascha Peilicke
9c265e9036 Accepting request 64668 from devel:libraries:c_c++
Accepted submit request 64668 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/64668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=1
2011-03-22 09:29:51 +00:00
3 changed files with 0 additions and 9 deletions

BIN
libzip-1.10.1.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633
size 786592

BIN
libzip-1.11.2.tar.xz (Stored with Git LFS)

Binary file not shown.