Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lighttpd: update to 1.4.59
@ 2021-02-28  1:41 gstrauss
  2021-02-28  1:56 ` [PR PATCH] [Updated] " gstrauss
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gstrauss @ 2021-02-28  1:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 866 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.59
https://github.com/void-linux/void-packages/pull/29109

lighttpd: update to 1.4.59
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
- [x] I am the developer of lighttpd.  lighttpd-1.4.59 was released a month ago and is already in many other distros.

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

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

From 4c13efe1231e805d43e871a57f0ed387de3d589a Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Sat, 27 Feb 2021 20:36:46 -0500
Subject: [PATCH] lighttpd: update to 1.4.59

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

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 8acb7af78f3..ab4780960c8 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,6 +1,6 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.57
+version=1.4.59
 revision=1
 build_style=meson
 configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
@@ -18,7 +18,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=52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f
+checksum=fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_${pkgname}"

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

* Re: [PR PATCH] [Updated] lighttpd: update to 1.4.59
  2021-02-28  1:41 [PR PATCH] lighttpd: update to 1.4.59 gstrauss
@ 2021-02-28  1:56 ` gstrauss
  2021-02-28  2:04 ` gstrauss
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: gstrauss @ 2021-02-28  1:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 871 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.59
https://github.com/void-linux/void-packages/pull/29109

lighttpd: update to 1.4.59
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
- [x] I am the developer of lighttpd.  lighttpd-1.4.59 was released a month ago and is already in many other distros.

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

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

From 4aab506be905f4b27434a9133dbc45031460a3dc Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Sat, 27 Feb 2021 20:36:46 -0500
Subject: [PATCH] lighttpd: update to 1.4.59

remove obsoleted devel packages
---
 srcpkgs/lighttpd/patches/020-meson-zstd.patch | 29 +++++++++++++++++++
 srcpkgs/lighttpd/template                     | 14 +++++----
 2 files changed, 37 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/lighttpd/patches/020-meson-zstd.patch

diff --git a/srcpkgs/lighttpd/patches/020-meson-zstd.patch b/srcpkgs/lighttpd/patches/020-meson-zstd.patch
new file mode 100644
index 00000000000..deb7190a3cf
--- /dev/null
+++ b/srcpkgs/lighttpd/patches/020-meson-zstd.patch
@@ -0,0 +1,29 @@
+From a737572aa4b7a50fd9ac3f54245e40fd5cd2609d Mon Sep 17 00:00:00 2001
+From: Glenn Strauss <gstrauss@gluelogic.com>
+Date: Wed, 3 Feb 2021 00:35:34 -0500
+Subject: [PATCH] [meson] add with_zstd to meson_options.txt
+
+Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
+---
+ meson_options.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/meson_options.txt b/meson_options.txt
+index 51bea44d..f6687159 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -148,6 +148,11 @@ option('with_zlib',
+ 	value: true,
+ 	description: 'with deflate-support for mod_deflate [default: on]',
+ )
++option('with_zstd',
++	type: 'boolean',
++	value: false,
++	description: 'with zstd-support for mod_deflate [default: off]',
++)
+ 
+ option('build_extra_warnings',
+ 	type: 'boolean',
+-- 
+2.29.2
+
diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 8acb7af78f3..0babfffe4d3 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,16 +1,18 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.57
+version=1.4.59
 revision=1
 build_style=meson
-configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
+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=true
  -Dwith_libunwind=false -Dwith_lua=true -Dwith_memcached=true
  -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre=true -Dwith_pgsql=false
- -Dwith_sasl=false -Dwith_xattr=true -Dwith_zlib=true -Dwith_webdav_props=true
- -Dwith_webdav_locks=true -Dmoduledir=lib/lighttpd/modules"
+ -Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true
+ -Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false
+ -Dmoduledir=lib/lighttpd/modules"
 hostmakedepends="pkg-config"
-makedepends="attr-devel fcgi-devel gdbm-devel libev-devel libmemcached-devel
+makedepends="gdbm-devel libev-devel libmemcached-devel
  libxml2-devel lua53-devel mit-krb5-devel pcre-devel sqlite-devel"
 checkdepends="perl"
 short_desc="Secure, fast, compliant and very flexible web-server"
@@ -18,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=52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f
+checksum=fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_${pkgname}"

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

* Re: [PR PATCH] [Updated] lighttpd: update to 1.4.59
  2021-02-28  1:41 [PR PATCH] lighttpd: update to 1.4.59 gstrauss
  2021-02-28  1:56 ` [PR PATCH] [Updated] " gstrauss
@ 2021-02-28  2:04 ` gstrauss
  2021-02-28  3:01 ` gstrauss
  2021-02-28  6:57 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: gstrauss @ 2021-02-28  2:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 871 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.59
