prometheanfire 15/01/05 22:39:00 Modified: ChangeLog Added: augeas-1.3.0.ebuild Log: bumping for fix CVE-2012-0786 (CVE-2013-6412) bug 534448 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.59 app-admin/augeas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 15 Aug 2014 17:55:19 -0000 1.58 +++ ChangeLog 5 Jan 2015 22:39:00 -0000 1.59 @@ -1,6 +1,11 @@ # ChangeLog for app-admin/augeas -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.58 2014/08/15 17:55:19 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.59 2015/01/05 22:39:00 prometheanfire Exp $ + +*augeas-1.3.0 (05 Jan 2015) + + 05 Jan 2015; Matthew Thode <prometheanf...@gentoo.org> +augeas-1.3.0.ebuild: + bumping for fix CVE-2012-0786 (CVE-2013-6412) bug 534448 15 Aug 2014; Raúl Porcel <armi...@gentoo.org> augeas-1.1.0.ebuild: ia64 stable wrt #506464 1.1 app-admin/augeas/augeas-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/augeas-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/augeas-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: augeas-1.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-1.3.0.ebuild,v 1.1 2015/01/05 22:39:00 prometheanfire Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="A library for changing configuration files" HOMEPAGE="http://augeas.net/" SRC_URI="http://download.augeas.net/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="static-libs test" RDEPEND=" dev-libs/libxml2 sys-libs/readline" DEPEND="${RDEPEND} virtual/pkgconfig >=app-doc/NaturalDocs-1.40 test? ( dev-lang/ruby )" #PATCHES=( # "${FILESDIR}"/${P}-gets.patch # "${FILESDIR}"/${P}-test.patch # "${FILESDIR}"/${P}-test2.patch # "${FILESDIR}"/${P}-libxml2-pkgconfig.patch # ) src_prepare() { if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then addwrite /usr/share/NaturalDocs/Config/Languages.txt fi if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then addwrite /usr/share/NaturalDocs/Config/Topics.txt fi autotools-utils_src_prepare } src_configure() { # Needs to implemented local myeconfargs=( --without-selinux ) autotools-utils_src_configure } AUTOTOOLS_IN_SOURCE_BUILD=1