[build] modify arguments to updated LEMON parser
[core] remove libev fdevent option (ignore)lighttpd directly uses native OS event handlers
[autoconf] update ax_prog_cc_for_build.m4update scripts/m4/ax_prog_cc_for_build.m4 from serial 20 to serial 21(This should fix build errors occuring with './configure -C' caching)https://www.gnu
[autoconf] update ax_prog_cc_for_build.m4update scripts/m4/ax_prog_cc_for_build.m4 from serial 20 to serial 21(This should fix build errors occuring with './configure -C' caching)https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.htmlhttp://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_prog_cc_for_build.m4
show more ...
[ci] add cmake-asan build type
[multiple] remove long-deprecated modulesx-ref: https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
[build] CI builds now use make -j 2
[build] CI builds now use pcre2 (upgrade pcre)pcre2 is current. pcre is no longer maintained.
[build] update ax_prog_cc_for_build.m4http://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.htmlx-ref: "Cross Compile with ptxdist failed for 1.4.59 (1.4.58 works)" https://redmin
[build] update ax_prog_cc_for_build.m4http://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.htmlx-ref: "Cross Compile with ptxdist failed for 1.4.59 (1.4.58 works)" https://redmine.lighttpd.net/boards/2/topics/9888
build] scripts/ci-build.sh remove --with-maxminddbremove --with-maxminddb; maxminddb libs not currently part of our FreeBSD build images
[build] scripts/ci-build.sh add --with-maxminddb
[build] scripts/ci-build.sh adjustmentsremove --with-mbedtls; mbedlts not currently part of our FreeBSD bld img
[build] scripts/ci-build.sh adjustmentsremove --with-nss; nss libs not currently part of our FreeBSD build imgremove with_zstd=yes from SCons build, due to dependency on libpthread
[build] scripts/ci-build.sh w/o --with-wolfsslWolfSSL is not generally available in *BSD due to WolfSSL limitations.(Might be revisited with the Dec 2020 release of WolfSSL 4.6.0)
[build] scripts/ci-build.sh --with-nettle
[build] update scripts/ci-build.sh* remove use of deprecated or obsolete packages on Linux, *BSD builds --with-attr --with-fam --with-geoip* add zstd --with-zstd* add multiple TLS options to
[build] update scripts/ci-build.sh* remove use of deprecated or obsolete packages on Linux, *BSD builds --with-attr --with-fam --with-geoip* add zstd --with-zstd* add multiple TLS options to build --with-gnutls --with-mbedtls --with-nss --with-openssl --with-wolfssl (leave one TLS option (openssl) for SCons static build)
[autoconf] update ax_prog_cc_for_build.m4update scripts/m4/ax_prog_cc_for_build.m4 from serial 8 to serial 18https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.htmlhttp://git.sav
[autoconf] update ax_prog_cc_for_build.m4update scripts/m4/ax_prog_cc_for_build.m4 from serial 8 to serial 18https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.htmlhttp://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_prog_cc_for_build.m4
[build] add --with-brotli to CI build(thx stbuehler)
move ci-build.sh to scripts
[build] Fix build when using nested CMake(FetchContent, ExternalProject_Add)github: closes #102
[build] move some build scripts to scripts/