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.