Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lighttpd: update to 1.4.62
@ 2021-12-02  7:36 gstrauss
  2021-12-03 13:19 ` paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gstrauss @ 2021-12-02  7:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

There is a new pull request by gstrauss against master on the void-packages repository

https://github.com/gstrauss/void-packages lighttpd-1.4.62
https://github.com/void-linux/void-packages/pull/34344

lighttpd: update to 1.4.62
lighttpd: update to 1.4.62

use pcre2-devel instead of pcre-devel

#### Testing the changes
- I tested the changes in this PR: **NO** (not on void-linux, but I have tested on other platforms)

A patch file from https://github.com/void-linux/void-packages/pull/34344.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lighttpd-1.4.62-34344.patch --]
[-- Type: text/x-diff, Size: 1915 bytes --]

From 745c20123b7467b21eb9d53f994ef833ea8410d3 Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Thu, 2 Dec 2021 02:31:48 -0500
Subject: [PATCH] lighttpd: update to 1.4.62

use pcre2-devel instead of pcre-devel
---
 srcpkgs/lighttpd/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index d0ebf6677418..4316886f82aa 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,26 +1,26 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.61
+version=1.4.62
 revision=1
 build_style=meson
 configure_args="-Dwith_brotli=false -Dwith_bzip=false
  -Dwith_fam=false -Dwith_gdbm=true
  -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=false
  -Dwith_libunwind=false -Dwith_lua=true -Dwith_memcached=true
- -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre=true -Dwith_pgsql=false
+ -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre2=true -Dwith_pgsql=false
  -Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true
  -Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false -Dwith_dbi=false
  -Dmoduledir=lib/lighttpd/modules"
 hostmakedepends="pkg-config"
 makedepends="gdbm-devel libmemcached-devel
- libxml2-devel lua53-devel mit-krb5-devel pcre-devel sqlite-devel"
+ libxml2-devel lua53-devel mit-krb5-devel pcre2-devel sqlite-devel"
 checkdepends="perl"
 short_desc="Secure, fast, compliant and very flexible web-server"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://lighttpd.net"
 distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
-checksum=43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432
+checksum=36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_lighttpd"

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

* Re: lighttpd: update to 1.4.62
  2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
@ 2021-12-03 13:19 ` paper42
  2021-12-04 15:52 ` [PR PATCH] [Updated] " gstrauss
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-03 13:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34344#issuecomment-985513100

Comment:
Let's convert this to a draft for now according to @gstrauss's comment in OpenWrt/packages.

> A crashing bug has been reported in lighttpd 1.4.62 and is under investigation, so please hold off on this PR for now.

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

* Re: [PR PATCH] [Updated] lighttpd: update to 1.4.62
  2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
  2021-12-03 13:19 ` paper42
@ 2021-12-04 15:52 ` gstrauss
  2021-12-04 15:54 ` lighttpd: update to 1.4.63 gstrauss
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gstrauss @ 2021-12-04 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

There is an updated pull request by gstrauss against master on the void-packages repository

https://github.com/gstrauss/void-packages lighttpd-1.4.62
https://github.com/void-linux/void-packages/pull/34344

lighttpd: update to 1.4.62
lighttpd: update to 1.4.62

use pcre2-devel instead of pcre-devel

#### Testing the changes
- I tested the changes in this PR: **NO** (not on void-linux, but I have tested on other platforms)

A patch file from https://github.com/void-linux/void-packages/pull/34344.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lighttpd-1.4.62-34344.patch --]
[-- Type: text/x-diff, Size: 3007 bytes --]

From 745c20123b7467b21eb9d53f994ef833ea8410d3 Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Thu, 2 Dec 2021 02:31:48 -0500
Subject: [PATCH 1/2] lighttpd: update to 1.4.62

use pcre2-devel instead of pcre-devel
---
 srcpkgs/lighttpd/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index d0ebf6677418..4316886f82aa 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,26 +1,26 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.61
+version=1.4.62
 revision=1
 build_style=meson
 configure_args="-Dwith_brotli=false -Dwith_bzip=false
  -Dwith_fam=false -Dwith_gdbm=true
  -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=false
  -Dwith_libunwind=false -Dwith_lua=true -Dwith_memcached=true
- -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre=true -Dwith_pgsql=false
+ -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre2=true -Dwith_pgsql=false
  -Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true
  -Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false -Dwith_dbi=false
  -Dmoduledir=lib/lighttpd/modules"
 hostmakedepends="pkg-config"
 makedepends="gdbm-devel libmemcached-devel
- libxml2-devel lua53-devel mit-krb5-devel pcre-devel sqlite-devel"
+ libxml2-devel lua53-devel mit-krb5-devel pcre2-devel sqlite-devel"
 checkdepends="perl"
 short_desc="Secure, fast, compliant and very flexible web-server"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://lighttpd.net"
 distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
-checksum=43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432
+checksum=36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_lighttpd"

From f0ec4be772c951d4f1d16628261c97a9d829e1a9 Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Sat, 4 Dec 2021 10:50:11 -0500
Subject: [PATCH 2/2] lighttpd: update to 1.4.63

---
 srcpkgs/lighttpd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 4316886f82aa..a9aa5ff06e4a 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,6 +1,6 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.62
