diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-10-03 22:35:27 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-10-03 22:35:27 +0000 |
commit | 4ff4c4ef8329757c70aa09a53ecfcc08732529b8 (patch) | |
tree | e22a820bc734f5ff22d2fea83d31fc9af93245df /dev-libs/libxml2 | |
parent | Changelog surgery (diff) | |
download | gentoo-2-4ff4c4ef8329757c70aa09a53ecfcc08732529b8.tar.gz gentoo-2-4ff4c4ef8329757c70aa09a53ecfcc08732529b8.tar.bz2 gentoo-2-4ff4c4ef8329757c70aa09a53ecfcc08732529b8.zip |
Stable on sparc, security bug #239346
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index f37337c712fe..87e91f042f1d 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,9 @@ # 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.227 2008/10/03 21:05:54 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.228 2008/10/03 22:35:27 bluebird Exp $ + + 03 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> libxml2-2.7.2.ebuild: + Stable on sparc, security bug #239346 *libxml2-2.7.2 (03 Oct 2008) diff --git a/dev-libs/libxml2/libxml2-2.7.2.ebuild b/dev-libs/libxml2/libxml2-2.7.2.ebuild index 8851082794b3..950fe3cf1480 100644 --- a/dev-libs/libxml2/libxml2-2.7.2.ebuild +++ b/dev-libs/libxml2/libxml2-2.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2.ebuild,v 1.1 2008/10/03 21:05:54 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2.ebuild,v 1.2 2008/10/03 22:35:27 bluebird Exp $ inherit libtool flag-o-matic eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="bootstrap build debug doc examples ipv6 python readline test" XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" |