From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EBE81138247 for ; Tue, 7 Jan 2014 17:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 390E4E0AC5; Tue, 7 Jan 2014 17:22:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5F1DE0AC5 for ; Tue, 7 Jan 2014 17:22:37 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C42B833DEE1 for ; Tue, 7 Jan 2014 17:22:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id 804EA2004C; Tue, 7 Jan 2014 17:22:35 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: libXfont-1.4.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libXfont-1.4.7.ebuild ChangeLog X-VCS-Directories: x11-libs/libXfont X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140107172235.804EA2004C@flycatcher.gentoo.org> Date: Tue, 7 Jan 2014 17:22:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f23e0cd-8c04-4326-8394-ef8d6ee6370e X-Archives-Hash: 8ac6e1b2b638d13eed71483042109399 chithanh 14/01/07 17:22:35 Modified: ChangeLog Added: libXfont-1.4.7.ebuild Log: Version bump, security bug #497416. (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.189 x11-libs/libXfont/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.189&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.189&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.188&r2=1.189 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- ChangeLog 8 Oct 2013 05:07:59 -0000 1.188 +++ ChangeLog 7 Jan 2014 17:22:35 -0000 1.189 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXfont -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.188 2013/10/08 05:07:59 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.189 2014/01/07 17:22:35 chithanh Exp $ + +*libXfont-1.4.7 (07 Jan 2014) + + 07 Jan 2014; Chí-Thanh Christopher Nguyễn + +libXfont-1.4.7.ebuild: + Version bump, security bug #497416. 08 Oct 2013; Agostino Sarubbo libXfont-1.4.6.ebuild: Stable for x86, wrt bug #475480 1.1 x11-libs/libXfont/libXfont-1.4.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.7.ebuild?rev=1.1&content-type=text/plain Index: libXfont-1.4.7.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.7.ebuild,v 1.1 2014/01/07 17:22:35 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" 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 }