[packages/cabextract] - updated to 1.8 (solves CVE-2018-18584)
adamg
adamg at pld-linux.org
Fri Oct 26 08:19:42 CEST 2018
commit 9bbde26ab73c19549c62163e60fdf64fc54b3968
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Fri Oct 26 08:19:32 2018 +0200
- updated to 1.8 (solves CVE-2018-18584)
cabextract.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/cabextract.spec b/cabextract.spec
index cc5bc68..cb508e2 100644
--- a/cabextract.spec
+++ b/cabextract.spec
@@ -1,17 +1,17 @@
Summary: A program to extract Microsoft Cabinet files
Summary(pl.UTF-8): Program do rozpakowywania plików MS Cabinet
Name: cabextract
-Version: 1.7
+Version: 1.8
Release: 1
License: GPL v2+
Group: Applications/Archiving
Source0: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
-# Source0-md5: a91cd037a7e3a94de22824ee7139f191
+# Source0-md5: e16660a9769423bf438233f87a6667a2
URL: http://www.cabextract.org.uk/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
-BuildRequires: libmspack-devel >= 0.5alpha
-Requires: libmspack >= 0.5alpha
+BuildRequires: libmspack-devel >= 0.8alpha-3
+Requires: libmspack >= 0.8alpha
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -26,6 +26,8 @@ cabextract może takie pliki rozpakować.
%prep
%setup -q
+# make sure we use system libmspack
+rm -rf mspack
%build
%{__aclocal}
@@ -33,6 +35,7 @@ cabextract może takie pliki rozpakować.
%{__autoheader}
%{__automake}
%configure \
+ CPPFLAGS="%{rpmcppflags} -I/usr/include/mspack" \
--with-external-libmspack
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cabextract.git/commitdiff/9bbde26ab73c19549c62163e60fdf64fc54b3968
More information about the pld-cvs-commit
mailing list