mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: Alexander Dahl <ada@thorsis.com>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] lighttpd: version bump 1.4.63 -> 1.4.64
Date: Tue, 1 Mar 2022 11:33:35 +0100	[thread overview]
Message-ID: <20220301103335.eaozxq3pnbs67zxk@pengutronix.de> (raw)
In-Reply-To: <20220127133159.47672-1-ada@thorsis.com>

On Thu, Jan 27, 2022 at 02:31:59PM +0100, Alexander Dahl wrote:
> 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>
> ---
>  rules/lighttpd.in   | 28 ++--------------------------
>  rules/lighttpd.make | 17 ++++++++---------
>  2 files changed, 10 insertions(+), 35 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!

Did you mean to add a switch for --enable-pcre2 then, and just forgot? 

 - Roland
>  
>  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"
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 58a311404..98b80fea1 100644
> --- a/rules/lighttpd.make
> +++ b/rules/lighttpd.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
>  #
>  # Paths and names
>  #
> -LIGHTTPD_VERSION	:= 1.4.63
> -LIGHTTPD_MD5		:= f4ad032b4b861f42a5df5f900ec6457b
> +LIGHTTPD_VERSION	:= 1.4.64
> +LIGHTTPD_MD5		:= 02762422b074d0609db3d099d9d9e05c
>  LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
>  LIGHTTPD_SUFFIX		:= tar.xz
>  LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
> @@ -26,7 +26,7 @@ LIGHTTPD_LICENSE	:= BSD-3-Clause AND OML AND RSA-MD
>  LIGHTTPD_LICENSE_FILES	:= \
>  	file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579 \
>  	file://src/compat/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356 \
> -	file://src/algo_md5.c;startline=9;endline=29;md5=b5be3b6afd4afa7bb89b16361244f9b6
> +	file://src/algo_md5.c;startline=12;endline=32;md5=b5be3b6afd4afa7bb89b16361244f9b6
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -57,8 +57,12 @@ LIGHTTPD_CONF_OPT	:= \
>  	--without-krb5 \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_OPENSSL)-openssl \
>  	--without-wolfssl \
> -	--without-pcre2 \
> +	--without-mbedtls \
> +	--without-nettle \
> +	--without-gnutls \
> +	--without-nss \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_PCRE)-pcre \
> +	--without-pcre2 \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_ZLIB)-zlib \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_ZSTD)-zstd \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_BZ2LIB)-bzip2 \
> @@ -70,10 +74,7 @@ LIGHTTPD_CONF_OPT	:= \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-webdav-locks \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \
>  	--without-xxhash \
> -	--without-gdbm \
> -	--without-geoip \
>  	--without-maxminddb \
> -	--$(call ptx/wwo, PTXCONF_LIGHTTPD_MEMCACHED)-memcached \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua
>  
>  # ----------------------------------------------------------------------------
> @@ -96,13 +97,11 @@ LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_ACCESSLOG)	+= mod_accesslog
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_ALIAS)		+= mod_alias
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_AUTH)		+= mod_auth
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_AUTH)		+= mod_authn_file
> -LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_CML)		+= mod_cml
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_DEFLATE)	+= mod_deflate
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_FASTCGI)	+= mod_fastcgi
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_MAGNET)		+= mod_magnet
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_OPENSSL)		+= mod_openssl
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_REWRITE)	+= mod_rewrite
> -LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_TRIGGER_B4_DL)	+= mod_trigger_b4_dl
>  LIGHTTPD_MODULES-$(PTXCONF_LIGHTTPD_MOD_WEBDAV)		+= mod_webdav
>  LIGHTTPD_MODULES-y += $(call remove_quotes,$(PTXCONF_LIGHTTPD_MOD_EXTRA))
>  
> 
> base-commit: 7f40b36894327c11eb8738ea6690837c8c737e55
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  parent reply	other threads:[~2022-03-01 10:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-27 13:31 Alexander Dahl
2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-03-01 10:33 ` Roland Hieber [this message]
2022-03-03  8:11   ` [ptxdist] [PATCH] " 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=20220301103335.eaozxq3pnbs67zxk@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=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