[cabextract/f13/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 16:02:32 UTC 2010


commit 701494ff55eddde867ff1e4bed6242aebf911414
Author: Dan Horák <dan at danny.cz>
Date:   Mon Sep 13 17:56:48 2010 +0200

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

 .gitignore             |    1 +
 cabextract-macro.patch |  111 ------------------------------------------------
 cabextract.spec        |   20 ++++-----
 sources                |    2 +-
 4 files changed, 11 insertions(+), 123 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d98b2b9..f47efb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cabextract-1.2.tar.gz
+/cabextract-1.3.tar.gz
diff --git a/cabextract.spec b/cabextract.spec
index f1505fe..5a45cc1 100644
--- a/cabextract.spec
+++ b/cabextract.spec
@@ -1,16 +1,14 @@
-
 Name:           cabextract
-Version:        1.2
-Release:        3%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Utility for extracting cabinet (.cab) archives
 
 Group:          Applications/Archiving
 License:        GPLv2+
-URL:            http://www.kyz.uklinux.net/cabextract.php
+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)
-
-Patch0:         cabextract-macro.patch
+BuildRequires:  libmspack-devel
 
 
 %description
@@ -21,13 +19,9 @@ archives.
 %prep
 %setup -q
 
-%patch0 -p1 -b .macro
-
-chmod -x mspack/mspack.h
-
 
 %build
-%configure
+%configure --with-external-libmspack
 
 make %{?_smp_mflags}
 
@@ -50,6 +44,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)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index bd28ea1..038825f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc421a690648b503265c82ade84e143e  cabextract-1.2.tar.gz
+cb9a4a38470d2a71a0275968e7eb64d3  cabextract-1.3.tar.gz


More information about the scm-commits mailing list