Github messages for voidlinux
 help / color / mirror / Atom feed
From: gstrauss <gstrauss@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] lighttpd: update to 1.4.68
Date: Tue, 03 Jan 2023 19:10:18 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41428@inbox.vuxu.org> (raw)

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

lighttpd: update to 1.4.68
lighttpd: update to 1.4.68

#### Testing the changes
- I tested the changes in this PR: **NO**

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

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

From 79b86885291955341fb95c6939d6b6044c92627f Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Thu, 24 Nov 2022 02:35:41 -0500
Subject: [PATCH 1/2] lighttpd: modify build cmd for type: feature opts

modify build command for meson type: feature options
---
 srcpkgs/lighttpd/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 0f4379940ce4..5a1438bb132b 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -3,12 +3,13 @@ pkgname=lighttpd
 version=1.4.67
 revision=1
 build_style=meson
-configure_args="-Dwith_brotli=false -Dwith_bzip=false
- -Dwith_krb5=true -Dwith_ldap=true
- -Dwith_libunwind=false -Dwith_lua=true
- -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
+configure_args="-Dwith_brotli=disabled -Dwith_bzip=disabled
+ -Dwith_krb5=enabled -Dwith_ldap=enabled
+ -Dwith_libunwind=disabled -Dwith_lua=true
+ -Dwith_mysql=disabled -Dwith_openssl=true -Dwith_pcre2=true
+ -Dwith_pgsql=disabled
+ -Dwith_sasl=disabled -Dwith_webdav_props=enabled -Dwith_webdav_locks=enabled
+ -Dwith_xattr=true -Dwith_zlib=enabled -Dwith_zstd=disabled -Dwith_dbi=disabled
  -Dmoduledir=lib/lighttpd/modules"
 hostmakedepends="pkg-config"
 makedepends="

From 833998e784670462bf6ca1f206ea4e9e3ea6e87e Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Tue, 3 Jan 2023 13:03:57 -0500
Subject: [PATCH 2/2] lighttpd: update to 1.4.68

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

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 5a1438bb132b..fc84d9400749 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,6 +1,6 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.67
+version=1.4.68
 revision=1
 build_style=meson
 configure_args="-Dwith_brotli=disabled -Dwith_bzip=disabled
@@ -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=7e04d767f51a8d824b32e2483ef2950982920d427d1272ef4667f49d6f89f358
+checksum=e56f37ae52b63e1ada4d76ce78005affb6e56eea2f6bdb0ce17d6d36e9583384
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_lighttpd"

             reply	other threads:[~2023-01-03 18:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03 18:10 gstrauss [this message]
2023-01-03 19:03 ` gstrauss
2023-01-03 22:33 ` [PR PATCH] [Updated] " gstrauss
2023-01-03 22:42 ` gstrauss
2023-01-03 22:44 ` gstrauss
2023-01-03 22:46 ` gstrauss
2023-01-03 22:52 ` [PR PATCH] [Updated] " gstrauss
2023-01-04 12:45 ` kruceter
2023-01-04 19:18 ` [PR PATCH] [Updated] " gstrauss
2023-01-04 19:19 ` gstrauss
2023-01-07 19:34 ` [PR PATCH] [Merged]: " abenson

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41428@inbox.vuxu.org \
    --to=gstrauss@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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;
as well as URLs for NNTP newsgroup(s).