From: Michael Tremer Date: Tue, 2 Oct 2012 12:07:23 +0000 (+0200) Subject: expat: Update to 2.1.0. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f633807474114cd4a3eceacbd5e9aca734097aa0;p=ipfire-3.x.git expat: Update to 2.1.0. A release including security & other bug fixes and some new features: Security fixes * Memory leak in poolGrow (CVE-2012-1148) * Resource leak in readfilemap.c (CVE-2012-1147) * Hash DOS attack (CVE-2012-0876) * Buffer over-read and crash in big2_toUtf8 (CVE-2009-3560) * Parser crash with special UTF-8 sequences (CVE-2009-3270) --- diff --git a/expat/expat.nm b/expat/expat.nm index 2c79f96f5..d0bc7d0c4 100644 --- a/expat/expat.nm +++ b/expat/expat.nm @@ -4,8 +4,8 @@ ############################################################################### name = expat -version = 2.0.1 -release = 3 +version = 2.1.0 +release = 1 groups = System/Libraries url = http://www.libexpat.org/