From d633a630ff54188c8c94d7ead1e25bea666e1f83 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 31 Jul 2016 16:07:00 +0200 Subject: [PATCH] - updated to 2.2.0 (fixes CVE-2012-6702 CVE-2016-0718 CVE-2016-4472 CVE-2016-5300 --- crossmingw32-expat.spec | 4 ++-- expat-ac_fixes.patch | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/crossmingw32-expat.spec b/crossmingw32-expat.spec index cc611ba..39f03a8 100644 --- a/crossmingw32-expat.spec +++ b/crossmingw32-expat.spec @@ -2,12 +2,12 @@ Summary: XML 1.0 parser - Ming32 cross version Summary(pl.UTF-8): Analizator składni XML-a 1.0 - wersja skrośna dla Ming32 %define realname expat Name: crossmingw32-%{realname} -Version: 2.1.1 +Version: 2.2.0 Release: 1 License: Thai Open Source Software Center Ltd (distributable) Group: Development/Libraries Source0: http://downloads.sourceforge.net/expat/%{realname}-%{version}.tar.bz2 -# Source0-md5: 7380a64a8e3a9d66a9887b01d0d7ea81 +# Source0-md5: 2f47841c829facb346eb6e3fab5212e2 Patch0: %{realname}-ac_fixes.patch URL: http://www.libexpat.org/ BuildRequires: autoconf >= 2.58 diff --git a/expat-ac_fixes.patch b/expat-ac_fixes.patch index 1cad0da..1534296 100644 --- a/expat-ac_fixes.patch +++ b/expat-ac_fixes.patch @@ -1,14 +1,5 @@ --- expat-2.1.1/configure.ac~ 2012-07-28 10:41:03.000000000 +0300 +++ expat-2.1.1/configure.ac 2012-07-28 10:41:41.511402972 +0300 -@@ -26,7 +26,7 @@ - define([expat_version], ifdef([__gnu__], - [esyscmd(conftools/get-version.sh lib/expat.h)], - [2.1.x])) --AC_INIT(expat, expat_version, expat-bugs@libexpat.org) -+AC_INIT(expat, 2.1.1, expat-bugs@libexpat.org) - undefine([expat_version]) - - AC_CONFIG_SRCDIR(Makefile.in) @@ -51,8 +51,6 @@ AC_CONFIG_HEADER(expat_config.h) -- 2.44.0