From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI/
Date: Fri, 7 Apr 2017 14:05:10 +0000 (UTC) [thread overview]
Message-ID: <1491573878.df1f480e64d1d7f28edbd5b2ac7fb1bc506a4faf.kentnl@gentoo> (raw)
commit: df1f480e64d1d7f28edbd5b2ac7fb1bc506a4faf
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 14:03:59 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 14:04:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1f480e
dev-perl/CGI: Bump to version 4.360.0
Upstream:
- Support HTTP PATCH method
- Pass through max_age and samesite to CGI->cookie
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/CGI/CGI-4.360.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
dev-perl/CGI/Manifest | 1 +
2 files changed, 42 insertions(+)
diff --git a/dev-perl/CGI/CGI-4.360.0.ebuild b/dev-perl/CGI/CGI-4.360.0.ebuild
new file mode 100644
index 00000000000..0b342f0716a
--- /dev/null
+++ b/dev-perl/CGI/CGI-4.360.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=4.36
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Simple Common Gateway Interface Class"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Encode
+ virtual/perl-Exporter
+ >=virtual/perl-File-Spec-0.820.0
+ >=virtual/perl-File-Temp-0.170.0
+ >=dev-perl/HTML-Parser-3.690.0
+ virtual/perl-if
+ >=virtual/perl-parent-0.225.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-IO
+ >=dev-perl/Test-Deep-0.110.0
+ dev-perl/Test-NoWarnings
+ >=virtual/perl-Test-Simple-0.980.0
+ >=dev-perl/Test-Warn-0.300.0
+ )
+"
+
+src_test() {
+ perl_rm_files t/compiles_pod.t t/changes.t
+ perl-module_src_test
+}
diff --git a/dev-perl/CGI/Manifest b/dev-perl/CGI/Manifest
index 75beac716ea..80f66c9bca1 100644
--- a/dev-perl/CGI/Manifest
+++ b/dev-perl/CGI/Manifest
@@ -2,3 +2,4 @@ DIST CGI-4.22.tar.gz 194314 SHA256 8cd695f032b630fc4b5cf6c0a39912ff30cae0f7da03d
DIST CGI-4.25.tar.gz 194815 SHA256 efb3e5235ada6a91f97ca2905399a686bedea60f6b525e52f4a147baff4f131a SHA512 2f9befda944867d751a100024732de71073a47c2e63fdbbf86291422258da47adfe9677b7c39451958cf6e936a015c1b9c7f8338563f2548b7446128f9cb6b8b WHIRLPOOL 295a7fe94d6d7b4a6c01ce3aa41b356bb278ae9004c278b75c512094db5919860bf2d089f884d9bc77d9be4aea728f3fb964fa1f0cba45702b6a1dee1d6b153c
DIST CGI-4.31.tar.gz 197018 SHA256 dee34f45525efb698d02c56ba2458a72acc34c4dcb05344706b587840b4e8c99 SHA512 a3fc6a88bed4b86f5763c07ec0961d2b06754e0a2bc9112e87b12025975618d97f626895c7d8b3a2f85a2ba5adcf99a132801a52d54652cd09ae3f053457c411 WHIRLPOOL 361b18445a25adb6f03e4114f788a097c82811f228355fb7c0634e9a8a1d340c9d9e5f2a656a51216c57057f768c7fb5a865bbb30ba6c2ce9fc8c17e83b5223c
DIST CGI-4.33.tar.gz 197445 SHA256 be8bd6cbc56375d373fae984e524976d8aa6f385ca3275e2e448aa01ef800840 SHA512 1303f0fc093e0a3a36b840799ea3054d850bb6fec09f127f7667c6d78f74979fe43a9868ee5652bdc96a745747cc9eb226a28b0aece9031fd71d5781c2c76c53 WHIRLPOOL aab36029a9d036e0a64ac1af0a567b21efbafa408b843a4f05f036d4ce884292dc90e9d00015fac564e1825944cee4a0bb4bb662ee4ad747deb9993e0a409a92
+DIST CGI-4.36.tar.gz 199026 SHA256 fefe84d4f2461e867f9be80f3f988e17bcbbcb4e306952cf2fd1dea7e4515490 SHA512 1fc1c2647be90ac7c75fe29c590c438993baa4b29bf7d6d0b24a7e998955aae86f31c5849eb871be6399e783e166d54f6146723dfc20dd757860e85f7836fb1c WHIRLPOOL 983caf3b142326ea98e18af24af3878a55515d79e5bcfa3bbd0c5f01d4c9c304deaaed4016902b641ccdbb7864e62ea4043aa6940174c0cb5a5e9ff81331e452
next reply other threads:[~2017-04-07 14:05 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 14:05 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 18:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI/ Sam James
2024-10-15 14:33 Sam James
2024-10-15 8:48 Sam James
2024-10-15 8:48 Sam James
2024-10-15 8:45 Sam James
2024-10-15 8:45 Sam James
2024-07-07 11:02 Sam James
2024-06-14 0:43 Sam James
2024-06-09 21:21 Sam James
2024-06-09 21:18 Sam James
2024-05-02 1:57 Sam James
2024-01-23 15:08 Sam James
2024-01-23 4:17 Sam James
2024-01-22 13:24 Sam James
2024-01-10 15:03 Sam James
2023-12-31 3:49 Sam James
2023-11-13 4:35 Sam James
2023-10-08 6:44 Sam James
2023-08-17 2:55 Sam James
2023-08-02 18:21 Sam James
2023-07-24 12:07 Jakov Smolić
2023-06-22 3:54 Sam James
2022-05-14 7:04 WANG Xuerui
2021-12-12 18:25 Sam James
2021-12-06 8:06 Agostino Sarubbo
2021-12-05 3:15 Sam James
2021-12-05 3:11 Sam James
2021-12-05 3:09 Sam James
2021-10-10 14:02 Andreas K. Hüttel
2021-10-10 14:02 Andreas K. Hüttel
2021-05-04 19:13 Sam James
2021-05-03 7:56 Sergei Trofimovich
2021-05-02 22:01 Sergei Trofimovich
2021-05-01 17:14 Sam James
2021-05-01 17:14 Sam James
2021-05-01 17:13 Sam James
2021-05-01 17:12 Sam James
2021-05-01 17:12 Sam James
2020-12-12 6:46 Kent Fredric
2020-10-05 22:45 Kent Fredric
2020-10-03 23:36 Kent Fredric
2020-08-25 10:14 Sam James
2020-08-21 15:30 Agostino Sarubbo
2020-08-21 10:08 Sam James
2020-08-20 16:40 Sam James
2020-08-06 16:40 Kent Fredric
2020-06-26 11:59 Kent Fredric
2020-05-06 17:01 Kent Fredric
2019-05-05 15:46 Mikle Kolyada
2018-12-08 12:51 Mikle Kolyada
2018-11-23 13:06 Agostino Sarubbo
2018-10-12 11:16 Tobias Klausmann
2018-10-06 21:10 Mart Raudsepp
2018-09-30 16:08 Sergei Trofimovich
2018-08-19 5:01 Kent Fredric
2018-05-13 11:30 Markus Meier
2018-05-06 13:20 Mart Raudsepp
2018-04-24 18:26 Kent Fredric
2018-04-07 21:18 Sergei Trofimovich
2018-04-07 21:13 Matt Turner
2018-04-07 4:01 Matt Turner
2018-04-05 21:07 Sergei Trofimovich
2018-04-05 16:10 Tobias Klausmann
2018-04-05 3:29 Aaron Bauman
2018-02-24 21:19 Michał Górny
2017-02-24 4:16 Mike Frysinger
2016-12-21 19:15 Kent Fredric
2016-09-18 22:02 Andreas Hüttel
2016-07-19 4:45 Kent Fredric
2016-05-21 21:47 Andreas Hüttel
2016-05-21 21:46 Andreas Hüttel
2016-01-06 21:21 Andreas Hüttel
2015-12-31 12:34 Andreas Hüttel
2015-12-31 11:45 Andreas Hüttel
2015-12-31 11:04 Agostino Sarubbo
2015-12-29 13:08 Andreas Hüttel
2015-12-29 13:08 Andreas Hüttel
2015-12-29 13:08 Andreas Hüttel
2015-12-19 21:50 Andreas Hüttel
2015-11-14 0:43 Andreas Hüttel
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=1491573878.df1f480e64d1d7f28edbd5b2ac7fb1bc506a4faf.kentnl@gentoo \
--to=kentnl@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