diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-11-18 01:23:39 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-11-18 01:23:39 +0000 |
commit | b69841e7b837370a453af4ea39e545466b360b14 (patch) | |
tree | 59542e1496c1797921f292688c6f4a5d6aa32440 /dev-libs/libxml2/ChangeLog | |
parent | Version bump (diff) | |
download | gentoo-2-b69841e7b837370a453af4ea39e545466b360b14.tar.gz gentoo-2-b69841e7b837370a453af4ea39e545466b360b14.tar.bz2 gentoo-2-b69841e7b837370a453af4ea39e545466b360b14.zip |
Fix for CVE-2008-4225 - possible infinite loop. Fix for CVE-2008-4226 - possible integer overflow leading to memory corruption and potential arbitrary code execution with huge XML files. Bug 245960
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'dev-libs/libxml2/ChangeLog')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 1e444d989ee4..d32eba94ce75 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.235 2008/11/13 18:55:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.236 2008/11/18 01:23:38 leio Exp $ + +*libxml2-2.7.2-r1 (18 Nov 2008) + + 18 Nov 2008; Mart Raudsepp <leio@gentoo.org> + +files/libxml2-2.7.2-CVE-2008-422x.patch, +libxml2-2.7.2-r1.ebuild: + Fix for CVE-2008-4225 - possible infinite loop. Fix for CVE-2008-4226 - + possible integer overflow leading to memory corruption and potential + arbitrary code execution with huge XML files. Bug 245960 13 Nov 2008; Brent Baude <ranger@gentoo.org> libxml2-2.6.32.ebuild: Marking libxml2-2.6.32 ppc64 stable for bug 236971 |