gmid v1.6 -- "Stargazers"

This commit is contained in:
Omar Polo 2021-03-20 12:04:23 +00:00
parent b890467e60
commit c8249bada3
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2021-03-20 Omar Polo <op@omarpolo.com>
* 1.6 tagged
* sandbox.c (sandbox_logger_process): add capsicum to the logger process
2021-03-19 Omar Polo <op@omarpolo.com>

2
ex.c
View File

@ -174,7 +174,7 @@ launch_cgi(struct iri *iri, struct cgireq *req, struct vhost *vhost)
safe_setenv("SERVER_PORT", path);
safe_setenv("SERVER_PROTOCOL", "GEMINI");
safe_setenv("SERVER_SOFTWARE", "gmid/1.5");
safe_setenv("SERVER_SOFTWARE", "gmid/1.6");
if (*req->subject != '\0')
safe_setenv("AUTH_TYPE", "Certificate");