summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.in
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2022-01-27 14:31:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-28 10:39:09 +0100
commit6dc97732b573d0bf9c3a9ded4522592178a3d16d (patch)
treeca132f41a1098db898ff8c71ff65d82f4084cd31 /rules/lighttpd.in
parentfc696d8342ba8ac7b49428df87ede30e4ad64c7d (diff)
downloadptxdist-6dc97732b573d0bf9c3a9ded4522592178a3d16d.tar.gz
ptxdist-6dc97732b573d0bf9c3a9ded4522592178a3d16d.tar.xz
lighttpd: version bump 1.4.63 -> 1.4.64
Main change is "remove long-deprecated modules", but some bugfixes went in that release as well. Note: The ptxdist package still uses the no longer maintained pcre instead of pcre2. Three lines were inserted into src/algo_md5.c outside of the license text area, the license text itself stays the same, moved only. Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_64 Link: https://www.lighttpd.net/2022/1/19/1.4.64/ Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20220127133159.47672-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lighttpd.in')
-rw-r--r--rules/lighttpd.in28
1 files changed, 2 insertions, 26 deletions
diff --git a/rules/lighttpd.in b/rules/lighttpd.in
index 1f853c7fd..18827467f 100644
--- a/rules/lighttpd.in
+++ b/rules/lighttpd.in
@@ -15,7 +15,6 @@ menuconfig LIGHTTPD
select SQLITE if LIGHTTPD_WEBDAV_PROPS
select LIBUUID if LIGHTTPD_WEBDAV_LOCKS
select OPENSSL if LIGHTTPD_OPENSSL
- select LIBMEMCACHED if LIGHTTPD_MEMCACHED
select LUA if LIGHTTPD_LUA
select LUA_INSTALL_LIBLUA if LIGHTTPD_LUA
select BUSYBOX_START_STOP_DAEMON if LIGHTTPD_STARTSCRIPT
@@ -52,14 +51,6 @@ config LIGHTTPD_LUA
help
lua engine for mod_cml and mod_magnet
-config LIGHTTPD_MEMCACHED
- bool
- prompt "memcached storage"
- # fails to build with current libmemcached version
- depends on BROKEN
- help
- memcached storage for mod_trigger_b4_dl and mod_cml
-
config LIGHTTPD_OPENSSL
bool
prompt "openssl support"
@@ -72,6 +63,8 @@ config LIGHTTPD_PCRE
prompt "pcre support"
help
Enable pcre support.
+
+ WARNING: pcre is no longer maintained. Please move to pcre2 instead!
endmenu
@@ -104,13 +97,6 @@ config LIGHTTPD_MOD_AUTH
help
User authentication
-config LIGHTTPD_MOD_CML
- bool
- select LIGHTTPD_LUA
- prompt "mod_cml"
- help
- Cache Meta Language
-
config LIGHTTPD_MOD_DEFLATE
bool
prompt "mod_deflate"
@@ -167,16 +153,6 @@ config LIGHTTPD_MOD_REWRITE
help
Module for URL rewriting
-config LIGHTTPD_MOD_TRIGGER_B4_DL
- bool
- select LIGHTTPD_MEMCACHED
- select LIGHTTPD_PCRE
- # needs (currently broken) LIGHTTPD_MEMCACHED
- depends on BROKEN
- prompt "mod_trigger_b4_dl"
- help
- Module for Anti Hotlinking
-
config LIGHTTPD_MOD_WEBDAV
bool
prompt "mod_webdav"