pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Plack
Module Name: pkgsrc
Committed By: wen
Date: Wed Aug 19 04:29:17 UTC 2026
Modified Files:
pkgsrc/www/p5-Plack: Makefile distinfo
Log Message:
Update to 1.0054
Upstream changes:
1.0054 2026-05-04 23:38:13 PDT
[BUG FIXES]
- Revert Plack::App::File REQUEST_METHOD check after locating file due to regression #725
1.0053 2026-04-28 15:59:58 PDT
[DEPRECATIONS]
- Plack::Middleware::XSendfile is deprecated due to security design issues; see POD for migration examples
[BUG FIXES]
- Plack::App::File now checks REQUEST_METHOD after locating the file #681
1.0052 2026-04-27 12:59:19 PDT
[BUG FIXES]
- stat already open filehandle rather than filename in Plack::App::File #716
[IMPROVEMENTS]
- Updated MIME type list in Plack::MIME sourced from rack/rack #706
- Avoid try block just for checking $object->isa in HTTP::Message::PSGI #712
- Remove the last remaining uses of base.pm #707
- Document security trust model and frontend configuration for XSendfile middleware
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/p5-Plack/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/p5-Plack/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-Plack/Makefile
diff -u pkgsrc/www/p5-Plack/Makefile:1.61 pkgsrc/www/p5-Plack/Makefile:1.62
--- pkgsrc/www/p5-Plack/Makefile:1.61 Thu Jul 16 19:06:12 2026
+++ pkgsrc/www/p5-Plack/Makefile Wed Aug 19 04:29:17 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.61 2026/07/16 19:06:12 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2026/08/19 04:29:17 wen Exp $
-DISTNAME= Plack-1.0051
+DISTNAME= Plack-1.0054
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://metacpan.org/release/Plack
@@ -20,17 +19,17 @@ DEPENDS+= p5-URI>=1.59:../../www/p5-URI
DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
DEPENDS+= p5-File-ShareDir-Install>=0.04:../../devel/p5-File-ShareDir-Install
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
-#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
DEPENDS+= p5-Devel-StackTrace>=1.23:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Devel-StackTrace-AsHTML>=0.11:../../devel/p5-Devel-StackTrace-AsHTML
DEPENDS+= p5-Filesys-Notify-Simple-[0-9]*:../../devel/p5-Filesys-Notify-Simple
DEPENDS+= p5-Hash-MultiValue>=0.05:../../devel/p5-Hash-MultiValue
DEPENDS+= p5-HTTP-Entity-Parser>=0.25:../../www/p5-HTTP-Entity-Parser
-DEPENDS+= p5-Test-TCP>=2.15:../../net/p5-Test-TCP
+DEPENDS+= p5-HTTP-Tiny>=0:../../www/p5-HTTP-Tiny
DEPENDS+= p5-Stream-Buffered>=0.02:../../devel/p5-Stream-Buffered
DEPENDS+= p5-Apache-LogFormat-Compiler>=0.33:../../www/p5-Apache-LogFormat-Compiler
DEPENDS+= p5-Cookie-Baker>=0.07:../../www/p5-Cookie-Baker
DEPENDS+= p5-HTTP-Headers-Fast>=0.18:../../www/p5-HTTP-Headers-Fast
+DEPENDS+= p5-WWW-Form-UrlEncoded>=0.23:../../www/p5-WWW-Form-UrlEncoded
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Plack/.packlist
Index: pkgsrc/www/p5-Plack/distinfo
diff -u pkgsrc/www/p5-Plack/distinfo:1.41 pkgsrc/www/p5-Plack/distinfo:1.42
--- pkgsrc/www/p5-Plack/distinfo:1.41 Sun Jan 14 11:35:35 2024
+++ pkgsrc/www/p5-Plack/distinfo Wed Aug 19 04:29:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/01/14 11:35:35 wen Exp $
+$NetBSD: distinfo,v 1.42 2026/08/19 04:29:17 wen Exp $
-BLAKE2s (Plack-1.0051.tar.gz) = 8e0851230a80ef1b5337f533370368e2c705d68fd65153b15e0bd2154df915e8
-SHA512 (Plack-1.0051.tar.gz) = be4b03f4b2cc6766be4ad06b1405e4513d475676ce8be7b3fd8bcb48cbfeedb7aef67df14a353f49d6b97ecd769f87b0f0787898148c849949f6936486c7ad5b
-Size (Plack-1.0051.tar.gz) = 191249 bytes
+BLAKE2s (Plack-1.0054.tar.gz) = bcfb2c4304eee7ac7bce78e7719c5ed0ea34bbc6fce129e8678ce9141dc880c8
+SHA512 (Plack-1.0054.tar.gz) = 2cc1179e79e620e6bc55d7f5e865e4ca86f39c10ea1477ce9f4918f8b4a9b5cae855b8624e2894106b10aedf83d3d6a32b5fee38faaeb17d8156d257373cbfd8
+Size (Plack-1.0054.tar.gz) = 198571 bytes
Home |
Main Index |
Thread Index |
Old Index