From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1195882-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 641C5138359
	for <garchives@archives.gentoo.org>; Wed, 12 Aug 2020 21:19:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 894E6E0952;
	Wed, 12 Aug 2020 21:19:17 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 67F4EE0952
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Aug 2020 21:19:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E71EF34F30C
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Aug 2020 21:19:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C10313
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Aug 2020 21:19:14 +0000 (UTC)
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentnl@gentoo.org>
Message-ID: <1597265854.a8285cf91f478a9bb607441961e4dda69b80eb96.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Mojolicious/Manifest dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild
X-VCS-Directories: dev-perl/Mojolicious/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: a8285cf91f478a9bb607441961e4dda69b80eb96
X-VCS-Branch: master
Date: Wed, 12 Aug 2020 21:19:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0333f0af-22c5-4abf-a82e-c33514cbb5fd
X-Archives-Hash: 4a3f787de7dede547d4859391bde25d0

commit:     a8285cf91f478a9bb607441961e4dda69b80eb96
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 20:56:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 20:57:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8285cf9

dev-perl/Mojolicious: Bump to version 7.700.0

Upstream:
- Fix source ordering in content negotation in Mojolicious::Renderer
- Fix content negotiation bug in ::Renderer that prevented all sources
  being considered
- Fix source links in documentation browser
- Mojolicious::Controller->respond_to improved and
  Plugin::DefaultHelpers now supports multiple MIME types in requests
  containing an X-Requested-With header
- Fix RFC 7230 handling of "GET //foo/bar HTTP/1.1" in Message::Request
- Fix bug in Mojo::Asset::File where forked process could prematurely
  delete temporary files
- Remove Mojo::Cookie::Response 'origin' attribute
- Remove deprecated data and remaining methods from Mojo::IOLoop::Delay
- Add host_only attribute to Mojo::Cookie::Response
- Mojo::Promise resolves with no results if no promises are passed
- Add experimental timing->{begin,elapsed,rps,server_timing} helpers to
  Plugin::DefaultHelpers
- Add experiimental Mojo::Headers->server_timing
- Added support for new HTTP status code
- Fix bug in Mojo::Log where short multi-line messages would not be
  properly formatted for systemd
- Mojo::Log uses native systemd log levels
- Add `-u` option to `get` command
- Added `dont_use_nlink` option to Mojo::File::list_tree
- Fix promise resolution bug in Mojo::Promise
- Increase default `upgrade_timeout` from 60 to 180 seconds in
  Mojo::Server::Hypnotoad

Security:
- Upstream indicated in the changelog notes for 7.66 that "this contains
  fixes for security issues", presumably this commit:
  https://github.com/mojolicious/mojo/commit/c16a56a9d6575ddc53d15e76d58f0ebcb0eeb149
  But upstream couldn't even be bothered to state what the security
  issue was, and reading the code doesn't make it apparent, but my best
  guess is its related to *adding* support for the host_only bit, which
  could result in web clients leaking cookies to the wrong domain
  without it. Some commentary says that "old cookies could be leaked",
  but I don't see any obvious changes to that effect.

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

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index b1bb95f1c6d..de3392cd06a 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,2 +1,3 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
 DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779 SHA512 3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2
+DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e SHA512 2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b

diff --git a/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild
new file mode 100644
index 00000000000..4a7e1449b48
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.70
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-JSON-PP-2.271.30
+	>=virtual/perl-Pod-Simple-3.90.0
+	>=virtual/perl-Time-Local-1.200.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)