summaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-06 01:14:54 +0000
committerwiz <wiz>2013-01-06 01:14:54 +0000
commit246d424f7787ce8961c42c495ac2a916ec99fe73 (patch)
tree8ea04f4f423412e4287a5b7ae52006629d9f2534 /www/libmicrohttpd
parenteb75619a1054cd44ad4f0623418e9576c31aaac8 (diff)
downloadpkgsrc-246d424f7787ce8961c42c495ac2a916ec99fe73.tar.gz
Update to 0.9.24:
Tue Dec 25 16:16:30 CET 2012 Releasing libmicrohttpd 0.9.24. -CG Tue Dec 18 21:18:11 CET 2012 Given both 'chunked' encoding and 'content-length', ignore the 'content-length' header as per RFC. -ES Thu Dec 6 10:14:44 CET 2012 Force adding "Connection: close" header to response if client asked for connection to be closed (so far, we did close the connection, but did not send the "Connection: close" header explicitly, which some clients seem to dislike. (See discussion on mailinglist). Also, if there is already a transfer-encoding other than 'chunked' set by the application, we also now close the connection if the response is of unknown size. -CG Wed Dec 5 19:22:26 CET 2012 Fixing parameter loss of POST parameters with IE8 and Chrome in the PostProcessor as the code failed to properly handle partial data. -MM
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r--www/libmicrohttpd/Makefile5
-rw-r--r--www/libmicrohttpd/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index 44e63c990ba..2c46549df06 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2012/12/16 01:52:38 obache Exp $
+# $NetBSD: Makefile,v 1.13 2013/01/06 01:14:54 wiz Exp $
#
-DISTNAME= libmicrohttpd-0.9.23
-PKGREVISION= 1
+DISTNAME= libmicrohttpd-0.9.24
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
index c985202deb5..6fc90226635 100644
--- a/www/libmicrohttpd/distinfo
+++ b/www/libmicrohttpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/12/09 15:17:16 wiz Exp $
+$NetBSD: distinfo,v 1.10 2013/01/06 01:14:54 wiz Exp $
-SHA1 (libmicrohttpd-0.9.23.tar.gz) = 3b68c19f179ddafa9493c9dce16e7d082d9ec20f
-RMD160 (libmicrohttpd-0.9.23.tar.gz) = 3e154f0e3839d74a4b6cfa49f6b48c3c1084eddc
-Size (libmicrohttpd-0.9.23.tar.gz) = 779432 bytes
+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