Commits


remove -v from gg undocumented flag to dump to stdout the request before doing it. Not useful, it's debugging leftover.


don't count twice the failing tests on gmid crashes


always send custom list of fcgi parameters The code in fcgi_req to send the custom params set in the config file was placed inside the conditional for `tls_peer_cert_provided`, so the custom parameters would not be sent if a client certificate is not provided.


count ran/failed tests number


sync


call tzset(3) to fix times in logs reported by Karl Jeacle, thanks!


mention Anna' patch too


mention the removal of the rc file


mention the 1.8.4 release


sync


don't set d_reclen It's not actually used and doesn't seem to be available on DragonflyBSD (at least) judging from the patching in dports: https://github.com/DragonFlyBSD/DPorts/commit/f66bf875f75335ff63e0cad2f817a1c6e7106045


don't hardcode urls; use TREE 'macro'


include contrib/ in dist


remove the OpenBSD' rc file now that gmid is packaged on OpenBSD the rc file is maintained in the ports tree.


bump version