Ondřej Surý
Ondřej Surý
I use this for my setup: ``` # cat jenkins.rfc1925.org server { listen 0.0.0.0:80; listen [::]:80; server_name jenkins.rfc1925.org; return 301 https://$server_name$request_uri; } server { listen 0.0.0.0:443; listen [::]:443; server_name jenkins.rfc1925.org;...
As for IP address this might work: ``` IP=$(ip -6 a s dev $(ip -6 r s | awk '/^default / {print $5}') | awk '/inet6 .* scope global/ {print...
@bnoordhuis While I agree that requiring C11 and stdatomic is fine. It has been 11 years since the standard, we do have compatibility shim in BIND 9 to use old...
Feel free to pull the contents of https://gitlab.isc.org/isc-projects/bind9/-/blob/main/lib/isc/include/isc/stdatomic.h and re-license under libuv license. You have my permission.
Then you need something like this: https://gitlab.isc.org/isc-projects/bind9/-/blob/main/lib/isc/include/isc/atomic.h#L16 to decide whether you want C11 implementation or the shim.
> The c11 atomic changes on seem to reduce compatibility of libuv, I know that neither node.js nor Julia is bothered by this, but it seems less friendly to other...
That’s up to the libuv maintainers, I am merely offering help. For other people this is MPL 2.0 licensed, so you can pull the up-to-date version of the shim header...
@ludique Make sure that you compile ModSecurity with PCRE2 (`--with-pcre2`) and only PCRE2. I would be interested in hearing the results then.
> The dh-lua system needs more work. > I can relate to that :). Packaging lua-cqueues using dh_lua was bit hackish. Anyway, you can adhere to Debian policy just by...
Bookworm has been released few days ago. Have some patience please.