chithanh 14/05/16 09:47:54 Modified: ChangeLog Added: libXfont-1.4.8.ebuild Log: Version bump, security bug #510250. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.200 x11-libs/libXfont/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.200&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.200&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.199&r2=1.200 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- ChangeLog 26 Jan 2014 16:27:42 -0000 1.199 +++ ChangeLog 16 May 2014 09:47:54 -0000 1.200 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.199 2014/01/26 16:27:42 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.200 2014/05/16 09:47:54 chithanh Exp $ + +*libXfont-1.4.8 (16 May 2014) + + 16 May 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + +libXfont-1.4.8.ebuild: + Version bump, security bug #510250. 26 Jan 2014; Chí-Thanh Christopher Nguyễn <[email protected]> -libXfont-1.4.4.ebuild, -libXfont-1.4.5-r1.ebuild, -libXfont-1.4.5.ebuild, 1.1 x11-libs/libXfont/libXfont-1.4.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.8.ebuild?rev=1.1&content-type=text/plain Index: libXfont-1.4.8.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.8.ebuild,v 1.1 2014/05/16 09:47:54 chithanh Exp $ EAPI=5 XORG_DOC=doc inherit xorg-2 DESCRIPTION="X.Org Xfont library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 ipv6 truetype" RDEPEND="x11-libs/xtrans x11-libs/libfontenc truetype? ( >=media-libs/freetype-2 ) bzip2? ( app-arch/bzip2 ) x11-proto/xproto <x11-proto/fontsproto-2.1.3" DEPEND="${RDEPEND}" src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) $(use_enable doc devel-docs) $(use_with doc xmlto) $(use_with bzip2) $(use_enable truetype freetype) --without-fop ) xorg-2_src_configure }
