Path to this page:
Subject: CVS commit: pkgsrc/www/p5-Mojolicious
From: Thomas Klausner
Date: 2025-04-18 10:50:44
Message id: 20250418085044.78B62FBE3@cvs.NetBSD.org
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)
Files: