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.71
Date: Sun, 28 May 2023 00:46:44 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44121@inbox.vuxu.org> (raw)

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

lighttpd: update to 1.4.71
lighttpd: update to 1.4.71
Testing the changes

I tested the changes in this PR: **NO**

(build-tested elsewhere: on openwrt)

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

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

From 82358928efc4e8ab3abaeac840557ac59eba16fb Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Sat, 27 May 2023 18:34:56 -0400
Subject: [PATCH 1/2] lighttpd: update to 1.4.71

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

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 3b7158c1fbe4..04e11bd2209f 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,6 +1,6 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.70
+version=1.4.71
 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=921ebe1cf4b6b9897e03779ab7a23a31f4ba40a1abe2067525c33cd3ce61fe85
+checksum=b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_lighttpd"

From 11a386d9d764dda5fc48f8dae404d320f5ff333f Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Sat, 27 May 2023 18:36:26 -0400
Subject: [PATCH 2/2] lighttpd: use default mimetypes list in 1.4.71

lighttpd 1.4.71 now provides a default list of common types for
mimetype.assign if mimetype.assign is not explicitly part of config
---
 srcpkgs/lighttpd/files/lighttpd.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/lighttpd/files/lighttpd.conf b/srcpkgs/lighttpd/files/lighttpd.conf
index 6e7a6cc6c1d1..53e91fc46042 100644
--- a/srcpkgs/lighttpd/files/lighttpd.conf
+++ b/srcpkgs/lighttpd/files/lighttpd.conf
@@ -9,4 +9,3 @@ server.document-root	= "/srv/www/lighttpd"
 server.errorlog		= "/var/log/lighttpd/error.log"
 dir-listing.activate	= "enable"
 index-file.names	= ( "index.html" )
-mimetype.assign		= ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png" )

             reply	other threads:[~2023-05-27 22:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-27 22:46 gstrauss [this message]
2023-05-27 23:44 ` [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-44121@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).