Commit Briefs

Omar Polo

tag 1.7.2 (tags/1.7.2)

This version incudes the following bugfix: - An un-initialized field in the configless code path leads to a crash on the first request. and the relative regression test


Omar Polo

use certs from regress/


Omar Polo

unbreak configless mode

An un-initialized field in the configless code path leads to a crash on the first request.


Omar Polo

tag v1.7.1 (tags/1.7.1)

This version includes two bugfixes: - use ${MAKE} to recursively call make - fix the misleading example in the man page: macros name may not be reserved words Both bugs found and fixed by Anna “CyberTailor”, thanks!


Omar Polo

sync


Omar Polo

align


Omar Polo

fix misleading example in man page

> Macros names may not be reserved words


Omar Polo

fix "warning: jobserver unavailable: using -j1"

https://www.gnu.org/software/make/manual/html_node/Error-Messages.html


Omar Polo

tag v1.7 (tags/1.7)



Omar Polo

provide a fallback value for SKIP_RUNTIME_TESTS

some [ implementation will warn about "bad number"


Omar Polo

sync


Omar Polo

move parse_portno to gmid.c

it's used only to parse the -p flag. While there add check_port_num to check the range for the port.



Omar Polo

drop unsigned

it causes a cascade of warnings on some architectures. Also, for what we're doing here, the signed/unsigned property isn't important.