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:   schmonz
Date:           Mon Oct 11 20:19:19 UTC 2021

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

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.134 -r1.135 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.146 pkgsrc/www/p5-Mojolicious/Makefile:1.147
--- pkgsrc/www/p5-Mojolicious/Makefile:1.146    Mon May 24 19:55:44 2021
+++ pkgsrc/www/p5-Mojolicious/Makefile  Mon Oct 11 20:19:18 2021
@@ -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/}
 

Index: pkgsrc/www/p5-Mojolicious/distinfo
diff -u pkgsrc/www/p5-Mojolicious/distinfo:1.134 pkgsrc/www/p5-Mojolicious/distinfo:1.135
--- pkgsrc/www/p5-Mojolicious/distinfo:1.134    Thu Oct  7 15:07:55 2021
+++ pkgsrc/www/p5-Mojolicious/distinfo  Mon Oct 11 20:19:18 2021
@@ -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



Home | Main Index | Thread Index | Old Index