From a5144dfa8668be40b52409d3afdfc8bdffacf988 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Mon, 26 Jan 2015 09:31:48 +0100 Subject: [PATCH] fix version and bogus dates --- unzip.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unzip.spec b/unzip.spec index ff83353..ce892ea 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,7 +1,7 @@ Summary: A utility for unpacking zip files Name: unzip Version: 6.0 -Release: 17%{?dist} +Release: 18%{?dist} License: BSD Group: Applications/Archiving Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz @@ -79,10 +79,10 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{ %{_mandir}/*/* %changelog -* Tue Jan 26 2015 Petr Stodulka - 6.0-18 +* Mon Jan 26 2015 Petr Stodulka - 6.0-18 - Fix security bug - CVE-2014-9636 -* Thu Nov 21 2014 Petr Stodulka - 6.0-17 +* Fri Nov 21 2014 Petr Stodulka - 6.0-17 - Fix unitialized reads (#558738) - Fix fix broken -X option - never worked before. Added -DIZ_HAVE_UXUIDGID option for compilation.