pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTTP-Daemon
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 22 22:13:04 UTC 2023
Modified Files:
pkgsrc/www/p5-HTTP-Daemon: Makefile distinfo
Log Message:
p5-HTTP-Daemon: update to 6.15.
6.15 2023-02-22 22:02:46Z
- Fix CVE-2022-31081: Inconsistent Interpretation of HTTP Requests
Correctly handle multiple Content-Length headers and its variants
(Theo van Hoesel)
Closes "Discrepancies in the Parsing of Content Length header ..." (GH#56)
(blessingcharles)
- kill test server with KILL rather than QUIT (GH#63) (Graham Knop)
- Create TestServer test lib for running daemon process (GH#62) (Graham Knop)
- Clean up tests (GH#61) (Graham Knop)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/p5-HTTP-Daemon/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/p5-HTTP-Daemon/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-HTTP-Daemon/Makefile
diff -u pkgsrc/www/p5-HTTP-Daemon/Makefile:1.23 pkgsrc/www/p5-HTTP-Daemon/Makefile:1.24
--- pkgsrc/www/p5-HTTP-Daemon/Makefile:1.23 Tue Jun 28 11:37:27 2022
+++ pkgsrc/www/p5-HTTP-Daemon/Makefile Wed Feb 22 22:13:04 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2022/06/28 11:37:27 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/02/22 22:13:04 wiz Exp $
-DISTNAME= HTTP-Daemon-6.14
+DISTNAME= HTTP-Daemon-6.15
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://metacpan.org/release/HTTP-Daemon
Index: pkgsrc/www/p5-HTTP-Daemon/distinfo
diff -u pkgsrc/www/p5-HTTP-Daemon/distinfo:1.9 pkgsrc/www/p5-HTTP-Daemon/distinfo:1.10
--- pkgsrc/www/p5-HTTP-Daemon/distinfo:1.9 Fri Mar 4 13:34:59 2022
+++ pkgsrc/www/p5-HTTP-Daemon/distinfo Wed Feb 22 22:13:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/03/04 13:34:59 wen Exp $
+$NetBSD: distinfo,v 1.10 2023/02/22 22:13:04 wiz Exp $
-BLAKE2s (HTTP-Daemon-6.14.tar.gz) = dc74670fc9c031f99e6734439d5c6f3395af1bdb9d0f8118b452f77541f9b02e
-SHA512 (HTTP-Daemon-6.14.tar.gz) = baae522b24211d04bc53d0f89f9e7b6b98681772eb79e28a72aa2b57c023a92e1264923abc2fefc24e28be265e17530541fd9d3a559d5bcfca00a8f5b0e9d85e
-Size (HTTP-Daemon-6.14.tar.gz) = 46940 bytes
+BLAKE2s (HTTP-Daemon-6.15.tar.gz) = c4e2b0b814d22bf309804d2fc5c64f2e1b1d646b2157393d2cb40e98b9ec6346
+SHA512 (HTTP-Daemon-6.15.tar.gz) = 9d24e24910d06598368b5b46c75ecd9ad4dcd1186648726d238c1333d1224258c8a7ea35ac854429acc9a35e59a906b894df498c23e696702273a7f6f0981e17
+Size (HTTP-Daemon-6.15.tar.gz) = 45814 bytes
Home |
Main Index |
Thread Index |
Old Index