[cabextract/el5/master] - updated to 1.3 - built with system copy of libmspack (CVE-2010-2800 CVE-2010-2801)

Dan Horák sharkcz at fedoraproject.org
Mon Sep 13 17:32:42 UTC 2010


commit 8bd00063987b5ab51f39c106d5cb202c674842e8
Author: Dan Horák <dan at danny.cz>
Date:   Mon Sep 13 19:32:35 2010 +0200

    - updated to 1.3
    - built with system copy of libmspack (CVE-2010-2800 CVE-2010-2801)

 .gitignore             |    2 +
 cabextract-macro.patch |   72 ------------------------------------------------
 cabextract.spec        |   22 ++++++++------
 sources                |    2 +-
 4 files changed, 16 insertions(+), 82 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffa6310..bf41b9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 cabextract-1.0.tar.gz
+cabextract-1.2.tar.gz
+/cabextract-1.3.tar.gz
diff --git a/cabextract.spec b/cabextract.spec
index cf4b57f..d93f4f5 100644
--- a/cabextract.spec
+++ b/cabextract.spec
@@ -1,14 +1,15 @@
 Name:           cabextract
-Version:        1.1
-Release:        5%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Utility for extracting cabinet (.cab) archives
 
 Group:          Applications/Archiving
-License:        GPL
-URL:            http://www.kyz.uklinux.net/cabextract.php
-Source:         http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
-Patch0:         %{name}-macro.patch
+License:        GPLv2+
+URL:            http://www.cabextract.org.uk/
+Source:         http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  libmspack-devel
+
 
 %description
 cabextract is a program which can extract files from cabinet (.cab)
@@ -17,12 +18,11 @@ archives.
 
 %prep
 %setup -q
-chmod -x mspack/mspack.h
-%patch0 -p1
 
 
 %build
-%configure
+%configure --with-external-libmspack
+
 make %{?_smp_mflags}
 
 
@@ -43,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 13 2010 Dan Horák <dan[at]danny.cz> - 1.3-1
+- updated to 1.3
+- built with system copy of libmspack (CVE-2010-2800 CVE-2010-2801)
+
 * Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.1-5
 - Rebuild.
 
diff --git a/sources b/sources
index a867324..038825f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4b729c0be7d288660f4fc167de199a1  cabextract-1.1.tar.gz
+cb9a4a38470d2a71a0275968e7eb64d3  cabextract-1.3.tar.gz


More information about the scm-commits mailing list