History log of /lighttpd1.4/scripts/ci-build.sh (Results 1 – 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: lighttpd-1.4.69, lighttpd-1.4.68
# 33fd0db9 03-Dec-2022 Glenn Strauss <[email protected]>

[core] remove libev fdevent option (ignore)

lighttpd directly uses native OS event handlers


Revision tags: lighttpd-1.4.67, lighttpd-1.4.66, lighttpd-1.4.65, lighttpd-1.4.64
# f6d6295a 06-Jan-2022 Stefan Bühler <[email protected]>

[ci] add cmake-asan build type


# 86c2d309 06-Dec-2021 Glenn Strauss <[email protected]>

[multiple] remove long-deprecated modules

x-ref:
https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated


# cbd6d5b3 10-Dec-2021 Glenn Strauss <[email protected]>

[build] CI builds now use make -j 2


Revision tags: lighttpd-1.4.63, lighttpd-1.4.62
# be5ab276 23-Nov-2021 Glenn Strauss <[email protected]>

[build] CI builds now use pcre2 (upgrade pcre)

pcre2 is current. pcre is no longer maintained.


Revision tags: lighttpd-1.4.61, lighttpd-1.4.60, lighttpd-1.4.59
# 625d57b2 17-Jan-2021 Glenn Strauss <[email protected]>

build] scripts/ci-build.sh remove --with-maxminddb

remove --with-maxminddb;
maxminddb libs not currently part of our FreeBSD build images


# 02c83d73 17-Jan-2021 Glenn Strauss <[email protected]>

[build] scripts/ci-build.sh add --with-maxminddb


# f23be1a1 16-Jan-2021 Glenn Strauss <[email protected]>

[build] scripts/ci-build.sh adjustments

remove --with-mbedtls; mbedlts not currently part of our FreeBSD bld img


# f0b74faa 16-Jan-2021 Glenn Strauss <[email protected]>

[build] scripts/ci-build.sh adjustments

remove --with-nss; nss libs not currently part of our FreeBSD build img
remove with_zstd=yes from SCons build, due to dependency on libpthread


# 73cace94 16-Jan-2021 Glenn Strauss <[email protected]>

[build] scripts/ci-build.sh w/o --with-wolfssl

WolfSSL is not generally available in *BSD due to WolfSSL limitations.
(Might be revisited with the Dec 2020 release of WolfSSL 4.6.0)


# f6c79fff 16-Jan-2021 Glenn Strauss <[email protected]>

[build] scripts/ci-build.sh --with-nettle


# 2d94d56f 16-Jan-2021 Glenn Strauss <[email protected]>

[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)

show more ...


Revision tags: lighttpd-1.4.58, lighttpd-1.4.57, lighttpd-1.4.56, lighttpd-1.4.56-rc7, lighttpd-1.4.56-rc6, lighttpd-1.4.56-rc5, lighttpd-1.4.56-rc4, lighttpd-1.4.56-rc3, lighttpd-1.4.56-rc2, lighttpd-1.4.56-rc1
# 5d707129 21-Jul-2020 Glenn Strauss <[email protected]>

[build] add --with-brotli to CI build

(thx stbuehler)


# 5722574d 21-Jul-2020 Stefan Bühler <[email protected]>

move ci-build.sh to scripts