Tue Dec 29 23:35:00 2015 UTC ()
Update libmicrohttpd to 0.9.48:

Fri Dec 18 15:54:50 CET 2015
	Releasing libmicrohttpd 0.9.48. -CG

Tue Dec  15 18:35:55 CET 2015
	Improved compatibility with VS2010 and other older
	compilers. -EG

Tue Dec  8 21:48:44 CET 2015
	Default backlog size for listen socket was changed from
	32 to SOMAXCONN, added new option MHD_OPTION_LISTEN_BACKLOG_SIZE
	to override default backlog size.
	If not all connections can be handled by MHD_select() than
	at least some of connections will be processed instead of
	failing without any processing.
	Fixed redefenition of FD_SETSIZE on W32 so select() will
	work with 2000 connections instead of 64.
	Better handled redefenition of FD_SETSIZE on all
	platforms. -EG

Sat Dec  5 17:30:45 CET 2015
	Close sockets more aggressively in multi-threaded
	mode (possibly relevant for idle servers). -CG


(wiz)
diff -r1.23 -r1.24 pkgsrc/www/libmicrohttpd/Makefile
diff -r1.18 -r1.19 pkgsrc/www/libmicrohttpd/distinfo

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

--- pkgsrc/www/libmicrohttpd/Makefile 2015/12/04 20:33:53 1.23
+++ pkgsrc/www/libmicrohttpd/Makefile 2015/12/29 23:35:00 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2015/12/04 20:33:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2015/12/29 23:35:00 wiz Exp $
2 2
3DISTNAME= libmicrohttpd-0.9.47 3DISTNAME= libmicrohttpd-0.9.48
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} 5MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/libmicrohttpd/ 8HOMEPAGE= http://www.gnu.org/software/libmicrohttpd/
9COMMENT= 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
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15# Avoid building and installing 'demo' program 15# Avoid building and installing 'demo' program
16CONFIGURE_ENV+= ac_cv_header_magic_h=no 16CONFIGURE_ENV+= ac_cv_header_magic_h=no

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

--- pkgsrc/www/libmicrohttpd/distinfo 2015/12/04 20:33:53 1.18
+++ pkgsrc/www/libmicrohttpd/distinfo 2015/12/29 23:35:00 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2015/12/04 20:33:53 wiz Exp $ 1$NetBSD: distinfo,v 1.19 2015/12/29 23:35:00 wiz Exp $
2 2
3SHA1 (libmicrohttpd-0.9.47.tar.gz) = fcd6573571afad553b6fd6845eca59b6500002d2 3SHA1 (libmicrohttpd-0.9.48.tar.gz) = aa78855a2880faf5e0c6c820d0efa2c65beeaf99
4RMD160 (libmicrohttpd-0.9.47.tar.gz) = 9969ed09dd272f715dc9d0a5ee1d1b2fa19aebfe 4RMD160 (libmicrohttpd-0.9.48.tar.gz) = dcb2eb9d8dd00c3bf6127bf7ac6a964aa7288052
5SHA512 (libmicrohttpd-0.9.47.tar.gz) = c6a0d8602246c72bdec63140310fa72f1e73b569ffec5a46bddd92b8be434b334c74f9afb2fab828dd3e0387f02ac5f518580d13c5e7548dc0367e43233196c7 5SHA512 (libmicrohttpd-0.9.48.tar.gz) = 67155356b01c2294f5b87db68ac275d8c739e06590fc0ae5bcc0c9b4cfc42027b227fd64862ec3197695727c937b5c5d8c815ffbfc770beba918c0e3ca6a37f0
6Size (libmicrohttpd-0.9.47.tar.gz) = 1075636 bytes 6Size (libmicrohttpd-0.9.48.tar.gz) = 1077473 bytes