diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-28 10:26:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-28 10:26:20 +0000 |
commit | efa90b9b09c1ae11944426d1c711e35bd131ed48 (patch) | |
tree | 43778f53122aa8b4578694c036db6250d83a3624 /www | |
parent | c261f48a8c457468873da7eb8d036b74f93610c8 (diff) | |
download | pkgsrc-efa90b9b09c1ae11944426d1c711e35bd131ed48.tar.gz |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/libmicrohttpd/Makefile | 4 | ||||
-rw-r--r-- | www/libmicrohttpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 8d8de41c07d..ed590c85aa2 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -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/} diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index f36939954d3..05224c5a8cd 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -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 |