Update to 0.9.18:
Mon Jan 23 14:02:26 CET 2012 Fixed double-free if specified cipher was not valid (during MHD_daemon_start). Releasing 0.9.18. -CG Thu Jan 19 22:11:12 CET 2012 Switch to non-blocking sockets for all systems but Cygwin (we already used non-blocking sockets for GNU/Linux); also use non-blocking sockets on Cygwin for HTTPS as this is required to avoid DoS-by-partial-record via gnutls. On Cygwin, #1824 implies that we need to use blocking sockets for HTTP on Cygwin for now. -CG Thu Jan 19 17:46:05 CET 2012 Fixing use of uninitialized 'earliest_deadline' variable in MHD_get_timeout which can lead to returning an incorrect (too early) timeout (#2085). -tclaveirole Thu Jan 19 13:31:27 CET 2012 Fixing digest authentication for GET requests with URI arguments (#2059). -CG Sat Jan 7 17:30:48 CET 2012 Digest authentication expects nonce count in base 16, not base 10 (#2061). -tclaveirole Thu Jan 5 22:01:37 CET 2012 Partial fix for #2059, digest authentication with GET arguments. -CG Thu Dec 1 15:22:57 CET 2011 Updated authorization_example.c to actually demonstrate the current MHD API. -SG Mon Nov 21 18:51:30 CET 2011 Added option to suppress generation of the 'Date:' header to be used on embedded systems without RTC. Documented the new option and the configure options. -CG
This commit is contained in:
parent
c261f48a8c
commit
efa90b9b09
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/11/28 15:04:06 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2012/01/28 10:26:20 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libmicrohttpd-0.9.17
|
||||
DISTNAME= libmicrohttpd-0.9.18
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/11/28 15:04:06 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/01/28 10:26:20 wiz Exp $
|
||||
|
||||
SHA1 (libmicrohttpd-0.9.17.tar.gz) = 7da29284b4a4c72b006c245ed1a307029fc40a4c
|
||||
RMD160 (libmicrohttpd-0.9.17.tar.gz) = 7ce35b5b4499f818842fa58f710520dd98f5b5b0
|
||||
Size (libmicrohttpd-0.9.17.tar.gz) = 792863 bytes
|
||||
SHA1 (libmicrohttpd-0.9.18.tar.gz) = f2b1bf54b5f6e817b3c9f00087f6cec00db54b1b
|
||||
RMD160 (libmicrohttpd-0.9.18.tar.gz) = 1223dea62fbba8e5e6b9b345f76ee7cf7ae2ffe1
|
||||
Size (libmicrohttpd-0.9.18.tar.gz) = 814386 bytes
|
||||
|
|
Loading…
Reference in a new issue