+version=1.4.63
 revision=1
 build_style=meson
 configure_args="-Dwith_brotli=false -Dwith_bzip=false
@@ -20,7 +20,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://lighttpd.net"
 distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
-checksum=36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7
+checksum=2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_lighttpd"

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

* Re: lighttpd: update to 1.4.63
  2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
  2021-12-03 13:19 ` paper42
  2021-12-04 15:52 ` [PR PATCH] [Updated] " gstrauss
@ 2021-12-04 15:54 ` gstrauss
  2021-12-04 16:44 ` paper42
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gstrauss @ 2021-12-04 15:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

New comment by gstrauss on void-packages repository

https://github.com/void-linux/void-packages/pull/34344#issuecomment-986048992

Comment:
lighttpd 1.4.63 addresses a memory issue in (recently released) lighttpd 1.4.62, which occurred when config used url.rewrite* or url.redirect with %0, %1, %2, etc in the substitutions targets.

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

* Re: lighttpd: update to 1.4.63
  2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
                   ` (2 preceding siblings ...)
  2021-12-04 15:54 ` lighttpd: update to 1.4.63 gstrauss
@ 2021-12-04 16:44 ` paper42
  2021-12-04 17:10 ` [PR PATCH] [Updated] " gstrauss
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-04 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34344#issuecomment-986056222

Comment:
@gstrauss please squash the commits to one

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

* Re: [PR PATCH] [Updated] lighttpd: update to 1.4.63
  2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
                   ` (3 preceding siblings ...)
  2021-12-04 16:44 ` paper42
@ 2021-12-04 17:10 ` gstrauss
  2021-12-04 17:11 ` gstrauss
  2021-12-06  9:57 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: gstrauss @ 2021-12-04 17:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

There is an updated pull request by gstrauss against master on the void-packages repository

https://github.com/gstrauss/void-packages lighttpd-1.4.62
https://github.com/void-linux/void-packages/pull/34344

lighttpd: update to 1.4.63
lighttpd: update to 1.4.63

use pcre2-devel instead of pcre-devel

#### Testing the changes
- I tested the changes in this PR: **NO** (not on void-linux, but I have tested on other platforms)

A patch file from https://github.com/void-linux/void-packages/pull/34344.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lighttpd-1.4.62-34344.patch --]
[-- Type: text/x-diff, Size: 1915 bytes --]

From c9976983e5e456328b547a1c9276dc1170e0fc90 Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Thu, 2 Dec 2021 02:31:48 -0500
Subject: [PATCH] lighttpd: update to 1.4.63

use pcre2-devel instead of pcre-devel
---
 srcpkgs/lighttpd/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index d0ebf6677418..a9aa5ff06e4a 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,26 +1,26 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.61
+version=1.4.63
 revision=1
 build_style=meson
 configure_args="-Dwith_brotli=false -Dwith_bzip=false
  -Dwith_fam=false -Dwith_gdbm=true
  -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=false
  -Dwith_libunwind=false -Dwith_lua=true -Dwith_memcached=true
- -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre=true -Dwith_pgsql=false
+ -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre2=true -Dwith_pgsql=false
  -Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true
  -Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false -Dwith_dbi=false
  -Dmoduledir=lib/lighttpd/modules"
 hostmakedepends="pkg-config"
 makedepends="gdbm-devel libmemcached-devel
- libxml2-devel lua53-devel mit-krb5-devel pcre-devel sqlite-devel"
+ libxml2-devel lua53-devel mit-krb5-devel pcre2-devel sqlite-devel"
 checkdepends="perl"
 short_desc="Secure, fast, compliant and very flexible web-server"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://lighttpd.net"
 distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
-checksum=43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432
+checksum=2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_lighttpd"

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

* Re: lighttpd: update to 1.4.63
  2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
                   ` (4 preceding siblings ...)
  2021-12-04 17:10 ` [PR PATCH] [Updated] " gstrauss
@ 2021-12-04 17:11 ` gstrauss
  2021-12-06  9:57 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: gstrauss @ 2021-12-04 17:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by gstrauss on void-packages repository

https://github.com/void-linux/void-packages/pull/34344#issuecomment-986060303

Comment:
squashed as requested

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

* Re: [PR PATCH] [Merged]: lighttpd: update to 1.4.63
  2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
                   ` (5 preceding siblings ...)
  2021-12-04 17:11 ` gstrauss
@ 2021-12-06  9:57 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-06  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

There's a merged pull request on the void-packages repository

lighttpd: update to 1.4.63
https://github.com/void-linux/void-packages/pull/34344

Description:
lighttpd: update to 1.4.63

use pcre2-devel instead of pcre-devel

#### Testing the changes
- I tested the changes in this PR: **NO** (not on void-linux, but I have tested on other platforms)

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

end of thread, other threads:[~2021-12-06  9:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  7:36 [PR PATCH] lighttpd: update to 1.4.62 gstrauss
2021-12-03 13:19 ` paper42
2021-12-04 15:52 ` [PR PATCH] [Updated] " gstrauss
2021-12-04 15:54 ` lighttpd: update to 1.4.63 gstrauss
2021-12-04 16:44 ` paper42
2021-12-04 17:10 ` [PR PATCH] [Updated] " gstrauss
2021-12-04 17:11 ` gstrauss
2021-12-06  9:57 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).