diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 21:10:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 21:10:12 +0000 |
commit | b862855b301ccaf145901f95a9c6e22f26bea976 (patch) | |
tree | 1b6d0623765d148e4aa5b25a94e16ec08fd7df8c | |
parent | 91e1f241105e0ec3fdc38b7146232bb1299210d9 (diff) | |
download | pkgsrc-b862855b301ccaf145901f95a9c6e22f26bea976.tar.gz |
Update to 0.9.20:
Releasing 0.9.20. -CG
Fixed some testcase build issues with disabled post processor. -CG
Fixing bug where MHD failed to call connection termination callback
if a connection either was closed due to read errors or if MHD
was terminated with certain threading models. Added new
termination code MHD_REQUEST_TERMINATED_READ_ERROR for the
read-termination cause. -CG
Eliminating code clone in tls connection read/write handlers. -CG
Making sure that MHD_get_connection_values iterates over the
headers in the order in which they were received. -CG
Fixed compilation problem on MinGW. -BS
-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 d24f851c0dd..12bf136878c 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/03/07 15:12:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/03 21:10:12 wiz Exp $ # -DISTNAME= libmicrohttpd-0.9.19 +DISTNAME= libmicrohttpd-0.9.20 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index ef03515dba9..7d58796b148 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/03/07 15:12:27 wiz Exp $ +$NetBSD: distinfo,v 1.6 2012/06/03 21:10:12 wiz Exp $ -SHA1 (libmicrohttpd-0.9.19.tar.gz) = a3c949c486427859c8cca534315c1e1f8bcf98ad -RMD160 (libmicrohttpd-0.9.19.tar.gz) = 80cc66b7afe43acd0990619ffc941ec6fa4c0689 -Size (libmicrohttpd-0.9.19.tar.gz) = 800143 bytes +SHA1 (libmicrohttpd-0.9.20.tar.gz) = 3184f64593582ad7d6ffa8b086190b504c64b22c +RMD160 (libmicrohttpd-0.9.20.tar.gz) = 4e0c8dd8cd3d623e2459531d79c5f98d093fa5e5 +Size (libmicrohttpd-0.9.20.tar.gz) = 828176 bytes |