Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lighttpd: update to 1.4.61
@ 2021-10-29  3:02 gstrauss
  2021-10-29  3:45 ` zdykstra
  2021-10-29  4:10 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: gstrauss @ 2021-10-29  3:02 UTC (permalink / raw)
  To: ml

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

lighttpd: update to 1.4.61
lighttpd: update to 1.4.61

#### 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

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

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

From dfddc055b05fabc1cbfa75a94f763552ee452e07 Mon Sep 17 00:00:00 2001
From: Glenn Strauss <gstrauss@gluelogic.com>
Date: Thu, 28 Oct 2021 22:59:53 -0400
Subject: [PATCH] lighttpd: update to 1.4.61

---
 srcpkgs/lighttpd/patches/020-decls.patch | 34 ------------------------
 srcpkgs/lighttpd/template                |  4 +--
 2 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/lighttpd/patches/020-decls.patch

diff --git a/srcpkgs/lighttpd/patches/020-decls.patch b/srcpkgs/lighttpd/patches/020-decls.patch
deleted file mode 100644
index c1d15cfb8737..000000000000
--- a/srcpkgs/lighttpd/patches/020-decls.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From cf4dfbe15ef8ead3a7eda974af7d804d447f00db Mon Sep 17 00:00:00 2001
-From: Glenn Strauss <gstrauss@gluelogic.com>
-Date: Mon, 4 Oct 2021 09:51:22 -0400
-Subject: [PATCH] [core] define __BEGIN_DECLS, __END_DECLS if needed
-
----
- src/first.h | 16 ++++++++++++++++
- 1 file changed, 16 insertions(+)
-
---- a/src/first.h
-+++ b/src/first.h
-@@ -39,6 +39,22 @@
- #include <sys/types.h>
- #include <stddef.h>
- 
-+#ifndef __BEGIN_DECLS
-+#ifdef __cplusplus
-+#define __BEGIN_DECLS extern "C" {
-+#else
-+#define __BEGIN_DECLS
-+#endif
-+#endif
-+
-+#ifndef __END_DECLS
-+#ifdef __cplusplus
-+#define __END_DECLS }
-+#else
-+#define __END_DECLS
-+#endif
-+#endif
-+
- #if defined HAVE_STDINT_H
- # include <stdint.h>
- #elif defined HAVE_INTTYPES_H
diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index 18e5fced85a3..d0ebf6677418 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,6 +1,6 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
-version=1.4.60
+version=1.4.61
 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=4bb1dd859e541a3131e5be101557d2e1195b4129d3a849a3a6fbd21fe1c946f0
+checksum=43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432
 
 conf_files="/etc/lighttpd/lighttpd.conf"
 system_accounts="_lighttpd"

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

end of thread, other threads:[~2021-10-29  4:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29  3:02 [PR PATCH] lighttpd: update to 1.4.61 gstrauss
2021-10-29  3:45 ` zdykstra
2021-10-29  4:10 ` [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).