CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/12/02 07:57:33
Modified files:
net/gmid : Tag: OPENBSD_7_2 Makefile distinfo
Log message:
MFC update of net/gmid to 1.8.6
changelog for 1.8.6:
- add tests and compat for setresuid setresgid
- add GEMINI_SEARCH_STRING fastcgi parameter / cgi env variable
- manpage fix: QUERY_STRING is *not* urldecoded
- fixed use-after-free in the fastcgi code
- when switching user also set the groups
- always cast is*() arguments to unsigned char
and for 1.8.5:
- removed OpenBSD' rc file because now is maintained in the ports tree
- (hopefully) fix build on DragonflyBSD
- call tzset(3) to fix times in logs
- always send custom list of fcgi parameters (alex)