Created attachment 232740 [details] update to 1.8.2 Hello, please find attached a diff to update gmid to its latest release (1.8.2). The changelog is: Bug Fixes: * fix a CGI timing issue: if a connection handled by a CGI scripts is interrupted with the right timing it causes the server process to exit with "fatal in client_by_id: invalid id X". New Features: * add a new block `type { ... }' to define mime types mapping. Improvements: * use shell built-in `command' instead of which(1), prodded by cage and Allen Sobot. * configure script: allow to set MANDIR from cmdline (Allen Sobot) * add systemd-sysusers sample file in contrib/ (Nakaya) * [linux/seccomp] allow fstatat64(2), llseek(2) and sigreturn(2), needed by glibc on armv7. (Tobias Berger) * [linux/seccomp] tightens rules by allowing openat(2) only with the O_RDONLY flag. Thanks, Omar Polo
actually i had to release 1.8.3 shortly after too: there was an out-of-bound access in start_cgi. attaching an updated diff. Thanks, Omar Polo
Created attachment 232760 [details] update to 1.8.3
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5b552345edb95625e930bc84da747ab0f68dbe7 commit f5b552345edb95625e930bc84da747ab0f68dbe7 Author: Omar Polo <freebsd@omarpolo.com> AuthorDate: 2022-03-27 20:49:31 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-03-27 20:49:31 +0000 net/gmid: update to 1.8.3 Bug Fixes: * fix a CGI timing issue: if a connection handled by a CGI scripts is interrupted with the right timing it causes the server process to exit with "fatal in client_by_id: invalid id X". New Features: * add a new block `type { ... }' to define mime types mapping. Improvements: * use shell built-in `command' instead of which(1), prodded by cage and Allen Sobot. * configure script: allow to set MANDIR from cmdline (Allen Sobot) * add systemd-sysusers sample file in contrib/ (Nakaya) * [linux/seccomp] allow fstatat64(2), llseek(2) and sigreturn(2), needed by glibc on armv7. (Tobias Berger) * [linux/seccomp] tightens rules by allowing openat(2) only with the O_RDONLY flag. PR: 262832 net/gmid/Makefile | 2 +- net/gmid/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)