From 088381c91202c7f59b045a527bad150dc2ce8fdc Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 23 Jul 2018 08:49:26 +0300 Subject: [PATCH] 0.13.69 release --- .gitignore | 1 + sources | 3 +-- zziplib.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d01db63..a810290 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ zziplib-0.13.49.tar.bz2 /zziplib-0.13.62.tar.bz2 /v0.13.67.tar.gz /v0.13.68.tar.gz +/v0.13.69.tar.gz diff --git a/sources b/sources index b483c7c..4a02881 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (v0.13.67.tar.gz) = a34b801a18a2051aa3898a572508ffd327521b69878413af679b10f6a68b37e770651884ae611bf9c01ce14013c6a1e06adeadd3ef6219d4b9278f1b9e7a6459 -SHA512 (v0.13.68.tar.gz) = e8a9976242acc04064ec239b9b929228370a946e5bd37092adcc1bda14605710a3850d39795d1937b609d1ab9a9a1998152f8c88b2dccc387ac6ec774d9cfce9 +SHA512 (v0.13.69.tar.gz) = ade026289737f43ca92a8746818d87dd7618d473dbce159546ce9071c9e4cbe164a6b1c9efff16efb7aa0327b2ec6b34f3256c6bda19cd6e325703fffc810ef0 diff --git a/zziplib.spec b/zziplib.spec index d461d6b..6abfea7 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -1,7 +1,7 @@ Summary: Lightweight library to easily extract data from zip files Name: zziplib -Version: 0.13.68 -Release: 3%{?dist} +Version: 0.13.69 +Release: 1%{?dist} License: LGPLv2+ or MPLv1.1 Group: Applications/Archiving URL: http://zziplib.sourceforge.net/ @@ -59,6 +59,8 @@ zziplib library. %prep %setup -q +# Force py2 for the build +find . -name '*.py' | xargs sed -i 's@#! /usr/bin/python@#! %__python2@g;s@#! /usr/bin/env python@#! %__python2@g' %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -105,6 +107,12 @@ make install DESTDIR=%{buildroot} %{_mandir}/man3/* %changelog +* Mon Jul 23 2018 Alexander Bokovoy - 0.13.69-1 +- Update to 0.13.69 release +- 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