From e01061f107480499abf894b84faefb4c9493c87f Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Mar 01 2018 10:18:21 +0000 Subject: unzip.spec: add gcc to buildrequires --- diff --git a/unzip.spec b/unzip.spec index 40b8e32..f0e406f 100644 --- a/unzip.spec +++ b/unzip.spec @@ -7,7 +7,7 @@ Summary: A utility for unpacking zip files Name: unzip Version: 6.0 -Release: 38%{?dist} +Release: 39%{?dist} License: BSD Group: Applications/Archiving Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz @@ -62,7 +62,7 @@ Patch23: unzip-6.0-cve-2018-1000035-heap-based-overflow.patch URL: http://www.info-zip.org/UnZip.html -BuildRequires: bzip2-devel +BuildRequires: bzip2-devel, gcc %description The unzip utility is used to list, test, or extract files from a zip @@ -120,6 +120,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{ %{_mandir}/*/* %changelog +* Thu Mar 01 2018 Jakub Martisko - 6.0-39 +- Add gcc to buildrequires + * Tue Feb 13 2018 Jakub Martisko - 6.0-38 - Fix CVE-2018-1000035 - heap based buffer overflow when opening password protected files.