summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2018-11-12 08:39:22 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-12 12:48:14 +0100
commit90f00cacd617cac9543638bb89c1a55c79cfc6fe (patch)
tree878a401b0ca7fac359f637900dadea9d0a1665ec
parentee7b587fe7565300122385cae2eb22dadf58eb04 (diff)
downloadptxdist-90f00cacd617cac9543638bb89c1a55c79cfc6fe.tar.gz
ptxdist-90f00cacd617cac9543638bb89c1a55c79cfc6fe.tar.xz
lighttpd: After version bump cleanup
v1.4.51 contains new modules, new protocols, bug fixes, new features, and security fixes. This sets the new configure options and has links to the announcements for completeness. * https://www.lighttpd.net/2017/10/21/1.4.46/ * new modules: mod_openssl, mod_vhostdb, mod_wstunnel * new protocols: Upgrade: websocket, HAProxy PROXY, RFC7239 Forwarded * bug fixes * https://www.lighttpd.net/2017/10/22/1.4.47/ * bug fixes: fix two regressions in 1.4.46 * https://www.lighttpd.net/2017/11/11/1.4.48/ * mod_authn_sasl (new), meson build system (new), revamp build systems * bug fixes * https://www.lighttpd.net/2018/3/11/1.4.49/ * mod_proxy: basic support for HTTP CONNECT * bug fixes * https://www.lighttpd.net/2018/8/13/1.4.50/ * security fixes * bug fixes * https://www.lighttpd.net/2018/10/14/1.4.51/ * security fixes * bug fixes * new module: mod_authn_pam * support for wolfSSL New options are set to 'without' for now until anybody needs that. Fixes: 2f49c9fbd60f97b32a38eb9bc715361695fc2fe0 Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lighttpd.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 8aa879616..8e534744b 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -44,6 +44,9 @@ LIGHTTPD_CONF_OPT := \
--enable-extra-warnings \
--without-libev \
--without-mysql \
+ --without-pgsql \
+ --without-dbi \
+ --without-sasl \
--without-ldap \
--without-pam \
--$(call ptx/wwo, PTXCONF_LIGHTTPD_ATTR)-attr \
@@ -51,6 +54,7 @@ LIGHTTPD_CONF_OPT := \
--without-libunwind \
--without-krb5 \
--$(call ptx/wwo, PTXCONF_LIGHTTPD_OPENSSL)-openssl \
+ --without-wolfssl \
--$(call ptx/wwo, PTXCONF_LIGHTTPD_PCRE)-pcre \
--$(call ptx/wwo, PTXCONF_LIGHTTPD_ZLIB)-zlib \
--$(call ptx/wwo, PTXCONF_LIGHTTPD_BZ2LIB)-bzip2 \