diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-02-10 21:39:32 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-02-10 21:39:32 +0000 |
commit | 9fcf953e1104edb890782c9caf64343c3ff30511 (patch) | |
tree | 81182ed1a2ba9b7b2b23f8cacf5662dcad3f9e09 /dev-libs/libxslt | |
parent | Add new video_cards_* to use.mask. (diff) | |
download | gentoo-2-9fcf953e1104edb890782c9caf64343c3ff30511.tar.gz gentoo-2-9fcf953e1104edb890782c9caf64343c3ff30511.tar.bz2 gentoo-2-9fcf953e1104edb890782c9caf64343c3ff30511.zip |
x86 stable per security bug 402861
(Portage version: 2.2.0_alpha85/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.26-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 4916f56fccb3..0256a4694142 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxslt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.224 2012/02/10 17:14:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.225 2012/02/10 21:39:32 jdhore Exp $ + + 10 Feb 2012; Jeff Horelick <jdhore@gentoo.org> libxslt-1.1.26-r3.ebuild: + x86 stable per security bug 402861 10 Feb 2012; Jeroen Roovers <jer@gentoo.org> libxslt-1.1.26-r3.ebuild: Stable for HPPA (bug #402861). diff --git a/dev-libs/libxslt/libxslt-1.1.26-r3.ebuild b/dev-libs/libxslt/libxslt-1.1.26-r3.ebuild index a910b3a3217c..b30cec8dd573 100644 --- a/dev-libs/libxslt/libxslt-1.1.26-r3.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.26-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26-r3.ebuild,v 1.3 2012/02/10 17:14:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26-r3.ebuild,v 1.4 2012/02/10 21:39:32 jdhore Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="crypt debug python static-libs" DEPEND=">=dev-libs/libxml2-2.6.27:2 |