aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrich Hartzer <henrichhartzer@tuta.io>2022-11-07 19:17:19 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-11-08 16:34:05 +0000
commit2f5b21e40a831efb7e7e276fcb3de1a50bf8fc24 (patch)
tree98059ca52628240c21765e7328323f175d06a0e8
parentaab16c4bda5239e052ee5674f9a45f7925da8fb0 (diff)
downloadports-2f5b21e40a831efb7e7e276fcb3de1a50bf8fc24.tar.gz
ports-2f5b21e40a831efb7e7e276fcb3de1a50bf8fc24.zip
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 (cherry picked from commit 1de880e0f6277e22d81d68cba532656dc58b207a)
-rw-r--r--www/darkhttpd/Makefile4
-rw-r--r--www/darkhttpd/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/darkhttpd/Makefile b/www/darkhttpd/Makefile
index f190671eeb20..c0920059edce 100644
--- a/www/darkhttpd/Makefile
+++ b/www/darkhttpd/Makefile
@@ -1,9 +1,9 @@
PORTNAME= darkhttpd
DISTVERSIONPREFIX= v
-DISTVERSION= 1.13
+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