diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-05-30 09:04:20 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-05-30 09:04:20 +0000 |
commit | 889f47df9f86ccf1aa88e9b864676c6f8efbf8b3 (patch) | |
tree | b2e447f8b09fba3af91a410be748952f261eb0e6 | |
parent | We need libpcap with ipv6 support or else iftop doesn't work at all (diff) | |
download | gentoo-2-889f47df9f86ccf1aa88e9b864676c6f8efbf8b3.tar.gz gentoo-2-889f47df9f86ccf1aa88e9b864676c6f8efbf8b3.tar.bz2 gentoo-2-889f47df9f86ccf1aa88e9b864676c6f8efbf8b3.zip |
Security bump. CVE-2012-2098 #417909
(Portage version: 2.1.10.62/cvs/Linux x86_64)
-rw-r--r-- | dev-java/ant-commons-logging/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/ant-commons-logging/ant-commons-logging-1.8.4.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-java/ant-commons-logging/ChangeLog b/dev-java/ant-commons-logging/ChangeLog index c61820d0411a..f83b715a075c 100644 --- a/dev-java/ant-commons-logging/ChangeLog +++ b/dev-java/ant-commons-logging/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/ant-commons-logging # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.28 2012/05/25 11:26:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.29 2012/05/30 09:04:20 sera Exp $ + +*ant-commons-logging-1.8.4 (30 May 2012) + + 30 May 2012; Ralph Sennhauser <sera@gentoo.org> + +ant-commons-logging-1.8.4.ebuild: + Security bump. CVE-2012-2098 #417909 25 May 2012; Agostino Sarubbo <ago@gentoo.org> ant-commons-logging-1.8.2.ebuild: diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.8.4.ebuild b/dev-java/ant-commons-logging/ant-commons-logging-1.8.4.ebuild new file mode 100644 index 000000000000..9814427627fa --- /dev/null +++ b/dev-java/ant-commons-logging/ant-commons-logging-1.8.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ant-commons-logging-1.8.4.ebuild,v 1.1 2012/05/30 09:04:20 sera Exp $ + +EAPI="4" + +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" +IUSE="" + +DEPEND=">=dev-java/commons-logging-1.0.4-r2:0" +RDEPEND="${DEPEND}" |