public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer/
Date: Sat, 28 May 2011 06:12:58 +0000 (UTC)	[thread overview]
Message-ID: <19b0db8ff819949de6fc06facc4bbee097fbee3f.tove@gentoo> (raw)

commit:     19b0db8ff819949de6fc06facc4bbee097fbee3f
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 06:07:22 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat May 28 06:07:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=19b0db8f

[old] <dev-perl/Dancer-1.305.100 probably vulnerable (CVE-2011-1589)

(Portage version: 2.2.0_alpha36/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Dancer/ChangeLog               |    5 ++++
 dev-perl/Dancer/Dancer-1.301.400.ebuild |   39 ------------------------------
 dev-perl/Dancer/Dancer-1.302.0.ebuild   |   39 ------------------------------
 dev-perl/Dancer/Dancer-1.303.0.ebuild   |   39 ------------------------------
 dev-perl/Dancer/Dancer-1.304.0.ebuild   |   39 ------------------------------
 dev-perl/Dancer/Dancer-1.305.0.ebuild   |   40 -------------------------------
 6 files changed, 5 insertions(+), 196 deletions(-)

diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog
index 79b554f..b0c7cf5 100644
--- a/dev-perl/Dancer/ChangeLog
+++ b/dev-perl/Dancer/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 May 2011; Torsten Veller <tove@gentoo.org> -Dancer-1.301.400.ebuild,
+  -Dancer-1.302.0.ebuild, -Dancer-1.303.0.ebuild, -Dancer-1.304.0.ebuild,
+  -Dancer-1.305.0.ebuild:
+  Cleanup
+
 *Dancer-1.305.100 (28 May 2011)
 
   28 May 2011; Torsten Veller <tove@gentoo.org> +Dancer-1.305.100.ebuild:

diff --git a/dev-perl/Dancer/Dancer-1.301.400.ebuild b/dev-perl/Dancer/Dancer-1.301.400.ebuild
deleted file mode 100644
index f5c553e..0000000
--- a/dev-perl/Dancer/Dancer-1.301.400.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=SUKRIA
-MODULE_VERSION="1.3014"
-inherit perl-module
-
-DESCRIPTION="lightweight yet powerful web application framework"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	dev-perl/libwww-perl
-	>=dev-perl/HTTP-Body-1.70.0
-	>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
-	dev-perl/MIME-Types
-	dev-perl/URI
-	$(comment File::Basename )
-	virtual/perl-File-Spec
-	virtual/perl-Encode
-	virtual/perl-Time-HiRes
-
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.94
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dancer/Dancer-1.302.0.ebuild b/dev-perl/Dancer/Dancer-1.302.0.ebuild
deleted file mode 100644
index 846c607..0000000
--- a/dev-perl/Dancer/Dancer-1.302.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=XSAWYERX
-MODULE_VERSION="1.3020"
-inherit perl-module
-
-DESCRIPTION="lightweight yet powerful web application framework"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	dev-perl/libwww-perl
-	>=dev-perl/HTTP-Body-1.70.0
-	>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
-	dev-perl/MIME-Types
-	dev-perl/URI
-	$(comment File::Basename )
-	virtual/perl-File-Spec
-	virtual/perl-Encode
-	virtual/perl-Time-HiRes
-
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.94
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dancer/Dancer-1.303.0.ebuild b/dev-perl/Dancer/Dancer-1.303.0.ebuild
deleted file mode 100644
index d91c724..0000000
--- a/dev-perl/Dancer/Dancer-1.303.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=XSAWYERX
-MODULE_VERSION="1.3030"
-inherit perl-module
-
-DESCRIPTION="lightweight yet powerful web application framework"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	dev-perl/libwww-perl
-	>=dev-perl/HTTP-Body-1.70.0
-	>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
-	dev-perl/MIME-Types
-	dev-perl/URI
-	$(comment File::Basename )
-	virtual/perl-File-Spec
-	virtual/perl-Encode
-	virtual/perl-Time-HiRes
-
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.94
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dancer/Dancer-1.304.0.ebuild b/dev-perl/Dancer/Dancer-1.304.0.ebuild
deleted file mode 100644
index 4827068..0000000
--- a/dev-perl/Dancer/Dancer-1.304.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=XSAWYERX
-MODULE_VERSION="1.3040"
-inherit perl-module
-
-DESCRIPTION="lightweight yet powerful web application framework"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	dev-perl/libwww-perl
-	>=dev-perl/HTTP-Body-1.70.0
-	>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
-	dev-perl/MIME-Types
-	dev-perl/URI
-	$(comment File::Basename )
-	virtual/perl-File-Spec
-	virtual/perl-Encode
-	virtual/perl-Time-HiRes
-
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.94
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dancer/Dancer-1.305.0.ebuild b/dev-perl/Dancer/Dancer-1.305.0.ebuild
deleted file mode 100644
index fd7fd02..0000000
--- a/dev-perl/Dancer/Dancer-1.305.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SUKRIA
-MODULE_VERSION="1.3050"
-inherit perl-module
-
-DESCRIPTION="lightweight yet powerful web application framework"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	dev-perl/libwww-perl
-	>=dev-perl/HTTP-Body-1.70.0
-	>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
-	dev-perl/MIME-Types
-	dev-perl/URI
-	$(comment File::Basename )
-	virtual/perl-File-Spec
-	virtual/perl-Encode
-	virtual/perl-Time-HiRes
-
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
-		$(comment Tie::Hash::NamedCapture)
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



             reply	other threads:[~2011-05-28  6:13 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-28  6:12 Torsten Veller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-07  6:51 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer/ Kent Fredric
2016-03-07  6:51 Kent Fredric
2014-04-13  5:13 Kent Fredric
2013-12-26  2:12 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-09-17  4:28 Kent Fredric
2013-05-09 11:44 Kent Fredric
2013-05-03 12:51 Kent Fredric
2013-02-25  8:13 Kent Fredric
2013-02-25  8:13 Kent Fredric
2012-10-27  8:36 Kent Fredric
2012-09-15 23:19 Kent Fredric
2012-08-12 12:07 Kent Fredric
2012-07-29  4:22 Kent Fredric
2012-07-20  3:17 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-03-01 11:37 Kent Fredric
2012-02-08 13:19 Kent Fredric
2012-02-08 13:19 Kent Fredric
2012-02-08 13:19 Kent Fredric
2012-01-24 20:10 Torsten Veller
2012-01-24 20:10 Torsten Veller
2011-12-08  9:30 Kent Fredric
2011-08-26 16:03 Kent Fredric
2011-07-31 10:42 Kent Fredric
2011-07-15  7:11 Kent Fredric
2011-06-29  1:24 Kent Fredric
2011-06-29  1:24 Kent Fredric
2011-05-28  6:12 Torsten Veller
2011-05-23  5:21 Kent Fredric
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-05  8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-13 13:01 Kent Fredric
2011-03-22  1:34 Kent Fredric
2011-03-22  1:34 Kent Fredric
2011-03-14 21:35 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19b0db8ff819949de6fc06facc4bbee097fbee3f.tove@gentoo \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox