Author: zbyniu Date: Sat Aug 14 23:34:53 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.3 [fixes CVE-2010-2801] - libmspack patch not needed, there is --with-external-libmspack now, so also BR/R new libmspack
---- Files affected: packages/cabextract: cabextract.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: packages/cabextract/cabextract.spec diff -u packages/cabextract/cabextract.spec:1.30 packages/cabextract/cabextract.spec:1.31 --- packages/cabextract/cabextract.spec:1.30 Tue Mar 9 01:13:48 2010 +++ packages/cabextract/cabextract.spec Sun Aug 15 01:34:48 2010 @@ -2,18 +2,17 @@ Summary: A program to extract Microsoft Cabinet files Summary(pl.UTF-8): Program do rozpakowywania plików MS Cabinet Name: cabextract -Version: 1.2 -Release: 2 +Version: 1.3 +Release: 1 License: GPL Group: Applications/Archiving Source0: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz -# Source0-md5: dc421a690648b503265c82ade84e143e -Patch0: %{name}-libmspack.patch +# Source0-md5: cb9a4a38470d2a71a0275968e7eb64d3 URL: http://www.cabextract.org.uk/ BuildRequires: autoconf >= 2.57 BuildRequires: automake -BuildRequires: libmspack-devel >= 0.0.20060920alpha -Requires: libmspack >= 0.0.20060920alpha +BuildRequires: libmspack-devel >= 0.2alpha +Requires: libmspack >= 0.2alpha BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -28,15 +27,14 @@ %prep %setup -q -%patch0 -p1 -rm -rf mspack %build %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --with-external-libmspack %{__make} %install @@ -63,6 +61,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2010/08/14 23:34:48 zbyniu +- up to 1.3 [fixes CVE-2010-2801] +- libmspack patch not needed, there is --with-external-libmspack now, so also BR/R new libmspack + Revision 1.30 2010/03/09 00:13:48 evil - url changed from http://www.kyz.uklinux.net/ to http://www.cabextract.org.uk/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cabextract/cabextract.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