https://github.com/void-linux/void-packages/pull/29109

lighttpd: update to 1.4.59
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
- [x] I am the developer of lighttpd.  lighttpd-1.4.59 was released a month ago and is already in many other distros.

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

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

From 665c6d79faa16f889a4d166459bb5c90a9ffb324 Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Sat, 27 Feb 2021 20:36:46 -0500
Subject: [PATCH] lighttpd: update to 1.4.59

remove obsoleted devel packages
---
 srcpkgs/lighttpd/patches/020-meson-zstd.patch | 29 +++++++++++++++++++
 srcpkgs/lighttpd/template                     | 14 +++++----
 2 files changed, 37 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/lighttpd/patches/020-meson-zstd.patch

diff --git a/srcpkgs/lighttpd/patches/020-meson-zstd.patch b/srcpkgs/lighttpd/patches/020-meson-zstd.patch
new file mode 100644
index 00000000000..0cd481de9b9
--- /dev/null
+++ b/srcpkgs/lighttpd/patches/020-meson-zstd.patch
@@ -0,0 +1,29 @@
+From a737572aa4b7a50fd9ac3f54245e40fd5cd2609d Mon Sep 17 00:00:00 2001
+From: Glenn Strauss <gstrauss@gluelogic.com>
+Date: Wed, 3 Feb 2021 00:35:34 -0500
+Subject: [PATCH] [meson] add with_zstd to meson_options.txt
+
+Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
+---
+ meson_options.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git meson_options.txt meson_options.txt
+index 51bea44d..f6687159 100644
+--- meson_options.txt
++++ meson_options.txt
+@@ -148,6 +148,11 @@ option('with_zlib',
+ 	value: true,
+ 	description: 'with deflate-support for mod_deflate [default: on]',
+ )
++option('with_zstd',
++	type: 'boolean',
++	value: false,
++	description: 'with zstd-support for mod_deflate [default: off]',
++)
+ 
+ option('build_extra_warnings',
+ 	type: 'boolean',
+-- 
+2.29.2
+
diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 8acb7af78f3..0babfffe4d3 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,16 +1,18 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.57
+version=1.4.59
 revision=1
 build_style=meson
-configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
+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=true
  -Dwith_libunwind=false -Dwith_lua=true -Dwith_memcached=true
  -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre=true -Dwith_pgsql=false
- -Dwith_sasl=false -Dwith_xattr=true -Dwith_zlib=true -Dwith_webdav_props=true
- -Dwith_webdav_locks=true -Dmoduledir=lib/lighttpd/modules"
+ -Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true
+ -Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false
+ -Dmoduledir=lib/lighttpd/modules"
 hostmakedepends="pkg-config"
-makedepends="attr-devel fcgi-devel gdbm-devel libev-devel libmemcached-devel
+makedepends="gdbm-devel libev-devel libmemcached-devel
  libxml2-devel lua53-devel mit-krb5-devel pcre-devel sqlite-devel"
 checkdepends="perl"
 short_desc="Secure, fast, compliant and very flexible web-server"
@@ -18,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=52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f
+checksum=fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_${pkgname}"

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

* Re: lighttpd: update to 1.4.59
  2021-02-28  1:41 [PR PATCH] lighttpd: update to 1.4.59 gstrauss
  2021-02-28  1:56 ` [PR PATCH] [Updated] " gstrauss
  2021-02-28  2:04 ` gstrauss
@ 2021-02-28  3:01 ` gstrauss
  2021-02-28  6:57 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: gstrauss @ 2021-02-28  3:01 UTC (permalink / raw)
  To: ml

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

New comment by gstrauss on void-packages repository

https://github.com/void-linux/void-packages/pull/29109#issuecomment-787224475

Comment:
@ericonr this passes CI and is ready for review.  Thanks!

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

* Re: [PR PATCH] [Merged]: lighttpd: update to 1.4.59
  2021-02-28  1:41 [PR PATCH] lighttpd: update to 1.4.59 gstrauss
                   ` (2 preceding siblings ...)
  2021-02-28  3:01 ` gstrauss
@ 2021-02-28  6:57 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-28  6:57 UTC (permalink / raw)
  To: ml

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

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

lighttpd: update to 1.4.59
https://github.com/void-linux/void-packages/pull/29109

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
- [x] I am the developer of lighttpd.  lighttpd-1.4.59 was released a month ago and is already in many other distros.

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

end of thread, other threads:[~2021-02-28  6:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28  1:41 [PR PATCH] lighttpd: update to 1.4.59 gstrauss
2021-02-28  1:56 ` [PR PATCH] [Updated] " gstrauss
2021-02-28  2:04 ` gstrauss
2021-02-28  3:01 ` gstrauss
2021-02-28  6:57 ` [PR PATCH] [Merged]: " ericonr

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).