SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libzip5-1.3.2-78.3.x86_64.rpm :
Tue Dec 19 13:00:00 2017 pgajdosAATTsuse.com
- 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

Fri Sep 22 14:00:00 2017 pgajdosAATTsuse.com
- 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]

Wed Sep 6 14:00:00 2017 pgajdosAATTsuse.com
- 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]

Mon Aug 28 14:00:00 2017 pgajdosAATTsuse.com
- security update:

* CVE-2017-12858 [bsc#1055377]
+ libzip-CVE-2017-12858.patch

Mon Jun 19 14:00:00 2017 jengelhAATTinai.de
- Drop with-pic which is for static libs only.

Wed Jun 7 14:00:00 2017 mpluskalAATTsuse.com
- Small spec file and dependencies cleanup
- Try profiled build

Mon Feb 20 13:00:00 2017 pgajdosAATTsuse.com
- 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()

Mon May 30 14:00:00 2016 mpluskalAATTsuse.com
- Update to version 1.1.3:

* Fix build on Windows when using autoconf.

Mon Feb 22 13:00:00 2016 pgajdosAATTsuse.com
- 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

Tue May 5 14:00:00 2015 jengelhAATTinai.de
- 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.

Mon May 4 14:00:00 2015 jengelhAATTinai.de
- Place utilities in a separate subpackage which explicitly has
\"-tools\" in its name.

Mon May 4 14:00:00 2015 pgajdosAATTsuse.com
- 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

Fri Mar 20 13:00:00 2015 pgajdosAATTsuse.com
- fix CVE-2015-2331 [bnc#923240]
+ libzip-CVE-2015-2331.patch

Wed Oct 29 13:00:00 2014 opensuseAATTsukimashita.com
- add libzip-fseeko.patch which changes two fseek() calls that
were not replaced with fseeko() to properly support large files
- properly mark patches as PATCH-FIX-UPSTREAM where it applies

Wed Oct 22 14:00:00 2014 opensuseAATTsukimashita.com
- add libzip-fix-large-file-support.patch to fix LFS support not
being activated for 32bit compilation and thus >2GB Zip files
failing to open

Wed Jun 4 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Add baselibs.conf

Thu Apr 3 14:00:00 2014 tbehrensAATTsuse.com
- fix for bnc#859525 has happened upstream
- update to 0.11.2
- drop: libzip-visibility.diff
(included upstream already)

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


 
ICM