From 18a7a1dc143df73ac1178d876c0441dd98bd8914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Sun, 13 Dec 2020 15:48:55 +0100 Subject: groups/241.native_packages_inet.group: lighttpd: bump to v1.4.56 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/lighttpd-1.4.56.local.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 patches/lighttpd-1.4.56.local.patch (limited to 'patches/lighttpd-1.4.56.local.patch') diff --git a/patches/lighttpd-1.4.56.local.patch b/patches/lighttpd-1.4.56.local.patch new file mode 100644 index 00000000..50a2ce94 --- /dev/null +++ b/patches/lighttpd-1.4.56.local.patch @@ -0,0 +1,18 @@ +--- lighttpd-1.4.45/src/network.c.orig 2017-01-14 05:05:17.000000000 +0000 ++++ lighttpd-1.4.45/src/network.c 2018-02-17 20:39:33.920000000 +0000 +@@ -53,6 +53,7 @@ + void + network_accept_tcp_nagle_disable (const int fd) + { ++#ifndef __midipix__ + static int noinherit_tcpnodelay = -1; + int opt; + +@@ -70,6 +71,7 @@ + + opt = 1; + (void)setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, sizeof(opt)); ++#endif + } + + static handler_t network_server_handle_fdevent(server *srv, void *context, int revents) { -- cgit v1.2.3