Tue Aug 13 11:06:07 2019 UTC ()
www/libmicrohttpd: Update to 0.9.66

Changelog:

Thu 01 Aug 2019 01:23:36 PM CEST
    Releasing libmicrohttpd 0.9.66. -CG

Thu 01 Aug 2019 12:53:49 AM CEST
    Fix issue with discarding unhandled upload data discovered
    by Florian Dold. -CG

Mon 29 Jul 2019 08:01:50 PM CEST
    Fix hanging situation with large transmission over upgraded
    (i.e. Web socket) connection with epoll() and HTTPS enabled
    (as reported by Viet on the mailinglist). -CG

Thu 25 Jul 2019 02:40:12 PM CEST
    Fixing regression introduced in cc5032b85 (bit mask matching
    of the header kinds in MHD_lookup_connection_value()), as
    reported by Jose Bollo on the mailinglist. -CG/JB

Tue Jul 16 19:56:14 CEST 2019
    Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling
    and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR


(ng0)
diff -r1.43 -r1.44 pkgsrc/www/libmicrohttpd/Makefile
diff -r1.26 -r1.27 pkgsrc/www/libmicrohttpd/distinfo

cvs diff -r1.43 -r1.44 pkgsrc/www/libmicrohttpd/Makefile (expand / switch to unified diff)

--- pkgsrc/www/libmicrohttpd/Makefile 2019/07/20 22:46:06 1.43
+++ pkgsrc/www/libmicrohttpd/Makefile 2019/08/13 11:06:07 1.44
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.43 2019/07/20 22:46:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2019/08/13 11:06:07 ng0 Exp $
2 2
3DISTNAME= libmicrohttpd-0.9.65 3DISTNAME= libmicrohttpd-0.9.66
4PKGREVISION= 1 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} 5MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
7 6
8MAINTAINER= ng0@n0.is 7MAINTAINER= ng0@NetBSD.org
9HOMEPAGE= https://www.gnu.org/software/libmicrohttpd/ 8HOMEPAGE= https://www.gnu.org/software/libmicrohttpd/
10COMMENT= Small C library to run an HTTP server as part of another app 9COMMENT= Small C library to run an HTTP server as part of another app
11LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
12 11
13USE_LIBTOOL= yes 12USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config gettext 13USE_TOOLS+= pkg-config gettext
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16INFO_FILES= yes 15INFO_FILES= yes
17TEST_TARGET= check 16TEST_TARGET= check
18 17
19PKGCONFIG_OVERRIDE+= libmicrohttpd.pc.in 18PKGCONFIG_OVERRIDE+= libmicrohttpd.pc.in
20CONFIGURE_ARGS+= --enable-nls 19CONFIGURE_ARGS+= --enable-nls
21 20

cvs diff -r1.26 -r1.27 pkgsrc/www/libmicrohttpd/distinfo (expand / switch to unified diff)

--- pkgsrc/www/libmicrohttpd/distinfo 2019/07/13 16:19:27 1.26
+++ pkgsrc/www/libmicrohttpd/distinfo 2019/08/13 11:06:07 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2019/07/13 16:19:27 bsiegert Exp $ 1$NetBSD: distinfo,v 1.27 2019/08/13 11:06:07 ng0 Exp $
2 2
3SHA1 (libmicrohttpd-0.9.65.tar.gz) = 6b157559cefb62a7e0368bbbc60443a0924e8f74 3SHA1 (libmicrohttpd-0.9.66.tar.gz) = 4e7c520b9aedf986a1e1ec5c21bb4650789119f5
4RMD160 (libmicrohttpd-0.9.65.tar.gz) = b7567604f3afda355e4db5b6cb88df5051f77f1c 4RMD160 (libmicrohttpd-0.9.66.tar.gz) = 03c409b1eb16bb6d7ba8a290da8a2476121d7c03
5SHA512 (libmicrohttpd-0.9.65.tar.gz) = 751b7a5970cef07f260660254bfdeda4882e9e28d5cbdfbfed50e2c4583caf8f19c96ede6d368babc4223e7fbdf85d85eec37dc96abf333377dc13d6a9c6be12 5SHA512 (libmicrohttpd-0.9.66.tar.gz) = 59cc56a9511d9d1c05647a57d920a16d0aaa0d0523d0241ceb88641d18bd95fdb3bb5a60fd648ac54a6f4323a673a3145e520a2fe9e124e78973ff6dac3ad89a
6Size (libmicrohttpd-0.9.65.tar.gz) = 1633346 bytes 6Size (libmicrohttpd-0.9.66.tar.gz) = 1877096 bytes