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 2FA1A1381F3 for ; Wed, 28 Aug 2013 22:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 306DDE0B39; Wed, 28 Aug 2013 22:15:56 +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 BDC95E0B39 for ; Wed, 28 Aug 2013 22:15:55 +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 C814433EAC2 for ; Wed, 28 Aug 2013 22:15:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2335) id AAB452004C; Wed, 28 Aug 2013 22:15:52 +0000 (UTC) From: "Tom Wijsman (tomwij)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomwij@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-log4j: ant-apache-log4j-1.9.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ant-apache-log4j-1.9.2.ebuild ChangeLog X-VCS-Directories: dev-java/ant-apache-log4j X-VCS-Committer: tomwij X-VCS-Committer-Name: Tom Wijsman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130828221552.AAB452004C@flycatcher.gentoo.org> Date: Wed, 28 Aug 2013 22:15:52 +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: 54783591-17e9-477c-b139-95d780430da9 X-Archives-Hash: 3bd38beeda15fbc5c0e9d4f6b4e3dcf2 tomwij 13/08/28 22:15:52 Modified: ChangeLog Added: ant-apache-log4j-1.9.2.ebuild Log: Version bump to 1.9.2. Fixes security bug #476958. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D) Revision Changes Path 1.35 dev-java/ant-apache-log4j/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 5 Jul 2013 11:12:19 -0000 1.34 +++ ChangeLog 28 Aug 2013 22:15:52 -0000 1.35 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/ant-apache-log4j # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog,v 1.34 2013/07/05 11:12:19 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog,v 1.35 2013/08/28 22:15:52 tomwij Exp $ + +*ant-apache-log4j-1.9.2 (28 Aug 2013) + + 28 Aug 2013; Tom Wijsman +ant-apache-log4j-1.9.2.ebuild: + Version bump to 1.9.2. Fixes security bug #476958. *ant-apache-log4j-1.9.1 (05 Jul 2013) 1.1 dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild?rev=1.1&content-type=text/plain Index: ant-apache-log4j-1.9.2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild,v 1.1 2013/08/28 22:15:52 tomwij Exp $ EAPI="5" ANT_TASK_DEPNAME="log4j" inherit ant-tasks KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd \ ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris \ ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/log4j-1.2.13-r2:0" RDEPEND="${DEPEND}"