diff --git a/libmicrohttpd-0.9.67-fix-nonvoid-return.patch b/libmicrohttpd-0.9.67-fix-nonvoid-return.patch deleted file mode 100644 index fe88acc..0000000 --- a/libmicrohttpd-0.9.67-fix-nonvoid-return.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 093c83c2270e18294811f394c9af87a2cb56ea20 Mon Sep 17 00:00:00 2001 -From: Christian Grothoff -Date: Thu, 17 Oct 2019 23:10:34 +0200 -Subject: fix missing ret, thanks, Markus - ---- - src/microhttpd/mhd_sockets.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c -index 7929c07a..ad2f91bc 100644 ---- a/src/microhttpd/mhd_sockets.c -+++ b/src/microhttpd/mhd_sockets.c -@@ -530,6 +530,8 @@ MHD_socket_cork_ (MHD_socket sock, - return 0; /* even force flush failed!? */ - return 1; /* success */ - } -+#else -+ return 1; /* success */ - #endif - #else - /* do not have MHD_TCP_CORK_NOPUSH at all */ --- -cgit v1.2.1 - diff --git a/libmicrohttpd-0.9.67.tar.gz b/libmicrohttpd-0.9.67.tar.gz deleted file mode 100644 index a1fec92..0000000 --- a/libmicrohttpd-0.9.67.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e1f852723d099d4827d7ebde4d02dd00fd8da62149526fdb9fae058c5a60495 -size 1881973 diff --git a/libmicrohttpd-0.9.67.tar.gz.sig b/libmicrohttpd-0.9.67.tar.gz.sig deleted file mode 100644 index 43ed21d..0000000 Binary files a/libmicrohttpd-0.9.67.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.68.tar.gz b/libmicrohttpd-0.9.68.tar.gz new file mode 100644 index 0000000..cf51d17 --- /dev/null +++ b/libmicrohttpd-0.9.68.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5716e2a2899abc9e16c8fa7a1a58da88f81aca96a0b7e68a5d4d89e21610b61 +size 1884342 diff --git a/libmicrohttpd-0.9.68.tar.gz.sig b/libmicrohttpd-0.9.68.tar.gz.sig new file mode 100644 index 0000000..60e43ea Binary files /dev/null and b/libmicrohttpd-0.9.68.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index 456a281..0912946 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 5 08:20:42 UTC 2019 - Andreas Stieger + +- update to 0.9.68: + * Fix regression where MHD would fail to return an empty response + when used with HTTPS. + * Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH +- drop libmicrohttpd-0.9.67-fix-nonvoid-return.patch, in release + ------------------------------------------------------------------- Thu Oct 24 19:45:52 UTC 2019 - Andreas Stieger diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 4cefede..dc6956f 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -20,7 +20,7 @@ %global sover 12 %global libname %{name}%{sover} Name: libmicrohttpd -Version: 0.9.67 +Version: 0.9.68 Release: 0 Summary: Small Embeddable HTTP Server Library # Some internal tests are licenced as GPL-3.0+ - they are only used in @@ -31,7 +31,6 @@ URL: https://www.gnu.org/software/libmicrohttpd/ Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz Source1: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz.sig Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring -Patch0: libmicrohttpd-0.9.67-fix-nonvoid-return.patch BuildRequires: libtool BuildRequires: makeinfo BuildRequires: pkgconfig >= 0.9.0 @@ -89,7 +88,6 @@ Headers, pkg-config files, so link and other development files for %{name} %prep %setup -q -%patch0 -p1 %build %configure \