diff options
author | Omar Polo <op@omarpolo.com> | 2021-03-20 12:04:23 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-03-20 12:04:23 +0000 |
commit | c8249bada3df6ab700dadaae36e9570cc8e62d55 (patch) | |
tree | 69ec14bd15742a866732f12fe1b4e77ff5ebf0e9 | |
parent | b890467e60fcd960c6b77ea8aa4290bd7b62b8e1 (diff) |
gmid v1.6 -- "Stargazers"v1.6
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ex.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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> @@ -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"); |