diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-05-30 09:25:13 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-05-30 09:25:13 +0000 |
commit | f97de7c7e4d159f11b7bc08deaab078a8c97d501 (patch) | |
tree | 16e68a6b0909d5e0a1b680ae92c940f7b54c22ff /dev-java | |
parent | Remove old. (diff) | |
download | gentoo-2-f97de7c7e4d159f11b7bc08deaab078a8c97d501.tar.gz gentoo-2-f97de7c7e4d159f11b7bc08deaab078a8c97d501.tar.bz2 gentoo-2-f97de7c7e4d159f11b7bc08deaab078a8c97d501.zip |
Security bump. CVE-2012-2098 #417909
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/ant-testutil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/ant-testutil/ant-testutil-1.8.4.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-java/ant-testutil/ChangeLog b/dev-java/ant-testutil/ChangeLog index eee3e5ff7efc..cd3454d68f9a 100644 --- a/dev-java/ant-testutil/ChangeLog +++ b/dev-java/ant-testutil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/ant-testutil # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.12 2012/05/25 11:30:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.13 2012/05/30 09:25:13 sera Exp $ + +*ant-testutil-1.8.4 (30 May 2012) + + 30 May 2012; Ralph Sennhauser <sera@gentoo.org> +ant-testutil-1.8.4.ebuild: + Security bump. CVE-2012-2098 #417909 25 May 2012; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.8.2.ebuild: Stable for amd64, wrt bug #417403 diff --git a/dev-java/ant-testutil/ant-testutil-1.8.4.ebuild b/dev-java/ant-testutil/ant-testutil-1.8.4.ebuild new file mode 100644 index 000000000000..6bbf2d9deb2c --- /dev/null +++ b/dev-java/ant-testutil/ant-testutil-1.8.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.8.4.ebuild,v 1.1 2012/05/30 09:25:13 sera Exp $ + +EAPI="4" + +inherit ant-tasks + +DESCRIPTION="Apache Ant's optional test utility classes" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +DEPEND="virtual/jdk:1.6 + dev-java/junit:4 + ~dev-java/ant-swing-${PV} + ~dev-java/ant-junit4-${PV}" +RDEPEND="" + +IUSE="" + +# the build system builds much more than it actually packages, so there are many +# build-only deps, but since those are quite common, it wasn't worth to patch it + +src_unpack() { + ant-tasks_src_unpack base + java-pkg_jar-from --build-only junit-4,ant-junit4,ant-swing + java-pkg_jar-from --build-only ant-core ant-launcher.jar +} + +src_compile() { + eant test-jar +} |