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 Jan 31 01:50:13 UTC 2026

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

Log Message:
Update to 9.42

Upstream changes:
9.42  2025-10-01
  - Un-deprecated the spurt method in Mojo::File, it is now an alternative to spew.
  - Removed experimental status from top-level await support in Mojo::Promise.
  - Removed experimental status from encrypted session cookie support.
  - Removed experimental status from persistent cookie support.
  - Removed experimental status from samesite cookie support.
  - Removed experimental status from colourful log messages.
  - Removed experimental status from freeze option in Mojo::IOLoop.
  - Removed experimental status from check and raise functions in Mojo::Exception.
  - Fixed Cpanel::JSON::XS compatibility issues. (ilmari)
  - Fixed async/await memory leak in Mojo::Promise. (TFBW)
9.41  2025-07-03
  - Added EXPERIMENTAL support for Server-Sent Events.
  - Added EXPERIMENTAL module Mojo::SSE.
  - Added EXPERIMENTAL sse attribute to Test::Mojo.
  - Added EXPERIMENTAL get_sse_ok, post_sse_ok, sse_finish_ok, sse_finished_ok, sse_ok, sse_id_is, sse_id_isnt,
    sse_text_is, sse_text_isnt, sse_text_like, sse_text_unlike, sse_type_is and sse_type_isnt methods to Test::Mojo.
  - Added EXPERIMENTAL is_sse and write_sse methods to Mojo::Content.
  - Added EXPERIMENTAL write_sse method to Mojolicious::Controller.
  - Added EXPERIMENTAL sse event to Mojo::Content.
  - Fixed a bug where query parameters could not be set to undef. (ether)
  - Fixed a bug where Host headers were not initialized correctly. (ether)
9.40  2025-05-12
  - Added EXPERIMENTAL support for resumable file downloads.
  - Added EXPERIMENTAL download methods to Mojo::File and Mojo::UserAgent::Transactor.


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.142 -r1.143 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.158 pkgsrc/www/p5-Mojolicious/Makefile:1.159
--- pkgsrc/www/p5-Mojolicious/Makefile:1.158    Fri Jul  4 08:49:25 2025
+++ pkgsrc/www/p5-Mojolicious/Makefile  Sat Jan 31 01:50:13 2026
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.158 2025/07/04 08:49:25 wiz Exp $
+# $NetBSD: Makefile,v 1.159 2026/01/31 01:50:13 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.39
+DISTNAME=      Mojolicious-9.42
 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.142 pkgsrc/www/p5-Mojolicious/distinfo:1.143
--- pkgsrc/www/p5-Mojolicious/distinfo:1.142    Fri Apr 18 08:50:44 2025
+++ pkgsrc/www/p5-Mojolicious/distinfo  Sat Jan 31 01:50:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.142 2025/04/18 08:50:44 wiz Exp $
+$NetBSD: distinfo,v 1.143 2026/01/31 01:50:13 wen Exp $
 
-BLAKE2s (Mojolicious-9.39.tar.gz) = 19d37889a31e6388a748f35966f864ddf0f4caa45e26cb22e48721c3ab99a8c6
-SHA512 (Mojolicious-9.39.tar.gz) = 6607821c521148f1bb312155d71f964970eaa4e688162696b2c28f7f1856b3bcc9878cc9abaa7d451126feb5a98f4ecc282201f703846098f6d27889ad17326c
-Size (Mojolicious-9.39.tar.gz) = 962558 bytes
+BLAKE2s (Mojolicious-9.42.tar.gz) = 9e17fc57effb09fc1ac9836c975a72ff40cd2cc5873f431fc2d5631d3d077c65
+SHA512 (Mojolicious-9.42.tar.gz) = 7ae852d6dc899a5cbf3c919baffea05955cf516fdabafe375ef4629d45223dbc50f484de74096cce6a04ce9c544e9723226506ab243e60c5c37aa1ac6de6d76b
+Size (Mojolicious-9.42.tar.gz) = 954148 bytes



Home | Main Index | Thread Index | Old Index