pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Mojolicious



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 16:01:43 UTC 2017

Modified Files:
        pkgsrc/www/p5-Mojolicious: Makefile distinfo

Log Message:
p5-Mojolicious: update to 7.46.

7.46  2017-09-12
  - Fixed support for versions of IO::Socket::SSL older than 1.965 again.

7.45  2017-09-06
  - Fixed support for versions of IO::Socket::SSL older than 1.965. (mudler,
    foursixnine, genio, sri)

7.44  2017-09-02
  - Reverted a previous change to Mojo::Loader that allowed for load_class to be
    called on the same class multiple times, since it had very bad side effects.
  - Improved Mojo::IOLoop::TLS to use a little less memory.
  - Fixed a bug where Mojolicious controllers like "MyApp::Controller::Foo::Bar"
    would disappear if loading the controller "MyApp::Controller::Foo" was
    attempted but failed.

7.43  2017-08-18
  - Improved Mojo::Base role support with the ability to rebless objects.

7.42  2017-08-17
  - Improved Mojo::Base role support with shorthands.
      MyClass->with_roles('MyClass::Role::Foo')
    becomes
      MyClass->with_roles('+Foo')

7.41  2017-08-15
  - Added with_roles method to Mojo::ByteStream, Mojo::Collection, Mojo::DOM and
    Mojo::File.

7.40  2017-08-14
  - Added support for Role::Tiny extensions to all classes based on Mojo::Base.
    (dotan)
  - Added with_roles method to Mojo::Base. (dotan)
  - Added the guide Mojolicious::Guides::Testing. (scottw)
  - Replaced systemd detection in Mojo::Log with the MOJO_LOG_SHORT environment
    variable, since there is no reliable way to detect systemd.

7.39  2017-08-03
  - Removed experimental close_idle_connections method from
    Mojo::Server::Daemon.
  - Increased default graceful_timeout from 60 to 120 seconds in
    Mojo::Server::Prefork.
  - Improve Mojo::Server::Daemon to log request errors.
  - Fixed a bug where Mojo::Server::Daemon would close connections too quickly
    and interrupt requests.

7.38  2017-07-30
  - Added extra attribute to Mojolicious::Static. (jabberwok)
  - Improve Mojo::URL performance significantly.
  - Fixed memory leak in Mojo::URL that was caused by a Perl 5.24 bug.

7.37  2017-07-21
  - Added slugify method to Mojo::ByteStream. (Grinnz)
  - Added slugify function to Mojo::Util. (Grinnz)
  - Fixed bugs in Mojo::IOLoop and Mojo::Reactor::Poll that would prevent a
    reset from clearing events.

7.36  2017-07-09
  - Fixed basename method in Mojo::File to work with relative paths. (jberger)
  - Fixed a bug where Mojo::Log could not correctly identify if it was deployed
    with systemd.
  - Fixed Mojo::HelloWorld to actually be a Mojolicious subclass.

7.35  2017-07-05
  - Removed deprecated watch attribute from Mojo::Server::Morbo.
  - Added spare attribute to Mojo::Server::Prefork.
  - Added -s option to prefork command.
  - Added fd option to Mojo::IOLoop::Server::listen.
  - Added fd parameter to Mojo::Server::Daemon::listen.
  - Added spare setting to Hypnotoad.
  - Increased default graceful_timeout from 20 to 60 seconds and
    heartbeat_timeout from 20 to 30 seconds in Mojo::Server::Prefork.

7.34  2017-07-02
  - Added short attribute to Mojo::Log.
  - Improved Mojo::Log to print log messages without timestamps to STDERR when
    deployed with systemd.
  - Improved Mojo::DOM performance slightly.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.114 -r1.115 pkgsrc/www/p5-Mojolicious/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Mojolicious/Makefile
diff -u pkgsrc/www/p5-Mojolicious/Makefile:1.122 pkgsrc/www/p5-Mojolicious/Makefile:1.123
--- pkgsrc/www/p5-Mojolicious/Makefile:1.122    Wed Jun 14 13:24:28 2017
+++ pkgsrc/www/p5-Mojolicious/Makefile  Wed Sep 27 16:01:43 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.122 2017/06/14 13:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2017/09/27 16:01:43 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.33
+DISTNAME=      Mojolicious-7.46
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mojolicious/}

Index: pkgsrc/www/p5-Mojolicious/distinfo
diff -u pkgsrc/www/p5-Mojolicious/distinfo:1.114 pkgsrc/www/p5-Mojolicious/distinfo:1.115
--- pkgsrc/www/p5-Mojolicious/distinfo:1.114    Wed Jun 14 13:24:28 2017
+++ pkgsrc/www/p5-Mojolicious/distinfo  Wed Sep 27 16:01:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.114 2017/06/14 13:24:28 wiz Exp $
+$NetBSD: distinfo,v 1.115 2017/09/27 16:01:43 wiz Exp $
 
-SHA1 (Mojolicious-7.33.tar.gz) = 96c4ea5277cde4b4a11edb00f5d8b05a952511a9
-RMD160 (Mojolicious-7.33.tar.gz) = de507e26e6892ec0c39ea550a251281a5a85bc96
-SHA512 (Mojolicious-7.33.tar.gz) = 5f5895e5685bf1da8872bea6630ab5e8cf20f8a39eb0b7d46595fc2329dd4ea3052d6029fdaab477397fd654ddfedd4ebe597e9d0524e636f5a6e43fb10d70bd
-Size (Mojolicious-7.33.tar.gz) = 675142 bytes
+SHA1 (Mojolicious-7.46.tar.gz) = 1d246e30da0ac370ef91d307aae9dfb8adbfe94b
+RMD160 (Mojolicious-7.46.tar.gz) = 0fbb3ad32c7572c5680e6a7b1327486a5f6be3fb
+SHA512 (Mojolicious-7.46.tar.gz) = 6986bd71c5b8c95d63a11ec6044db54450f727eea07146e3b65f99d58380dc69580434be82180c3674a106ef87f37b6e2fcc45c4fa329d0477ea42513a30fdd4
+Size (Mojolicious-7.46.tar.gz) = 686946 bytes



Home | Main Index | Thread Index | Old Index