git: 1de880e0f627 - main - www/darkhttpd: Update to 1.14 (Fixes CVE-2020-25691)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Nov 2022 16:35:46 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=1de880e0f6277e22d81d68cba532656dc58b207a commit 1de880e0f6277e22d81d68cba532656dc58b207a Author: Henrich Hartzer <henrichhartzer@tuta.io> AuthorDate: 2022-11-07 19:17:19 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-11-08 16:31:41 +0000 www/darkhttpd: Update to 1.14 (Fixes CVE-2020-25691) ChangeLog: https://github.com/emikulic/darkhttpd/releases/tag/v1.14 * Add support for logging with syslog. * Fix hung connection from consecutive keep-alive requests. * Fix high CPU usage when timeout is disabled. * Add --forward-https. * Make header parsing case insensitive, to work behind an HTTP2 reverse proxy. * Add trailing slash to links for directories. * Fix crash when a file has a large (year 10,000+) mtime. A flaw was found in darkhttpd. Invalid error handling allows remote attackers to cause denial-of-service by accessing a file with a large modification date. The highest threat from this vulnerability is to system availability. PR: 267507 Reported by: henrichhartzer@tuta.io MFH: 2022Q4 (security update) Security: CVE-2020-25691 --- www/darkhttpd/Makefile | 5 ++--- www/darkhttpd/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/darkhttpd/Makefile b/www/darkhttpd/Makefile index 06b933fec0e4..26e3dd8f7d02 100644 --- a/www/darkhttpd/Makefile +++ b/www/darkhttpd/Makefile @@ -1,10 +1,9 @@ PORTNAME= darkhttpd DISTVERSIONPREFIX= v -DISTVERSION= 1.13 -PORTREVISION= 1 +DISTVERSION= 1.14 CATEGORIES= www -MAINTAINER= henrichartzer@tuta.io +MAINTAINER= henrichhartzer@tuta.io COMMENT= Simple, static web server WWW= https://unix4lyfe.org/darkhttpd/ diff --git a/www/darkhttpd/distinfo b/www/darkhttpd/distinfo index 4b3146c56d99..2481c7389fe9 100644 --- a/www/darkhttpd/distinfo +++ b/www/darkhttpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646208775 -SHA256 (emikulic-darkhttpd-v1.13_GH0.tar.gz) = 1d88c395ac79ca9365aa5af71afe4ad136a4ed45099ca398168d4a2014dc0fc2 -SIZE (emikulic-darkhttpd-v1.13_GH0.tar.gz) = 37708 +TIMESTAMP = 1667334612 +SHA256 (emikulic-darkhttpd-v1.14_GH0.tar.gz) = e063de9efa5635260c8def00a4d41ec6145226a492d53fa1dac436967670d195 +SIZE (emikulic-darkhttpd-v1.14_GH0.tar.gz) = 37662