pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/libmicrohttpd www/libmicrohttpd: Update to 0.9.68



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57f3d2d90902
branches:  trunk
changeset: 342874:57f3d2d90902
user:      ng0 <ng0%pkgsrc.org@localhost>
date:      Sat Oct 26 17:58:34 2019 +0000

description:
www/libmicrohttpd: Update to 0.9.68

Changelog:

Sat 26 Oct 2019 06:53:05 PM CEST
    Fix regression where MHD would fail to return an empty response
    when used with HTTPS.
    Releasing libmicrohttpd 0.9.68. -CG/TR

Fri 25 Oct 2019 02:31:59 PM CEST
    Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG

diffstat:

 www/libmicrohttpd/Makefile                                   |   5 +--
 www/libmicrohttpd/distinfo                                   |  11 +++----
 www/libmicrohttpd/patches/patch-src_microhttpd_mhd_sockets.c |  17 ------------
 3 files changed, 7 insertions(+), 26 deletions(-)

diffs (50 lines):

diff -r 51d737a3945e -r 57f3d2d90902 www/libmicrohttpd/Makefile
--- a/www/libmicrohttpd/Makefile        Sat Oct 26 17:22:39 2019 +0000
+++ b/www/libmicrohttpd/Makefile        Sat Oct 26 17:58:34 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2019/10/18 08:36:19 ng0 Exp $
+# $NetBSD: Makefile,v 1.48 2019/10/26 17:58:34 ng0 Exp $
 
-DISTNAME=      libmicrohttpd-0.9.67
-PKGREVISION=   1
+DISTNAME=      libmicrohttpd-0.9.68
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GNU:=libmicrohttpd/}
 
diff -r 51d737a3945e -r 57f3d2d90902 www/libmicrohttpd/distinfo
--- a/www/libmicrohttpd/distinfo        Sat Oct 26 17:22:39 2019 +0000
+++ b/www/libmicrohttpd/distinfo        Sat Oct 26 17:58:34 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.29 2019/10/18 08:36:19 ng0 Exp $
+$NetBSD: distinfo,v 1.30 2019/10/26 17:58:34 ng0 Exp $
 
-SHA1 (libmicrohttpd-0.9.67.tar.gz) = 924a95746b95a5f6e432fc9af1cffc6ec5b070c5
-RMD160 (libmicrohttpd-0.9.67.tar.gz) = 9c83da4a10ed09184cf6e7e1aaf0e1d897dbcb7f
-SHA512 (libmicrohttpd-0.9.67.tar.gz) = 2a2a11e9a525024dada639b1622cc875bb9b59af266a53e2742d5bf92f544192713c4e1369a573b2e3796d27cf490a9a02ba360ccc91136b4780306769edb7ec
-Size (libmicrohttpd-0.9.67.tar.gz) = 1881973 bytes
-SHA1 (patch-src_microhttpd_mhd_sockets.c) = c5f18a031f1af8e05eb809da9d0398c0cee4dea2
+SHA1 (libmicrohttpd-0.9.68.tar.gz) = ed1a586727673de25c27ff294700620a39671024
+RMD160 (libmicrohttpd-0.9.68.tar.gz) = 447d4496ab8882e52ba443f7f8fdc0b20f788c5c
+SHA512 (libmicrohttpd-0.9.68.tar.gz) = 9daaab5fb35fef6f2a19b7e08eeb8473aeb0a67631808a8d7a7f78a09cb621ca5d32dbbbca616865a40afb92f8c6495f9e2ba1674880af8011a2bc798c070a13
+Size (libmicrohttpd-0.9.68.tar.gz) = 1884342 bytes
diff -r 51d737a3945e -r 57f3d2d90902 www/libmicrohttpd/patches/patch-src_microhttpd_mhd_sockets.c
--- a/www/libmicrohttpd/patches/patch-src_microhttpd_mhd_sockets.c      Sat Oct 26 17:22:39 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_microhttpd_mhd_sockets.c,v 1.1 2019/10/18 08:36:19 ng0 Exp $
-
-pick commit 093c83c2270e18294811f394c9af87a2cb56ea20
-as it adds a missing return on systems which do have
-TCP_CORK or TCP_NOPUSH.
-
---- src/microhttpd/mhd_sockets.c~
-+++ 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 */



Home | Main Index | Thread Index | Old Index