Changelog for
libzip2-0.11.1-9.1.x86_64.rpm :
Wed Sep 6 14:00:00 2017 pgajdosAATTsuse.com
- fix CVE-2017-14107 [bsc#1056996]
+ libzip-CVE-2017-14107.patch
Fri Jan 22 13:00:00 2016 pgajdosAATTsuse.com
- fix segfault when opening invalid zip file [bsc#963071]
+ libzip-segfault-invalid-zip.patch
Thu Oct 8 14:00:00 2015 pgajdosAATTsuse.com
- add baselibs.conf [bnc#949461]
Fri Mar 20 13:00:00 2015 pgajdosAATTsuse.com
- fix CVE-2015-2331 [bnc#923240]
+ libzip-CVE-2015-2331.patch
Mon May 6 14:00:00 2013 mvyskocilAATTsuse.com
- use upstream patch for visibility
drop: libzip-0.8.hg20080403-visibility.patch
add : libzip-visibility.diff
- tag all patches according a policy
Mon Apr 29 14:00:00 2013 mvyskocilAATTsuse.com
- make test failure fatal again and add needed
timezone and unzip build dependencies
Mon Apr 29 14:00:00 2013 mvyskocilAATTsuse.com
- 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
Mon Mar 4 13:00:00 2013 jengelhAATTinai.de
- Specify exact build requirements on autotools
(2.68 comes from patch; tarball has 2.57)
Tue Mar 20 13:00:00 2012 pgajdosAATTsuse.com
- updated to 0.10.1: fixes
* CVE-2012-1162 [bnc#751829]
* CVE-2012-1163 [bnc#751830]
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Thu Dec 29 13:00:00 2011 crrodriguezAATTopensuse.org
- Use O_CLOEXEC where needed, as calling applications
may fork.. execve and we end up leaking internal fds.
Mon Nov 21 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
Sun Nov 20 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency
Mon Jul 25 14:00:00 2011 andreaAATTopensuse.org
- restore zipconf.h into include dir or packages using zip.h
will fail to build
Tue Mar 22 13:00:00 2011 cooloAATTnovell.com
- fix -devel dependency
Tue Mar 22 13:00:00 2011 mvyskocilAATTsuse.cz
- don\'t move zipconf.h to include dir
Mon Mar 21 13:00:00 2011 mvyskocilAATTsuse.cz
- update to 0.10 - rename to libzip to avoid source package rename on
each soname change. Package libzip deprecate libzip-utils
* add zip_get_num_files(), deprecate zip_get_num_entries().
* support for traditional PKWARE encryption added.
* fix opening archives with more than 65535 entries.
* fix some memory leaks.
* fix cmake build and installation
* fix memory leak in error case in zip_open()
* fix CVE-2011-0421 (no security implications though) (bnc#681193)
* more documentation.
- refresh libzip-0.8.hg20080403-visibility.patch
- add libzip.test.diff from upstream fixing failed tests
- add libzip-0.10-zipconf-location.patch installs zipconf.h to includedir
- add pkg-config to BuildRequires