[cabextract/el4/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:35:26 UTC 2010


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

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

 .gitignore      |    2 ++
 cabextract.spec |   19 +++++++++++++------
 sources         |    2 +-
 3 files changed, 16 insertions(+), 7 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 84be391..b92bf5f 100644
--- a/cabextract.spec
+++ b/cabextract.spec
@@ -1,13 +1,15 @@
 Name:           cabextract
-Version:        1.1
-Release:        2%{?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.php3
-Source:         http://www.kyz.uklinux.net/downloads/cabextract-%{version}.tar.gz
+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)
@@ -19,7 +21,8 @@ archives.
 
 
 %build
-%configure
+%configure --with-external-libmspack
+
 make %{?_smp_mflags}
 
 
@@ -40,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)
+
 * Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 1.1-2
 - Update to 1.1.
 - Bump release to provide Extras upgrade path.
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