public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-AuthCookie/
Date: Sun, 26 Apr 2020 18:26:11 +0000 (UTC)	[thread overview]
Message-ID: <1587925554.4520a1deee31c63dd9aa2ad08e5c40e0d0f8b5ee.kentnl@gentoo> (raw)

commit:     4520a1deee31c63dd9aa2ad08e5c40e0d0f8b5ee
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 18:24:44 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 18:25:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4520a1de

dev-perl/Apache-AuthCookie: Bump to version 3.300.0

- EAPI7

Upstream:
- Add support for SameSite cookie property
- Add optional support for enforcing a local destination
- Add optional support for specifying a default destination

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Apache-AuthCookie-3.300.0.ebuild               | 38 ++++++++++++++++++++++
 dev-perl/Apache-AuthCookie/Manifest                |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.300.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.300.0.ebuild
new file mode 100644
index 00000000000..6146e1053fb
--- /dev/null
+++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.300.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MSCHOUT
+DIST_VERSION=3.30
+inherit perl-module
+
+DESCRIPTION="Perl Authentication and Authorization via cookies"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=www-apache/mod_perl-2
+	virtual/perl-Carp
+	>=dev-perl/Class-Load-0.30.0
+	virtual/perl-Encode
+	dev-perl/HTTP-Body
+	dev-perl/Hash-MultiValue
+	dev-perl/WWW-Form-UrlEncoded
+	>=dev-perl/URI-1.360.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Apache-Test-1.390.0
+		>=virtual/perl-Test-Simple-0.940.0
+		!www-apache/mpm_itk
+	)
+"
+src_test() {
+	perl_rm_files t/author-* t/signature.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Apache-AuthCookie/Manifest b/dev-perl/Apache-AuthCookie/Manifest
index 32eb04bfbe1..0f76b7d650b 100644
--- a/dev-perl/Apache-AuthCookie/Manifest
+++ b/dev-perl/Apache-AuthCookie/Manifest
@@ -1 +1,2 @@
 DIST Apache-AuthCookie-3.27.tar.gz 58156 BLAKE2B b4f0e94ad28616584c77505fdebf393571b7dc3629cbeebad7854dc88ceb1c3f59b313e796d9beefee7dc13a584a013ad970f7283f5e71a372ccb6be8455b41e SHA512 580bea66d52382cda5d0d55bdac1c323d60641de60e670da10d24ee20ef570a6f46f3b3b45a8f11be347af3597494595224e7b27e986eece1650086385e9ecfb
+DIST Apache-AuthCookie-3.30.tar.gz 62722 BLAKE2B cbfc5ac6080611dfbb0f14eadc99887c9652ee96325124f760d49e47e1aeab7c987e4a9814c5cdafad4a85a14ba3a1600cfd928752fbd22422fb8c7e4914d02b SHA512 8a8c2f28718611efab7683590e51c895da0232452be50d50e8c1abea68baec182e99eb72e33d867cbda474f39d9fa377e0048e7c38054e000c0634d7068ad1a0


             reply	other threads:[~2020-04-26 18:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 18:26 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-15  3:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-AuthCookie/ Ionen Wolkens
2024-01-15  3:32 Ionen Wolkens
2023-06-22  4:48 Sam James
2020-09-25 23:03 Kent Fredric
2018-04-05 21:21 Thomas Deutschmann
2018-04-05 19:24 Kent Fredric
2018-04-03 11:52 Jason Zaman
2017-09-18  8:23 Kent Fredric
2017-02-04 15:55 Kent Fredric
2017-02-02  1:13 Kent Fredric
2017-02-02  0:26 Kent Fredric
2016-09-29 21:20 Andreas Hüttel
2016-04-18 20:50 Andreas Hüttel
2016-01-06 21:21 Andreas Hüttel
2016-01-06 13:34 Agostino Sarubbo
2015-12-26 23:32 Agostino Sarubbo
2015-09-29 21:08 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=1587925554.4520a1deee31c63dd9aa2ad08e5c40e0d0f8b5ee.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