pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/59317: Update www/p5-Mojolicious to 9.39 and take maintainership
Hello, I attached the new patch with PKGREVISION removed. Below is a
list of changes, taken from the website :
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)
On Fri, Apr 18, 2025 at 9:15 AM Thomas Klausner via gnats
<gnats-admin%netbsd.org@localhost> wrote:
>
> The following reply was made to PR pkg/59317; it has been noted by GNATS.
>
> From: Thomas Klausner <wiz%gatalith.at@localhost>
> To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
> Cc:
> Subject: Re: pkg/59317: Update www/p5-Mojolicious to 9.39 and take
> maintainership
> Date: Fri, 18 Apr 2025 08:12:32 +0200
>
> On Fri, Apr 18, 2025 at 06:10:00AM +0000, rares.aioanei%gmail.com@localhost wrote:
> > Hello, I'd like to take maintainership of www/p5-Mojolicious. The two patches attached also update the package to 9.39, the latest stable version as of now.
>
> Thank you for this offer!
> When updating packages, please remove any PKGREVISION lines.
>
> Can you please provide a list of changes compared to the previous version?
>
> Cheers,
> Thomas
>
--- Makefile.orig 2025-04-18 08:58:05.413454803 +0300
+++ Makefile 2025-04-18 09:30:46.563591212 +0300
@@ -4,13 +4,12 @@
# since they disappear immediately when new releases happen,
# which is quite often.
-DISTNAME= Mojolicious-9.38
+DISTNAME= Mojolicious-9.39
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= rares.aioanei%gmail.com@localhost
HOMEPAGE= http://mojolicio.us/
COMMENT= Perl web framework: The Web In A Box!
LICENSE= artistic-2.0
Home |
Main Index |
Thread Index |
Old Index