Replace assert() with a graceful failure by aborting the http request.
An overlong HTTP line can fill the receive buffer to its max but then
http_get_line() would still return NULL trying to read more data.
Since the buffer is full the assert would trigger. Now the http request
is terminated.
Reported by Frank Denis
OK tb@
p5-Tk: fix build with llvm22
pull in an assortment of patches from Debian, Fedora and things sprinkled
around in comments on the project's github repo, and add a couple of fixes
of my own. On -current the same tests pass, so I decided to declare this
experiment a success.
loosen a number of constraints to dependencies.
Since switch to openvox, some of the functionality doesn't work anymore,
but still good for basic scaffolding and module creation and maintenance.