relayd: correct edh relayd.conf.5
The previous wording implied that omitting "params" defaulted to auto.
"edh" alone enables EDH in auto mode, while leaving the directive out
keeps EDH disabled (equivalent to no edh / edh params none).
httpd: add custom HTTP header support
Allow httpd.conf to set/add/remove custom HTTP response headers or Suppress
existing ones. This enables httpd to add security headers, custom metadata,
or remove unwanted headers without modifying app/fastcgi code.
Three new directives are added:
header option
Manipulate HTTP response headers. Multiple header statements may
be specified. Valid options are:
set name value [always]
Set a custom HTTP response header with the specified name
and value. If a header with the same name is already
present in the response, its value will be replaced. The
header is added to successful responses (2xx and 3xx
status codes) by default.
[57 lines not shown]
fftw3: use fortran module
configure picks up gfortran which may lead to build failures due to junking.
Worse, when building with gfortran, additional public symbols are present
in the fftw3_threads.
fortran module: stop setting USE_NOBTCFI-aarch64
This was necessary for gcc/8 but according to testing by sthen with gcc/15
this is no longer necessary with modern gcc.
update to redis-6.2.23
"A crafted stream `RESTORE` payload can make two consumers share the
same NACK, leading to a use-after-free that may result in Remote Code
Execution"