SHA256
1
0
forked from pool/libzip

51 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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