Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lighttpd: update to 1.4.71
@ 2023-05-27 22:46 gstrauss
  2023-05-27 23:44 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: gstrauss @ 2023-05-27 22:46 UTC (permalink / raw)
  To: ml

[-- 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" )

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

* Re: [PR PATCH] [Merged]: lighttpd: update to 1.4.71
  2023-05-27 22:46 [PR PATCH] lighttpd: update to 1.4.71 gstrauss
@ 2023-05-27 23:44 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-05-27 23:44 UTC (permalink / raw)
  To: ml

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

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

lighttpd: update to 1.4.71
https://github.com/void-linux/void-packages/pull/44121

Description:
lighttpd: update to 1.4.71
Testing the changes

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

(build-tested elsewhere: on openwrt)

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

end of thread, other threads:[~2023-05-27 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-27 22:46 [PR PATCH] lighttpd: update to 1.4.71 gstrauss
2023-05-27 23:44 ` [PR PATCH] [Merged]: " abenson

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