pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lighttpd 1.4.64 released



Dear package maintainers:

lighttpd 1.4.64 has been released!

In this release, pcre2 support is the default.  For lighttpd 1.4.64 and
later, explicitly build with --with-pcre to use the older pcre library.

Please review module deprecations announced in the past few releases.
This release removes long-deprecated modules.  The lighttpd wiki
provides migration guidance.

Package maintainers on Linux and *BSD:
  please remove --with-libev and --with-fam from package builds
  please replace --with-pcre with --with-pcre2 in package builds

Please package and publish lighttpd 1.4.64.

Please let me know if you have any questions or issues.  Thank you!

Cheers, Glenn


lighttpd 1.4.64
---------------

Important changes

* remove deprecated modules, bugfixes, CVE-2022-22707 (rare configs)

Downloads

* https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.tar.gz
  GPG signature: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.tar.gz.asc
  SHA256: @71e46403fb28371a06b23ef1cceffd75285140c6f62a879c777ee5af0d248801@
* https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.tar.xz
  GPG signature: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.tar.xz.asc
  SHA256: @e1489d9fa7496fbf2e071c338b593b2300d38c23f1e5967e52c9ef482e1b0e26@

* SHA256 checksums: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.sha256sum
* SHA512 checksums: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.sha512sum

Behavior Changes

(previously announced and scheduled)

* graceful restart/shutdown timeout changed from 0 (disabled) to 8 seconds
  configure an alternative with:
    server.feature-flags += ("server.graceful-shutdown-timeout" => 8)
* build: lighttpd defaults to --with-pcre2 instead of --with-pcre
  pcre2 is current.  pcre is no longer maintained.
  Explicitly specify --with-pcre in build to use pcre instead of pcre2.
* deprecated modules (previously announced) have been removed
  - mod_authn_mysql
  - mod_mysql_vhost
  - mod_cml
  - mod_flv_streaming
  - mod_geoip
  - mod_trigger_b4_dl
  https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
  suggests migration steps for replacements, if needed


Home | Main Index | Thread Index | Old Index