diff options
author | 2008-02-09 11:31:41 +0000 | |
---|---|---|
committer | 2008-02-09 11:31:41 +0000 | |
commit | 6e8c89f33e251f0a6999b4375992e3c9907b13eb (patch) | |
tree | ec6e300f850a6eb7fd67c674d6931892bc82dd7e /app-text | |
parent | alpha/ia64/sparc stable wrt security #208343 (diff) | |
download | gentoo-2-6e8c89f33e251f0a6999b4375992e3c9907b13eb.tar.gz gentoo-2-6e8c89f33e251f0a6999b4375992e3c9907b13eb.tar.bz2 gentoo-2-6e8c89f33e251f0a6999b4375992e3c9907b13eb.zip |
add a patch for icu security fix, it is unclear whether this affects xetex or not but better safe than sorry
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2007-r12.ebuild (renamed from app-text/texlive-core/texlive-core-2007-r11.ebuild) | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 94a9577440aa..03b70693236e 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/texlive-core -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.41 2007/12/18 19:21:15 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.42 2008/02/09 11:31:41 aballier Exp $ + +*texlive-core-2007-r12 (09 Feb 2008) + + 09 Feb 2008; Alexis Ballier <aballier@gentoo.org> + -texlive-core-2007-r11.ebuild, +texlive-core-2007-r12.ebuild: + add a patch for icu security fix, it is unclear whether this affects xetex + or not but better safe than sorry 18 Dec 2007; Jeroen Roovers <jer@gentoo.org> texlive-core-2007-r11.ebuild: Marked ~hppa (bug #195815). diff --git a/app-text/texlive-core/texlive-core-2007-r11.ebuild b/app-text/texlive-core/texlive-core-2007-r12.ebuild index e0578161b5e2..6c48299c1d0f 100644 --- a/app-text/texlive-core/texlive-core-2007-r11.ebuild +++ b/app-text/texlive-core/texlive-core-2007-r12.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r11.ebuild,v 1.2 2007/12/18 19:21:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.1 2008/02/09 11:31:41 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="2" +PATCHLEVEL="3" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |