diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-30 19:41:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-30 19:41:53 +0000 |
commit | 3300ad82821b16792b5898ab271b7630bebe6449 (patch) | |
tree | 8380e373857fdb56ed0b542e6b938205156560c3 /dev-perl/Net-Patricia | |
parent | Version bump, fixes XSS (bug 347327); remove unneeded vulnerable version (diff) | |
download | gentoo-2-3300ad82821b16792b5898ab271b7630bebe6449.tar.gz gentoo-2-3300ad82821b16792b5898ab271b7630bebe6449.tar.bz2 gentoo-2-3300ad82821b16792b5898ab271b7630bebe6449.zip |
Version bump
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r-- | dev-perl/Net-Patricia/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.19.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index a1a487c41a25..148789c0f40d 100644 --- a/dev-perl/Net-Patricia/ChangeLog +++ b/dev-perl/Net-Patricia/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Net-Patricia # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.21 2010/10/29 02:05:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.22 2010/11/30 19:41:53 tove Exp $ + +*Net-Patricia-1.19 (30 Nov 2010) + + 30 Nov 2010; Torsten Veller <tove@gentoo.org> +Net-Patricia-1.19.ebuild: + Version bump *Net-Patricia-1.18 (29 Oct 2010) diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.19.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.19.ebuild new file mode 100644 index 000000000000..21b5dcfedd3d --- /dev/null +++ b/dev-perl/Net-Patricia/Net-Patricia-1.19.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.19.ebuild,v 1.1 2010/11/30 19:41:53 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PHILIPP +inherit perl-module + +DESCRIPTION="Patricia Trie perl module for fast IP address lookups" + +LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="ipv6" + +RDEPEND="dev-perl/Net-CIDR-Lite + ipv6? ( dev-perl/Socket6 )" +DEPEND="${RDEPEND}" + +#SRC_TEST="do" |