]> git.pld-linux.org Git - packages/libmicrohttpd.git/commitdiff
- updated to 0.9.67 auto/th/libmicrohttpd-0.9.67-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Oct 2019 14:39:14 +0000 (16:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Oct 2019 14:39:14 +0000 (16:39 +0200)
- added messages patch (build with --disable-messages is broken again)

libmicrohttpd-messages.patch [new file with mode: 0644]
libmicrohttpd.spec

diff --git a/libmicrohttpd-messages.patch b/libmicrohttpd-messages.patch
new file mode 100644 (file)
index 0000000..beb26a6
--- /dev/null
@@ -0,0 +1,12 @@
+--- libmicrohttpd-0.9.67/src/microhttpd/daemon.c.orig  2019-10-17 16:55:53.000000000 +0200
++++ libmicrohttpd-0.9.67/src/microhttpd/daemon.c       2019-10-23 05:37:17.445371980 +0200
+@@ -3266,8 +3266,8 @@
+     MHD_DLOG (daemon,
+               _ ("Failed to disable TCP Nagle on socket: %s\n"),
+               MHD_socket_last_strerr_ ());
+-  }
+ #endif
++  }
+ #endif
+ #if ! defined(USE_ACCEPT4) || ! defined(HAVE_SOCK_NONBLOCK)
+   if (! MHD_socket_nonblocking_ (s))
index 09c1229e5bc1aba8f4b3a48604facba887d067b4..5977ee204660e53e07fc6b2bd0918282b736696c 100644 (file)
@@ -5,13 +5,14 @@
 Summary:       Embeded HTTP server library
 Summary(pl.UTF-8):     Biblioteka wbudowanego serwera HTTP
 Name:          libmicrohttpd
-Version:       0.9.66
+Version:       0.9.67
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
-# Source0-md5: ce4050e75cc40d68506e2b403e1a76f9
+# Source0-md5: e28e04e3d3eca62f5754efb844d17812
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-messages.patch
 URL:           http://www.gnu.org/software/libmicrohttpd/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
@@ -66,6 +67,7 @@ Biblioteka statyczna libmicrohttpd.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.149366 seconds and 4 git commands to generate.