pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59317 CVS commit: pkgsrc/www/p5-Mojolicious
The following reply was made to PR pkg/59317; it has been noted by GNATS.
From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59317 CVS commit: pkgsrc/www/p5-Mojolicious
Date: Fri, 18 Apr 2025 08:50:44 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 18 08:50:44 UTC 2025
Modified Files:
pkgsrc/www/p5-Mojolicious: Makefile distinfo
Log Message:
p5-Mojolicious: update to 9.39.
From Rares Aioanei in PR 59317.
9.39 2024-11-23
- Added EXPERIMENTAL support for encrypted session cookies.
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
encrypted attribute.
$app->sessions->encrypted(1);
- Added EXPERIMENTAL encrypted attribute to Mojolicious::Sessions.
- Added EXPERIMENTAL encrypted_cookie and every_encrypted_cookie methods to Mojolicious::Controller.
- Added EXPERIMENTAL decrypt_cookie, encrypt_cookie and generate_secret functions to Mojo::Util.
- Fixed a bug in Mojo::Message::Request where message size limits were not always correctly applied.
(Alexander Kuehne)
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.141 -r1.142 pkgsrc/www/p5-Mojolicious/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index