summaryrefslogtreecommitdiffhomepage
path: root/patches/lighttpd-1.4.63.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-02-05 16:48:42 +0100
committerØrjan Malde <red@foxi.me>2022-02-05 16:50:13 +0100
commit992b977314d0a0b961804c7707e79c8fcb00e92a (patch)
treec70182ce538131d6e39f01c6bf81dfb83a761f86 /patches/lighttpd-1.4.63.local.patch
parent5c2c554533d9b658b708e63613369d4eaeac23e0 (diff)
downloadmidipix_build-992b977314d0a0b961804c7707e79c8fcb00e92a.tar.bz2
midipix_build-992b977314d0a0b961804c7707e79c8fcb00e92a.tar.xz
groups/241.native_packages_inet.group: lighttpd: bump to v1.4.64
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/lighttpd-1.4.63.local.patch')
-rw-r--r--patches/lighttpd-1.4.63.local.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/lighttpd-1.4.63.local.patch b/patches/lighttpd-1.4.63.local.patch
deleted file mode 100644
index 50a2ce94..00000000
--- a/patches/lighttpd-1.4.63.local.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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) {