pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Mojolicious p5-Mojolicious: update to 7.93.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aa15a12fd89
branches:  trunk
changeset: 312003:4aa15a12fd89
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 21 13:48:57 2018 +0000

description:
p5-Mojolicious: update to 7.93.

7.93  2018-08-11
  - Improved Test::Mojo to accept Mojo::File objects pointing to application
    scripts and to override configurations more consistently.

7.92  2018-08-09
  - This release reverts the addition of stream classes (added in 7.83), which
    have unfortunately resulted in many Mojolicious applications becoming
    unstable. While there are no known exploits yet, we've chosen to err on the
    side of cautiousness and will classify this as a security issue.

7.91  2018-08-09
  - Fixed a bug in Mojo::IOLoop::Stream where is_readable could not be called
    after a timeout event.

7.90  2018-08-08
  - Deprecated expect_close attribute in Mojo::Content.
  - Removed deprecated delay helper from Mojolicious::Plugin::DefaultHelpers.
  - Changed error message for destroyed transactions from
    "Connection already closed" to "Transaction already destroyed".
  - Fixed a race condition in Mojo::UserAgent where closing connections could
    sometimes end up being reused.
  - Fixed an RFC 7230 compliance problem where HTTP/1.1 responses were sometimes
    incomplete.

7.89  2018-08-06
  - Mojolicious has a new logo!

7.88  2018-07-11
  - Added EXPERIMENTAL bytes_read, bytes_written and transition methods to
    Mojo::IOLoop::Stream.
  - Added transition event to Mojo::IOLoop::Stream.
  - Improved default request ids generated by Mojo::Message::Request to be a
    little more unique.
  - Fixed a bug where prefork tests would fail if a prefork server was already
    running.

7.87  2018-07-04
  - Added optional support for Cpanel::JSON::XS to Mojo::JSON for much better
    JSON encoding and decoding performance. That also means Mojo::JSON can no
    longer encode the two Unicode whitespace characters u2028 and u2029, since
    this is unsupported by Cpanel::JSON::XS.
  - Improved Mojo::JSON to encode unknown reference types to "null",
    consistently with Cpanel::JSON::XS.

7.86  2018-07-02
  - Added template attribute to Mojolicious::Command.
  - Added spawn event to Mojo::IOLoop::Subprocess.
  - Improved Mojo::IOLoop::Subprocess to only fork new processes after the event
    loop has been started.

diffstat:

 www/p5-Mojolicious/Makefile |   4 ++--
 www/p5-Mojolicious/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 7013ac86381e -r 4aa15a12fd89 www/p5-Mojolicious/Makefile
--- a/www/p5-Mojolicious/Makefile       Tue Aug 21 13:26:19 2018 +0000
+++ b/www/p5-Mojolicious/Makefile       Tue Aug 21 13:48:57 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.136 2018/06/24 09:41:23 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2018/08/21 13:48:57 wiz Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
 # which is quite often.
 
-DISTNAME=      Mojolicious-7.85
+DISTNAME=      Mojolicious-7.93
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mojolicious/}
diff -r 7013ac86381e -r 4aa15a12fd89 www/p5-Mojolicious/distinfo
--- a/www/p5-Mojolicious/distinfo       Tue Aug 21 13:26:19 2018 +0000
+++ b/www/p5-Mojolicious/distinfo       Tue Aug 21 13:48:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.128 2018/06/24 09:41:23 wiz Exp $
+$NetBSD: distinfo,v 1.129 2018/08/21 13:48:57 wiz Exp $
 
-SHA1 (Mojolicious-7.85.tar.gz) = 9f4b4f964110c5ea8c6821c72d366d4ca58c4a3f
-RMD160 (Mojolicious-7.85.tar.gz) = 601a1726840f56cf1e1d7b4fdfa58a18401443af
-SHA512 (Mojolicious-7.85.tar.gz) = be0f34f1c90494ebe6e2f29063a0d2dddb096f5e8629c01700e552dfd4efccc28a590983dabe93bfe496af882c219a1d64136fffba31c043108d032b51b1b723
-Size (Mojolicious-7.85.tar.gz) = 723325 bytes
+SHA1 (Mojolicious-7.93.tar.gz) = 9e5b88f5a1d8bc34603fdb0df4aef127040c1125
+RMD160 (Mojolicious-7.93.tar.gz) = 7e8ca7e1d29ff6a7d3fd294c6791da1c0fe92ad3
+SHA512 (Mojolicious-7.93.tar.gz) = 1091bb36336d5b7dfa45def67a23dcc153b9a0498348b4f4ca95ce341f3ea0794655da9d5f0ad1f045ddd90aaccfe9a006683717ed4f5ea3b5a4622cb97bc5ed
+Size (Mojolicious-7.93.tar.gz) = 747195 bytes



Home | Main Index | Thread Index | Old Index