pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Runtime Update to 5.90123



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56c6b1880389
branches:  trunk
changeset: 327573:56c6b1880389
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jan 04 06:20:27 2019 +0000

description:
Update to 5.90123
Add missing DEPENDS

Upstream changes:
5.90123 - 2018-11-27
  - Fix emitting warnings when REMOTE_ADDR is undefined (RT#113388)
  - Fix $c->req->hostname empty for IPv6 clients (RT#75731)
  - split code to log stats report into a separate log_stats method (RT#127392)

5.90122 - 2018-11-03
  - releasing as stable

5.90_121 - 2018-10-22
  - use the :utf8_strict (PerlIO::utf8_strict) rather than :encoding file handle
    layer to handle decoding uploads, as a performance boost.
  - fix handling of decoding uploaded files.  this fixes the usage of sysread
    on :utf8 handles, and reenables the tests on all perl versions.  Fixes CPAN
    RT#125843.  See also erl RT#133585.
  - giving incorrect types to uri_for will warn to logs rather than via carp
  - silence warning and error output from tests

diffstat:

 www/p5-Catalyst-Runtime/Makefile |   5 +++--
 www/p5-Catalyst-Runtime/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r eb0bcbb4e93b -r 56c6b1880389 www/p5-Catalyst-Runtime/Makefile
--- a/www/p5-Catalyst-Runtime/Makefile  Fri Jan 04 03:32:15 2019 +0000
+++ b/www/p5-Catalyst-Runtime/Makefile  Fri Jan 04 06:20:27 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2018/10/20 13:09:37 wen Exp $
+# $NetBSD: Makefile,v 1.48 2019/01/04 06:20:27 wen Exp $
 
-DISTNAME=      Catalyst-Runtime-5.90120
+DISTNAME=      Catalyst-Runtime-5.90123
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -49,6 +49,7 @@
 DEPENDS+=      p5-Plack-Middleware-FixMissingBodyInRedirect-[0-9]*:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect
 DEPENDS+=      p5-Plack-Middleware-MethodOverride-[0-9]*:../../www/p5-Plack-Middleware-MethodOverride
 DEPENDS+=      p5-Plack-Middleware-RemoveRedundantBody-[0-9]*:../../www/p5-Plack-Middleware-RemoveRedundantBody
+DEPENDS+=      p5-PerlIO-utf8_strict>=0:../../devel/p5-PerlIO-utf8_strict
 
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 #BUILD_DEPENDS+=       p5-Test-MockObject>=1.07:../../devel/p5-Test-MockObject
diff -r eb0bcbb4e93b -r 56c6b1880389 www/p5-Catalyst-Runtime/distinfo
--- a/www/p5-Catalyst-Runtime/distinfo  Fri Jan 04 03:32:15 2019 +0000
+++ b/www/p5-Catalyst-Runtime/distinfo  Fri Jan 04 06:20:27 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2018/10/20 13:09:37 wen Exp $
+$NetBSD: distinfo,v 1.32 2019/01/04 06:20:27 wen Exp $
 
-SHA1 (Catalyst-Runtime-5.90120.tar.gz) = 44ab735424ecc0bb888c5439a302e8e591cc7758
-RMD160 (Catalyst-Runtime-5.90120.tar.gz) = 4b1e0ddb69881519e1f46b7da1d4b3f284ea9d7c
-SHA512 (Catalyst-Runtime-5.90120.tar.gz) = ecd5db46900de172c8b26d12341befdf64ad10160a3c6bec943ef8b8bb08f0fb64a90d325de65ce5bac2f913147b89bc695ef9c2edd62ba970fdd16252356adf
-Size (Catalyst-Runtime-5.90120.tar.gz) = 374248 bytes
+SHA1 (Catalyst-Runtime-5.90123.tar.gz) = fdc6850ae1bf268ec78c46e8f7027eb8ac100fa8
+RMD160 (Catalyst-Runtime-5.90123.tar.gz) = c79c959eb1293c99a910cdcb8c7392abacf73507
+SHA512 (Catalyst-Runtime-5.90123.tar.gz) = b0ab0437a86859ed6b364695ffdd6ade9d4cb7cd14b4ab6b856bf5e673f93baf576d4ae3afd7225271dbfe0ff6bee20fd1052a4e9480a5b4ea9d0419a878c9de
+Size (Catalyst-Runtime-5.90123.tar.gz) = 384814 bytes



Home | Main Index | Thread Index | Old Index