pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Starman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 29 06:52:22 UTC 2026

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

Log Message:
p5-Starman: update to 0.4018.

0.4018  2026-04-27 12:29:41 PDT
        - Fix HTTP request smuggling: Transfer-Encoding now takes precedence
          over Content-Length per RFC 7230 <C2><A7>3.3.3 (CVE-2026-40560)

0.4017  2023-09-13 13:27:02 PDT
        - Handle EINTR when doing sysread calls (Rob Mueller) #148
        - Requires perl 5.14

0.4016  2022-09-13 10:11:34 PDT
        - Add psgix.informational callback #146


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/p5-Starman/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/p5-Starman/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-Starman/Makefile
diff -u pkgsrc/www/p5-Starman/Makefile:1.33 pkgsrc/www/p5-Starman/Makefile:1.34
--- pkgsrc/www/p5-Starman/Makefile:1.33 Fri Jul  4 08:49:31 2025
+++ pkgsrc/www/p5-Starman/Makefile      Wed Apr 29 06:52:22 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2025/07/04 08:49:31 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2026/04/29 06:52:22 wiz Exp $
 
-DISTNAME=      Starman-0.4015
+DISTNAME=      Starman-0.4018
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 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/Starman
@@ -22,7 +21,12 @@ DEPENDS+=    p5-libwww-[0-9]*:../../www/p5-
 DEPENDS+=      p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS
 DEPENDS+=      p5-Net-Server>=0.91:../../net/p5-Net-Server
 DEPENDS+=      p5-Plack>=0.9931:../../www/p5-Plack
-#DEPENDS+=     {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
+TEST_DEPENDS+= p5-Test-SharedFork-[0-9]*:../../devel/p5-Test-SharedFork
+TEST_DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
+
+.if make(test)
+ALLOW_NETWORK_ACCESS=  yes
+.endif
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/p5-Starman/distinfo
diff -u pkgsrc/www/p5-Starman/distinfo:1.14 pkgsrc/www/p5-Starman/distinfo:1.15
--- pkgsrc/www/p5-Starman/distinfo:1.14 Tue Oct 26 11:30:15 2021
+++ pkgsrc/www/p5-Starman/distinfo      Wed Apr 29 06:52:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:30:15 nia Exp $
+$NetBSD: distinfo,v 1.15 2026/04/29 06:52:22 wiz Exp $
 
-BLAKE2s (Starman-0.4015.tar.gz) = 9c73afffc3df097813be97aa9032caceb0a37028a897c8f2fa9311dfe4f57100
-SHA512 (Starman-0.4015.tar.gz) = 8e603dfc27ee54b577c24bd521da08ecb56ae2b6992ad2304156a23b917465b3a14d11e1f038ca809ff6359798e03d3ce6d6aa705e55637401d8391ec5086ade
-Size (Starman-0.4015.tar.gz) = 30692 bytes
+BLAKE2s (Starman-0.4018.tar.gz) = 865f38443edc5d98f51b6360c4c48cc617a454e175067586c78bffc15cfafbc0
+SHA512 (Starman-0.4018.tar.gz) = b839ea13b94ec9556145956a7d3f6973ed99579d30a6102c325e9eac6b306aa6f64f5ac000159a01142fa380a149f5c2be890c6fc3f8846f9922993c489c81fe
+Size (Starman-0.4018.tar.gz) = 33079 bytes



Home | Main Index | Thread Index | Old Index