mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/3] lighttpd: After version bump cleanup
Date: Mon, 12 Nov 2018 08:39:22 +0100	[thread overview]
Message-ID: <20181112073923.16872-3-ada@thorsis.com> (raw)
In-Reply-To: <20181112073923.16872-1-ada@thorsis.com>

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>
---
 rules/lighttpd.make | 4 ++++
 1 file changed, 4 insertions(+)

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 \
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-11-12  7:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-12  7:39 [ptxdist] [PATCH 0/3] lighttpd: Collected cleanups Alexander Dahl
2018-11-12  7:39 ` [ptxdist] [PATCH 1/3] lighttpd: Add license file hash Alexander Dahl
2018-11-12  7:39 ` Alexander Dahl [this message]
2018-11-12  7:39 ` [ptxdist] [PATCH 3/3] lighttpd: Install mod_openssl if SSL is selected Alexander Dahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181112073923.16872-3-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox