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:           Sun Jan 14 11:35:35 UTC 2024

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

Log Message:
Update to 1.0051

Upstream changes:
1.0051  2024-01-05 15:09:37 PST
    [BUG FIXES]
        - Fix a bug where $req->headers can pick up non-PSGI header values from environment #703

    [IMPROVEMENTS]
        - Performance improvements on StackTrace middleware by avoiding overloaded methods #697
        - Added tests for Plack::Runner::mangle_host_port_socket #700


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/p5-Plack/Makefile
cvs rdiff -u -r1.40 -r1.41 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.57 pkgsrc/www/p5-Plack/Makefile:1.58
--- pkgsrc/www/p5-Plack/Makefile:1.57   Thu Jul  6 09:42:50 2023
+++ pkgsrc/www/p5-Plack/Makefile        Sun Jan 14 11:35:35 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2023/07/06 09:42:50 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2024/01/14 11:35:35 wen Exp $
 
-DISTNAME=      Plack-1.0050
+DISTNAME=      Plack-1.0051
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
 

Index: pkgsrc/www/p5-Plack/distinfo
diff -u pkgsrc/www/p5-Plack/distinfo:1.40 pkgsrc/www/p5-Plack/distinfo:1.41
--- pkgsrc/www/p5-Plack/distinfo:1.40   Sun Sep 11 00:48:27 2022
+++ pkgsrc/www/p5-Plack/distinfo        Sun Jan 14 11:35:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2022/09/11 00:48:27 wen Exp $
+$NetBSD: distinfo,v 1.41 2024/01/14 11:35:35 wen Exp $
 
-BLAKE2s (Plack-1.0050.tar.gz) = 2db360c0f6d5462ec5e27adf690a412924178d170ef81a0e2a4eef137bf33f77
-SHA512 (Plack-1.0050.tar.gz) = 1b29c50d943d41f9161579af682f8c58c7eec9185c70aeb2f759020f2b0afca98a8e01513496be600bbc23534066932f2b67569c9da054c8bcc9e6b504a8e4b3
-Size (Plack-1.0050.tar.gz) = 190967 bytes
+BLAKE2s (Plack-1.0051.tar.gz) = 8e0851230a80ef1b5337f533370368e2c705d68fd65153b15e0bd2154df915e8
+SHA512 (Plack-1.0051.tar.gz) = be4b03f4b2cc6766be4ad06b1405e4513d475676ce8be7b3fd8bcb48cbfeedb7aef67df14a353f49d6b97ecd769f87b0f0787898148c849949f6936486c7ad5b
+Size (Plack-1.0051.tar.gz) = 191249 bytes



Home | Main Index | Thread Index | Old Index