diff options
author | wiz <wiz> | 2013-02-06 07:42:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-02-06 07:42:05 +0000 |
commit | a89bac1d733a8cfe21114b3270cc4d64fc49ce05 (patch) | |
tree | 349e84e8b061e4347337a1d2d10aa758594f2529 /www | |
parent | ea8cbb1fab621b9ef78ca91f56d3767eff08fcc1 (diff) | |
download | pkgsrc-a89bac1d733a8cfe21114b3270cc4d64fc49ce05.tar.gz |
Update to 0.9.25:
Fri Feb 1 10:19:44 CET 2013
Handle case where POST data contains "key=" without value
at the end and is not new-line terminated by invoking the
callback with the "key" during MHD_destroy_post_processor (#2733). -CG
Wed Jan 30 13:09:30 CET 2013
Adding more 'const' to allow keeping of reason phrases in ROM.
(see mailinglist). -CG/MV
Tue Jan 29 21:27:56 CET 2013
Make code work with PlibC 0.1.7 (which removed plibc_init_utf8).
Only relevant for W32. Fixes #2734. -CG
Sat Jan 26 21:26:48 CET 2013
Fixing regression introduced Jan 6 (test on data_size instead
of total_size. -CG
Fri Jan 11 23:21:55 CET 2013
Also return MHD_YES from MHD_destroy_post_processor if
we did not get '\r\n' in the upload. -CG
Sun Jan 6 21:10:13 CET 2013
Enable use of "MHD_create_response_from_callback" with
body size of zero. -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 2c46549df06..e2801e412c4 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2013/01/06 01:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/02/06 07:42:05 wiz Exp $ # -DISTNAME= libmicrohttpd-0.9.24 +DISTNAME= libmicrohttpd-0.9.25 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index 6fc90226635..77711779b20 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2013/01/06 01:14:54 wiz Exp $ +$NetBSD: distinfo,v 1.11 2013/02/06 07:42:05 wiz Exp $ -SHA1 (libmicrohttpd-0.9.24.tar.gz) = 9fe31e1ecf81bf9eae4819d9e93e2e76d483f02b -RMD160 (libmicrohttpd-0.9.24.tar.gz) = 9b6ce149f9c3cf1a18129fa67de5ff8128c9fb57 -Size (libmicrohttpd-0.9.24.tar.gz) = 801347 bytes +SHA1 (libmicrohttpd-0.9.25.tar.gz) = da24fe9572f83e67959b0e32e15d261fcbf46bc1 +RMD160 (libmicrohttpd-0.9.25.tar.gz) = 4edf3384205ffa4282080d8fb65153914d614ea9 +Size (libmicrohttpd-0.9.25.tar.gz) = 802090 bytes |