diff options
author | schmonz <schmonz@pkgsrc.org> | 2021-10-11 20:19:18 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2021-10-11 20:19:18 +0000 |
commit | 3a106165b6a3082e872616cd915914d623fd3453 (patch) | |
tree | cf7051f94b36718ccf839196b809824ae887f5f9 /www | |
parent | 10a23bce7dc308acf0aafe9a2b571d43e6356640 (diff) | |
download | pkgsrc-3a106165b6a3082e872616cd915914d623fd3453.tar.gz |
Update to 9.21. From the changelog:
- Added EXPERIMENTAL support for top-level await to Mojo::Promise.
- Updated Future::AsyncAwait requirement to 0.52 for new features and
bug fixes.
- Improved *_attr and *_text methods in Test::Mojo to return undef
instead of empty string for values that do not exist. (tim-2)
- Fixed Mojo::DOM not to auto-close tags in <svg> and <math>
blocks. (mkende)
- Added trace log level to Mojo::Log.
- Changed default log level in Mojo::Log from "debug" to "trace" and
moved all built-in "debug" log messages to the level "trace". That
will allow for the "debug" level to be used exclusively for user
defined log messages.
- Switched from HMAC-SHA1 to HMAC-SHA256 for signed cookies. Note that
this means that all sessions will be reset.
- Improved signed cookie based sessions to pad short values, to make it
harder to brute force attack the application secret. (jberger)
- Remove Font Awesome from distribution.
- This release contains fixes for security issues, everybody
should upgrade!
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index 169b8b25597..08ee5aac40c 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.146 2021/05/24 19:55:44 wiz Exp $ +# $NetBSD: Makefile,v 1.147 2021/10/11 20:19:18 schmonz Exp $ # # When updating this package, please upload the distfile # since they disappear immediately when new releases happen, # which is quite often. -DISTNAME= Mojolicious-9.17 +DISTNAME= Mojolicious-9.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/} diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 8842a309a73..614ba3c6286 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.134 2021/10/07 15:07:55 nia Exp $ +$NetBSD: distinfo,v 1.135 2021/10/11 20:19:18 schmonz Exp $ -RMD160 (Mojolicious-9.17.tar.gz) = a989e8578177495a19eb6293630b52e9c01b4ed7 -SHA512 (Mojolicious-9.17.tar.gz) = d419e026f3e86b4360ca7f8ef4d3298f3022ffeb4530532fb39adc4deff5bd505545e65a384533a6ae4ff466a261ccf84e1a186c61986c12c202bc71fcaf1f8b -Size (Mojolicious-9.17.tar.gz) = 2206551 bytes +RMD160 (Mojolicious-9.21.tar.gz) = 7d67498ff188e27a7bda8e7fda5f7393c7cf8b26 +SHA512 (Mojolicious-9.21.tar.gz) = 39edad8c72df79a32b6c0a2a00c3496338a16c975df94d7803872df5132246351f222f56ed854a746cf3e15b8ad75707664b91e512002c69afbf7f47d23111d2 +Size (Mojolicious-9.21.tar.gz) = 841206 bytes |