commit:     1aed3d27ebed09f4747dbfb11deb3311e72465e6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 23:18:07 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 23:18:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aed3d27

dev-perl/Mojolicious: Bump to version 7.940.0

Upstream:
- Add experimental Mojolicious::Types->{content,file}_type methods
- Fix reply->file helper not trying to set a Content-Type heeder
- Fix Mojolicious::Controller->render not always using
  Mojolicious::Types to find the correct Content-Type value
- Improve Test::Mojo to accept Mojo::File objects for app scripts
- Remove the various stream classes added in 7.83
- Fix Mojo::IOLoop::Stream not being able to call is_readable after a
  timeout event.

Security:
- Upstream indicates that the stream classes added in 7.83 (included in
  gentoo version 7.900.0) result in many Mojo applications being
  unstable, and upstream have declared this as being a potential
  security issue, and remove it.

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.940.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  4 ---
 3 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 26e01f2cee8..df61672a78f 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -3,3 +3,4 @@ DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B 
bac0f8ac75255ed6d0597cc2d00eeca9da66
 DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 
0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e
 SHA512 
2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b
 DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 
955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19
 SHA512 
f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553
 DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B 
ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf
 SHA512 
e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09
+DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 
9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899
 SHA512 
60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568

diff --git a/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild 
b/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild
new file mode 100644
index 00000000000..a41c10b61d3
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.940.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.94
+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
+)

diff --git a/dev-perl/Mojolicious/metadata.xml 
b/dev-perl/Mojolicious/metadata.xml
index fbb02e38646..ffc20bdcb87 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -36,10 +36,6 @@
     <remote-id type="cpan-module">Mojo::IOLoop::Delay</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
-    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPClient</remote-id>
-    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPServer</remote-id>
-    <remote-id 
type="cpan-module">Mojo::IOLoop::Stream::WebSocketClient</remote-id>
-    <remote-id 
type="cpan-module">Mojo::IOLoop::Stream::WebSocketServer</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Subprocess</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::TLS</remote-id>
     <remote-id type="cpan-module">Mojo::JSON</remote-id>

Reply via email to