diff options
author | wiz <wiz@pkgsrc.org> | 2017-05-17 12:39:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-05-17 12:39:22 +0000 |
commit | e308dce6dbaed78dbad9c7a2b78c87401d571664 (patch) | |
tree | 10aac8336de399948a6e540599e98db22c0f786d /www | |
parent | 82075c33e8988fe4e75d8c88378c42de02130506 (diff) | |
download | pkgsrc-e308dce6dbaed78dbad9c7a2b78c87401d571664.tar.gz |
Updated libmicrohttpd to 0.9.54.
Tue May 2 18:37:53 CEST 2017
Update manual. -CG
Add MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE.
Releasing GNU libmicrohttpd 0.9.54. -CG
Thu Apr 27 22:31:00 CEST 2017
Replaced flags MHD_USE_PEDANTIC_CHECKS and MHD_USE_PERMISSIVE_CHECKS by
single option MHD_OPTION_STRICT_FOR_CLIENT. Flag MHD_USE_PEDANTIC_CHECKS
is still supported. -EG
Tue Apr 26 15:11:00 CEST 2017
Fixed shift in HTTP reasons strings.
Added test for HTTP reasons strings. -EG
Tue Apr 25 19:11:00 CEST 2017
Allow flag MHD_USE_POLL with MHD_USE_THREAD_PER_CONNECTION and without
flag MHD_USE_INTERNAL_POLLING_THREAD for backward compatibility. -EG
Mon Apr 24 17:29:45 CEST 2017
Enforce RFC 7230's rule on no whitespace by default,
introduce new MHD_USE_PERMISSIVE_CHECKS to disable. -CG
Sun Apr 23 20:05:44 CEST 2017
Enforce RFC 7230's rule on no whitespace in HTTP header
field names if MHD_USE_PEDANTIC_CHECKS is set. -CG
Sun Apr 23 19:20:33 CEST 2017
Replace remaining occurences of sprintf() with
MHD_snprintf_(). Thanks to Ram for pointing this out. -CG
Sat Apr 22 20:39:00 MSK 2017
Fixed builds in Linux without epoll.
Check for invalid --with-thread= configure parameters.
Fixed support for old libgcrypt on W32 with W32 threads. -EG
Diffstat (limited to 'www')
-rw-r--r-- | www/libmicrohttpd/Makefile | 5 | ||||
-rw-r--r-- | www/libmicrohttpd/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index c1c95e3bae7..3ada313da71 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2017/04/30 01:22:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2017/05/17 12:39:22 wiz Exp $ -DISTNAME= libmicrohttpd-0.9.53 -PKGREVISION= 1 +DISTNAME= libmicrohttpd-0.9.54 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index 6c57667549b..66a8a06d238 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2017/04/19 12:25:18 wiz Exp $ +$NetBSD: distinfo,v 1.23 2017/05/17 12:39:22 wiz Exp $ -SHA1 (libmicrohttpd-0.9.53.tar.gz) = 26286e993431aaaae266a8266f61c8df8df3c39e -RMD160 (libmicrohttpd-0.9.53.tar.gz) = d43448c58865cd626e0375bc1e1bc7e1f0b55fe6 -SHA512 (libmicrohttpd-0.9.53.tar.gz) = 2e29595c980cdcf12c1cead62f8938cc32e8c93d3a848e7473c5d5f596c6b6858732df0a3293b93d89577e5a325a62fe82adf3921a76d7184a647489364d7e2c -Size (libmicrohttpd-0.9.53.tar.gz) = 1301214 bytes +SHA1 (libmicrohttpd-0.9.54.tar.gz) = ff1c1a4c63e3d7c7a057adbc33db2a887340bf3f +RMD160 (libmicrohttpd-0.9.54.tar.gz) = 089ba7e512c9e4fe7bf118be19dd6ada0c493d96 +SHA512 (libmicrohttpd-0.9.54.tar.gz) = d3276ad3af123aacc5ff885786861ccc94397576b81999974456b9b803fe5d911115f6595281ffce2240087f98a6527a840506eabeec9f2589d555fd235b6c89 +Size (libmicrohttpd-0.9.54.tar.gz) = 1309560 bytes |