CVS commit: src/libexec/httpd
"matthew green" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: mrg Date: Sun May 3 21:52:14 UTC 2026 Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c Log Message: call this bozohttpd 20260503, and update the CHANGES for the last 2 years o fix the default minimum TLS version to 1.1 from 1.3. the manual already said 1.1 was the default. fixes PR#58878. o log the correct port with TLS connections. fixes PR#59644. o fix use-after-free, double-free, and bounds checking problems. from shm. o better lint support. o several updates for the manual. from lukem. add D Bohdan to the contributors list. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/libexec/httpd/CHANGES cvs rdiff -u -r1.100 -r1.101 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.151 -r1.152 src/libexec/httpd/bozohttpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.