lighttpd (1.4.69-1) unstable; urgency=medium This version removes "mini-application" lighttpd modules for which mod_magnet lua implementations are better and more flexible: mod_evasive, mod_secdownload, mod_uploadprogress, mod_usertrack (lighttpd 1.4.68 removed these modules, as announced in lighttpd release notes throughout 2022) Replacements: https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_evasive https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_secdownload https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_uploadprogress https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_usertrack -- Glenn Strauss Tue, 20 Sep 2022 10:25:11 +0000 lighttpd (1.4.56~rc7-0+exp2) experimental; urgency=medium This version changes the way binary packages are laid out. lighttpd-1.4.56 provides multiple modules for TLS. Therefore mod_openssl got moved out of the main lighttpd package, along with the dependency on openssl libraries. A new package was created for each TLS module. * lighttpd-mod-openssl * lighttpd-mod-mbedtls * lighttpd-mod-wolfssl * lighttpd-mod-nss If you use Recommends, lighttpd-mod-openssl will be installed automatically in bullseye to ease upgrading. After that, the recommendation will be dropped. The compression module was renamed from mod_compress to mod_deflate. Compression library dependencies have been moved out of the main lighttpd package and into a new package lighttpd-mod-deflate. If you use Recommends, lighttpd-mod-deflate will be installed automatically in bullseye to ease upgrading. In any case, the new default configuration cannot enable mod_deflate due to the split. To keep the module active you should run: lighty-enable-mod deflate Modules are coalesced to reduce the binary package count and runtime dependencies. * mod_authn_dbi (new) -> lighttpd-modules-dbi * mod_vhostdb_dbi -> lighttpd-modules-dbi * mod_magnet -> lighttpd-modules-lua * mod_cml -> lighttpd-modules-lua Do not depend on lighttpd-modules-* or lighttpd for using specific modules. Do depend on virtual packages lighttpd-mod-* instead. -- Glenn Strauss Mon, 26 Oct 2020 12:50:09 +0000