--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2018-0c586e5178
2018-08-14 21:06:35.949062
--------------------------------------------------------------------------------Name        : quazip
Product     : Fedora 28
Version     : 0.7.6
Release     : 1.fc28
URL         : https://github.com/stachenov/quazip
Summary     : Qt/C++ wrapper for the minizip library
Description :
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice API,
and - yes! - that means that you can also use QTextStream, QDataStream or
whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
from and writing to ZIP archives.

--------------------------------------------------------------------------------Update Information:

* 2018-06-13 0.7.6         * Fixed the Zip Slip vulnerability in JlCompress
* Renamed crypt.h to minizip_crypt.h to avoid conflicts  * 2018-05-20 0.7.5
* Fixed target_link_libraries call in CMakeLists         * Worked around a Qt
4.6 bug (QTBUG-15421) screwing up hidden           files handling in
JlCompress::compressDir()         * Removed Q_FOREACH uses to avoid conflicts
(SF patch #32)  * 2017-02-05 0.7.4         * Static analysis patch from Intel
Deutschland GmbH         * Replaced UNUSED with QUAZIP_UNUSED to avoid name
clashes         * Minor bug fixes
--------------------------------------------------------------------------------ChangeLog:

* Tue Jul 17 2018 Nicolas Chauvet  - 0.7.6-1
- Update to 0.7.6
* Sat Jul 14 2018 Fedora Release Engineering  - 0.7.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1593012 - CVE-2018-1002209 quazip: arbitrary file write vulnerability / arbitrary code execution using a specially crafted zip file [fedora-all]
        https://bugzilla.redhat.com/show_bug.cgi?id=1593012
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-0c586e5178' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TMQZPZKZJRQ6ESHXO5LCLIBYWOJX4HAX/

Fedora 28: quazip Security Update

August 14, 2018
* 2018-06-13 0.7.6 * Fixed the Zip Slip vulnerability in JlCompress * Renamed crypt.h to minizip_crypt.h to avoid conflicts * 2018-05-20 0.7.5 * Fixed target_link_libraries cal...

Summary

QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that

can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice API,

and - yes! - that means that you can also use QTextStream, QDataStream or

whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading

from and writing to ZIP archives.

* 2018-06-13 0.7.6 * Fixed the Zip Slip vulnerability in JlCompress

* Renamed crypt.h to minizip_crypt.h to avoid conflicts * 2018-05-20 0.7.5

* Fixed target_link_libraries call in CMakeLists * Worked around a Qt

4.6 bug (QTBUG-15421) screwing up hidden files handling in

JlCompress::compressDir() * Removed Q_FOREACH uses to avoid conflicts

(SF patch #32) * 2017-02-05 0.7.4 * Static analysis patch from Intel

Deutschland GmbH * Replaced UNUSED with QUAZIP_UNUSED to avoid name

clashes * Minor bug fixes

* Tue Jul 17 2018 Nicolas Chauvet - 0.7.6-1

- Update to 0.7.6

* Sat Jul 14 2018 Fedora Release Engineering - 0.7.3-5

- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

[ 1 ] Bug #1593012 - CVE-2018-1002209 quazip: arbitrary file write vulnerability / arbitrary code execution using a specially crafted zip file [fedora-all]

https://bugzilla.redhat.com/show_bug.cgi?id=1593012

su -c 'dnf upgrade --advisory FEDORA-2018-0c586e5178' at the command

line. For more information, refer to the dnf documentation available at

https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the

GPG keys used by the Fedora Project can be found at

https://fedoraproject.org/security/

package-announce mailing list -- package-announce@lists.fedoraproject.org

To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org

Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines

List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TMQZPZKZJRQ6ESHXO5LCLIBYWOJX4HAX/

FEDORA-2018-0c586e5178 2018-08-14 21:06:35.949062 Product : Fedora 28 Version : 0.7.6 Release : 1.fc28 URL : https://github.com/stachenov/quazip Summary : Qt/C++ wrapper for the minizip library Description : QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that can be used to access ZIP archives. It uses Trolltech's Qt toolkit. QuaZIP allows you to access files inside ZIP archives using QIODevice API, and - yes! - that means that you can also use QTextStream, QDataStream or whatever you would like to use on your zipped files. QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading from and writing to ZIP archives. * 2018-06-13 0.7.6 * Fixed the Zip Slip vulnerability in JlCompress * Renamed crypt.h to minizip_crypt.h to avoid conflicts * 2018-05-20 0.7.5 * Fixed target_link_libraries call in CMakeLists * Worked around a Qt 4.6 bug (QTBUG-15421) screwing up hidden files handling in JlCompress::compressDir() * Removed Q_FOREACH uses to avoid conflicts (SF patch #32) * 2017-02-05 0.7.4 * Static analysis patch from Intel Deutschland GmbH * Replaced UNUSED with QUAZIP_UNUSED to avoid name clashes * Minor bug fixes * Tue Jul 17 2018 Nicolas Chauvet - 0.7.6-1 - Update to 0.7.6 * Sat Jul 14 2018 Fedora Release Engineering - 0.7.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild [ 1 ] Bug #1593012 - CVE-2018-1002209 quazip: arbitrary file write vulnerability / arbitrary code execution using a specially crafted zip file [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=1593012 su -c 'dnf upgrade --advisory FEDORA-2018-0c586e5178' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ package-announce mailing list -- package-announce@lists.fedoraproject.org To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TMQZPZKZJRQ6ESHXO5LCLIBYWOJX4HAX/

Change Log

References

Update Instructions

Severity
Product : Fedora 28
Version : 0.7.6
Release : 1.fc28
URL : https://github.com/stachenov/quazip
Summary : Qt/C++ wrapper for the minizip library

Related News