summaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorwiz <wiz>2011-11-28 15:04:06 +0000
committerwiz <wiz>2011-11-28 15:04:06 +0000
commit184d9a7774ca23556d6d1e6fb896d847b68d388d (patch)
tree262f8dc85f78cc7f97dfe8cdc2bd98bf61bc8595 /www/libmicrohttpd
parent46674f5055aad92fed866aad0eeac5388d75d0cd (diff)
downloadpkgsrc-184d9a7774ca23556d6d1e6fb896d847b68d388d.tar.gz
Update to 0.9.17:
Releasing 0.9.17. -CG Fixing return value of MHD_get_timeout if timeouts are not in use. (#1914). -rboulton Trying to fix accidental addition of a "Connection: close" footer under certain (rare) circumstances. -CG Small updates to the tutorial. Releasing 0.9.16. -CG shutdown(RDWR) fails on OS X after shutdown(RD), so only use shutdown(WR) if we already closed the socket for reading (otherwise OS X might not do shutdown (WR) at all). -CG Force adding of 'Connection: close' to the header if we (for whatever reason) are shutting down the socket for reading (see also #1760). -CG Treat EAGAIN the same way as EINTR (helps on W32). -LRN Made sockets blocking again for non-Linux platforms as non-blocking sockets cause problems (#1824) on Cygwin but offer better performance on Linux (see change on August 11 2011). -CG/pross Fixed problems with testcases on W32. -LRN Fixed MHD_CONNECTION_OPTION_TIMEOUT for HTTPS (#1811). -CG
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r--www/libmicrohttpd/Makefile4
-rw-r--r--www/libmicrohttpd/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index 237dd826acc..8d8de41c07d 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/10/10 13:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2011/11/28 15:04:06 wiz Exp $
#
-DISTNAME= libmicrohttpd-0.9.15
+DISTNAME= libmicrohttpd-0.9.17
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
index 5b1d61dc9d8..f36939954d3 100644
--- a/www/libmicrohttpd/distinfo
+++ b/www/libmicrohttpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/10/10 13:04:14 wiz Exp $
+$NetBSD: distinfo,v 1.3 2011/11/28 15:04:06 wiz Exp $
-SHA1 (libmicrohttpd-0.9.15.tar.gz) = 25d8a2637e427845804fe4f5120c63566015be71
-RMD160 (libmicrohttpd-0.9.15.tar.gz) = fbf6c97f136fc74c1654a9b6d729abc0d075d971
-Size (libmicrohttpd-0.9.15.tar.gz) = 807774 bytes
+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