--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2018-45183aab17
2018-09-13 17:05:57.362535
--------------------------------------------------------------------------------Name        : zziplib
Product     : Fedora 27
Version     : 0.13.69
Release     : 1.fc27
URL         : https://zziplib.sourceforge.net/
Summary     : Lightweight library to easily extract data from zip files
Description :
The zziplib library is intentionally lightweight, it offers the ability to
easily extract data from files archived in a single zip file. Applications
can bundle files into a single zip archive and access them. The implementation
is based only on the (free) subset of compression with the zlib algorithm
which is actually used by the zip/unzip tools.

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

Update zziplib to fix all known CVEs in Fedora 27
--------------------------------------------------------------------------------ChangeLog:

* Tue Sep  4 2018 Alexander Bokovoy  - 0.13.69-1
- Update to 0.13.69 release
- Fixes: #1545819 (CVE-2018-6869, CVE-2018-6484)
- Fixes: #1598246 (CVE-2018-6541)
- Fixes: #1554673 (CVE-2018-7727)
- Use versioned python executables everywhere
* Sat Jul 14 2018 Fedora Release Engineering  - 0.13.68-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Mar 18 2018 Iryna Shcherbina  - 0.13.68-2
- Update Python 2 dependency declarations to new packaging standards
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Feb 14 2018 Alexander Bokovoy  - 0.13.68-1
- 0.13.68
- Fixes: #1543942 (CVE-2018-6484)
* Fri Feb  9 2018 Fedora Release Engineering  - 0.13.67-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Feb  1 2018 Alexander Bokovoy  - 0.13.67-1
- Update release
- CVE-2018-6381
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1554662 - CVE-2018-7725 zziplib: out of bound read in mmapped.c:zzip_disk_fread() causes crash
        https://bugzilla.redhat.com/show_bug.cgi?id=1554662
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-45183aab17' 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: List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Fedora 27: zziplib Security Update 2018-45183aab17

September 13, 2018
Update zziplib to fix all known CVEs in Fedora 27

Summary

The zziplib library is intentionally lightweight, it offers the ability to

easily extract data from files archived in a single zip file. Applications

can bundle files into a single zip archive and access them. The implementation

is based only on the (free) subset of compression with the zlib algorithm

which is actually used by the zip/unzip tools.

Update zziplib to fix all known CVEs in Fedora 27

* Tue Sep 4 2018 Alexander Bokovoy - 0.13.69-1

- Update to 0.13.69 release

- Fixes: #1545819 (CVE-2018-6869, CVE-2018-6484)

- Fixes: #1598246 (CVE-2018-6541)

- Fixes: #1554673 (CVE-2018-7727)

- Use versioned python executables everywhere

* Sat Jul 14 2018 Fedora Release Engineering - 0.13.68-3

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

* Sun Mar 18 2018 Iryna Shcherbina - 0.13.68-2

- Update Python 2 dependency declarations to new packaging standards

(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

* Wed Feb 14 2018 Alexander Bokovoy - 0.13.68-1

- 0.13.68

- Fixes: #1543942 (CVE-2018-6484)

* Fri Feb 9 2018 Fedora Release Engineering - 0.13.67-2

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

* Thu Feb 1 2018 Alexander Bokovoy - 0.13.67-1

- Update release

- CVE-2018-6381

[ 1 ] Bug #1554662 - CVE-2018-7725 zziplib: out of bound read in mmapped.c:zzip_disk_fread() causes crash

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

su -c 'dnf upgrade --advisory FEDORA-2018-45183aab17' 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: List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines

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

FEDORA-2018-45183aab17 2018-09-13 17:05:57.362535 Product : Fedora 27 Version : 0.13.69 Release : 1.fc27 URL : https://zziplib.sourceforge.net/ Summary : Lightweight library to easily extract data from zip files Description : The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. Update zziplib to fix all known CVEs in Fedora 27 * Tue Sep 4 2018 Alexander Bokovoy - 0.13.69-1 - Update to 0.13.69 release - Fixes: #1545819 (CVE-2018-6869, CVE-2018-6484) - Fixes: #1598246 (CVE-2018-6541) - Fixes: #1554673 (CVE-2018-7727) - Use versioned python executables everywhere * Sat Jul 14 2018 Fedora Release Engineering - 0.13.68-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Mar 18 2018 Iryna Shcherbina - 0.13.68-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Feb 14 2018 Alexander Bokovoy - 0.13.68-1 - 0.13.68 - Fixes: #1543942 (CVE-2018-6484) * Fri Feb 9 2018 Fedora Release Engineering - 0.13.67-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Feb 1 2018 Alexander Bokovoy - 0.13.67-1 - Update release - CVE-2018-6381 [ 1 ] Bug #1554662 - CVE-2018-7725 zziplib: out of bound read in mmapped.c:zzip_disk_fread() causes crash https://bugzilla.redhat.com/show_bug.cgi?id=1554662 su -c 'dnf upgrade --advisory FEDORA-2018-45183aab17' 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: List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Change Log

References

Update Instructions

Severity
Product : Fedora 27
Version : 0.13.69
Release : 1.fc27
URL : https://zziplib.sourceforge.net/
Summary : Lightweight library to easily extract data from zip files

Related News