mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] lighttpd: version bump 1.4.55 -> 1.4.59
@ 2021-04-16 15:18 Robert Schwebel
  2021-04-19  8:07 ` Alexander Dahl
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Schwebel @ 2021-04-16 15:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

The fastcgi file has moved, md5.c has disappeared.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/lighttpd.make | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 6bb442d0b..9e3025b89 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -15,18 +15,17 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
 #
 # Paths and names
 #
-LIGHTTPD_VERSION	:= 1.4.55
-LIGHTTPD_MD5		:= be4bda2c28bcbdac6eb941528f6edf03
+LIGHTTPD_VERSION	:= 1.4.59
+LIGHTTPD_MD5		:= a8838dac90fcddbcc05c0d1877bd8cdf
 LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
 LIGHTTPD_SUFFIX		:= tar.xz
 LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
 LIGHTTPD_SOURCE		:= $(SRCDIR)/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
 LIGHTTPD_DIR		:= $(BUILDDIR)/$(LIGHTTPD)
-LIGHTTPD_LICENSE	:= BSD-3-Clause AND OML AND RSA-MD
+LIGHTTPD_LICENSE	:= BSD-3-Clause AND OML
 LIGHTTPD_LICENSE_FILES	:= \
 	file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579 \
-	file://src/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356 \
-	file://src/md5.c;startline=6;endline=26;md5=b5be3b6afd4afa7bb89b16361244f9b6
+	file://src/compat/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.27.0


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] lighttpd: version bump 1.4.55 -> 1.4.59
  2021-04-16 15:18 [ptxdist] [PATCH] lighttpd: version bump 1.4.55 -> 1.4.59 Robert Schwebel
@ 2021-04-19  8:07 ` Alexander Dahl
  2021-04-23  6:53   ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl @ 2021-04-19  8:07 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Hello Robert,

thanks for upgrading lighttpd, this is on my ToDo-List for weeks now,
but I did not manage to look into it, yet.  See below for my review.

Am Fri, Apr 16, 2021 at 05:18:56PM +0200 schrieb Robert Schwebel:
> The fastcgi file has moved, md5.c has disappeared.
> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> ---
>  rules/lighttpd.make | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 6bb442d0b..9e3025b89 100644
> --- a/rules/lighttpd.make
> +++ b/rules/lighttpd.make
> @@ -15,18 +15,17 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
>  #
>  # Paths and names
>  #
> -LIGHTTPD_VERSION	:= 1.4.55
> -LIGHTTPD_MD5		:= be4bda2c28bcbdac6eb941528f6edf03
> +LIGHTTPD_VERSION	:= 1.4.59
> +LIGHTTPD_MD5		:= a8838dac90fcddbcc05c0d1877bd8cdf
>  LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
>  LIGHTTPD_SUFFIX		:= tar.xz
>  LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
>  LIGHTTPD_SOURCE		:= $(SRCDIR)/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
>  LIGHTTPD_DIR		:= $(BUILDDIR)/$(LIGHTTPD)
> -LIGHTTPD_LICENSE	:= BSD-3-Clause AND OML AND RSA-MD
> +LIGHTTPD_LICENSE	:= BSD-3-Clause AND OML
>  LIGHTTPD_LICENSE_FILES	:= \
>  	file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579 \
> -	file://src/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356 \
> -	file://src/md5.c;startline=6;endline=26;md5=b5be3b6afd4afa7bb89b16361244f9b6
> +	file://src/compat/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356

This looks fine and it builds successful with both OSELAS.Toolchain
2014.12.2 and 2020.08.0 for arm-v5te.  I can do runtime tests
tomorrow, maybe I have to tweak my lighttpd.conf?

However, when running `…/scripts/configure_helper.py -p lighttpd` some
new, yet unhandled options appear, e.g. --with-zstd …

Greets
Alex

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] lighttpd: version bump 1.4.55 -> 1.4.59
  2021-04-19  8:07 ` Alexander Dahl
@ 2021-04-23  6:53   ` Michael Olbrich
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2021-04-23  6:53 UTC (permalink / raw)
  To: ptxdist, Robert Schwebel

On Mon, Apr 19, 2021 at 10:07:03AM +0200, Alexander Dahl wrote:
> thanks for upgrading lighttpd, this is on my ToDo-List for weeks now,
> but I did not manage to look into it, yet.  See below for my review.
> 
> Am Fri, Apr 16, 2021 at 05:18:56PM +0200 schrieb Robert Schwebel:
> > The fastcgi file has moved, md5.c has disappeared.
> > 
> > Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> > ---
> >  rules/lighttpd.make | 9 ++++-----
> >  1 file changed, 4 insertions(+), 5 deletions(-)
> > 
> > diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> > index 6bb442d0b..9e3025b89 100644
> > --- a/rules/lighttpd.make
> > +++ b/rules/lighttpd.make
> > @@ -15,18 +15,17 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
> >  #
> >  # Paths and names
> >  #
> > -LIGHTTPD_VERSION	:= 1.4.55
> > -LIGHTTPD_MD5		:= be4bda2c28bcbdac6eb941528f6edf03
> > +LIGHTTPD_VERSION	:= 1.4.59
> > +LIGHTTPD_MD5		:= a8838dac90fcddbcc05c0d1877bd8cdf
> >  LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
> >  LIGHTTPD_SUFFIX		:= tar.xz
> >  LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
> >  LIGHTTPD_SOURCE		:= $(SRCDIR)/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
> >  LIGHTTPD_DIR		:= $(BUILDDIR)/$(LIGHTTPD)
> > -LIGHTTPD_LICENSE	:= BSD-3-Clause AND OML AND RSA-MD
> > +LIGHTTPD_LICENSE	:= BSD-3-Clause AND OML
> >  LIGHTTPD_LICENSE_FILES	:= \
> >  	file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579 \
> > -	file://src/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356 \
> > -	file://src/md5.c;startline=6;endline=26;md5=b5be3b6afd4afa7bb89b16361244f9b6
> > +	file://src/compat/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356
> 
> This looks fine and it builds successful with both OSELAS.Toolchain
> 2014.12.2 and 2020.08.0 for arm-v5te.  I can do runtime tests
> tomorrow, maybe I have to tweak my lighttpd.conf?
> 
> However, when running `…/scripts/configure_helper.py -p lighttpd` some
> new, yet unhandled options appear, e.g. --with-zstd …

Indeed. Those need to be added.

Michael

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-23  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 15:18 [ptxdist] [PATCH] lighttpd: version bump 1.4.55 -> 1.4.59 Robert Schwebel
2021-04-19  8:07 ` Alexander Dahl
2021-04-23  6:53   ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox