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:   wen
Date:           Sat Apr 29 09:32:28 UTC 2023

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

Log Message:
Update to 9.31

Upstream changes:
9.31  2022-12-21
  - This release contains fixes for security issues, everybody should upgrade!
  - Removed experimental status from links method in Mojo::Headers.
  - Added tls_options attribute to Mojo::UserAgent. (heikojansen)
  - Fixed multiple "<script>" parsing issues in Mojo::DOM.
  - Fixed a sporadic warning in Mojo::UserAgent. (s1037989)
  - Fixed UNIX domain socket support in Mojo::UserAgent debug feature. (s1037989)
  - Fixed a bug in Mojo::DOM where strings like "<.>" were considered valid tags.

9.30  2022-11-22
  - Added EXPERIMENTAL support for parsing and generating Link headers.
  - Added EXPERIMENTAL links method to Mojo::Headers.
  - Added EXPERIMENTAL header_params function to Mojo::Util.

9.29  2022-11-11
  - Fixed a bug where promises returning promises were not handled correctly. (batman)

9.28  2022-09-12
  - Fixed a bug where async/await use could result in unhandled promise warnings. (batman)

9.27  2022-09-10
  - Added support for static assets.
  - Added support for JSON and plain text exceptions.
  - Removed experimental status from capture method in Mojo::Log.
  - Added asset_dir attribute to Mojolicious::Static.
  - Added asset_path method to Mojolicious::Static.
  - Added url_for_asset method to Mojolicious::Controller.
  - Added reply->html_exception, reply->html_not_found, reply->json_exception, reply->json_not_found,
    reply->http_exception, reply->http_not_found, reply->txt_exception and reply->txt_not_found helpers to
    Mojolicious::Plugin::DefaultHelpers.
  - Added asset_tag helper to Mojolicious::Plugin::TagHelpers.
  - Fixed a bug where async rendering did not work properly in the before_dispatch hook. (andrii-suse)

9.26  2022-05-20
  - Added EXPERIMENTAL capture method to Mojo::Log.

9.25  2022-04-25
  - Improved Mojolicious::Renderer to throw an exception if rendering is attempted more than once.

9.24  2022-04-18
  - Improved Mojo::Headers to output headers in a canonical order.
  - Fixed a memory leak in Mojo::Asset::Memory.

9.23  2022-03-25
  - Enable gzip compression by default in Mojolicious::Renderer.


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.137 -r1.138 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.149 pkgsrc/www/p5-Mojolicious/Makefile:1.150
--- pkgsrc/www/p5-Mojolicious/Makefile:1.149    Tue Jun 28 11:37:37 2022
+++ pkgsrc/www/p5-Mojolicious/Makefile  Sat Apr 29 09:32:28 2023
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.149 2022/06/28 11:37:37 wiz Exp $
+# $NetBSD: Makefile,v 1.150 2023/04/29 09:32:28 wen Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
 # which is quite often.
 
-DISTNAME=      Mojolicious-9.22
+DISTNAME=      Mojolicious-9.31
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mojolicious/}
 

Index: pkgsrc/www/p5-Mojolicious/distinfo
diff -u pkgsrc/www/p5-Mojolicious/distinfo:1.137 pkgsrc/www/p5-Mojolicious/distinfo:1.138
--- pkgsrc/www/p5-Mojolicious/distinfo:1.137    Sun Oct 31 08:33:21 2021
+++ pkgsrc/www/p5-Mojolicious/distinfo  Sat Apr 29 09:32:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.137 2021/10/31 08:33:21 schmonz Exp $
+$NetBSD: distinfo,v 1.138 2023/04/29 09:32:28 wen Exp $
 
-BLAKE2s (Mojolicious-9.22.tar.gz) = c80d749629f672379dd19c770200438dd2e71b0998fd2d952bf10802a4193043
-SHA512 (Mojolicious-9.22.tar.gz) = 53175c4d6054a4fe9c53368420714ff87cd826c3f61565d1b9dd52a69a15636d080852a62518f0bada865675d90026d78bdc1c210fa55939a81e4866ba894e40
-Size (Mojolicious-9.22.tar.gz) = 841358 bytes
+BLAKE2s (Mojolicious-9.31.tar.gz) = d5f8a4e33948a0e7fa27b9b19aae6e6c172e04f2f9b023c255c90bd82ffc8e21
+SHA512 (Mojolicious-9.31.tar.gz) = 6f13070df0c2c4240093eea0bc71393f462920a0c2692207beb4103c7e62c6277b2b1adb5d27619c53f6fa2d86936c0bd40495464e43d17c937365caf5909d31
+Size (Mojolicious-9.31.tar.gz) = 853175 bytes



Home | Main Index | Thread Index | Old Index