summaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-29 20:22:24 +0000
committerwiz <wiz>2012-07-29 20:22:24 +0000
commitc4f6dec5b74a010c833622f393e47ab2dccdf4df (patch)
treeb7ccdddfeaff11c9219322f9bf57653ff7fda127 /www/libmicrohttpd
parent68798f29ea732ca041ce750fa3600ad136007831 (diff)
downloadpkgsrc-c4f6dec5b74a010c833622f393e47ab2dccdf4df.tar.gz
Update to 0.9.21:
Thu Jul 19 21:48:42 CEST 2012 Releasing libmicrohttpd 0.9.21. -CG Thu Jul 19 11:34:50 CEST 2012 Consistently use 'panic' function instead of ever directly calling 'abort ()'. Eliminating unused mutex in SSL mode. Removing check in testcases that fails depending on which version of gnuTLS is involved. -CG Tue Jul 17 23:50:43 CEST 2012 Stylistic code clean up. Allowing lookup up of trailing values without keys using "MHD_lookup_connection_value" with a key of NULL (thus achieving consistency with the existing iterator API). -CG Tue Jul 17 22:37:05 CEST 2012 Adding experimental (!) code for MHD operation without listen socket. -CG Tue Jul 17 22:15:57 CEST 2012 Making sendfile test pass again on non-W32 systems. -CG Mon Jul 9 13:43:35 CEST 2012 Misc changes to allow testcases to pass on W32. -LRN Sun Jul 8 15:05:31 CEST 2012 Misc changes to fix build on W32. -LRN Fri Jun 22 11:31:25 CEST 2012 Make sure sockets opened by MHD are non-inheritable by default (#2414). -CG Tue Jun 19 19:44:53 CEST 2012 Change various uses of time(NULL) to new MHD_monotonic_time() function to make timeouts immune to the system real time clock changing. -MC Tue Jun 12 21:35:00 CEST 2012 Adding 451 status code. -CG
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 d7b82f36402..c3b35aacc14 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/07/02 19:23:30 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2012/07/29 20:22:24 wiz Exp $
#
-DISTNAME= libmicrohttpd-0.9.20
-PKGREVISION= 1
+DISTNAME= libmicrohttpd-0.9.21
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
index 7d58796b148..b89b464eb69 100644
--- a/www/libmicrohttpd/distinfo
+++ b/www/libmicrohttpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2012/06/03 21:10:12 wiz Exp $
+$NetBSD: distinfo,v 1.7 2012/07/29 20:22:24 wiz Exp $
-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
+SHA1 (libmicrohttpd-0.9.21.tar.gz) = b5b2be93f1b3ee41b3bfe78b65ba7581e6257bd0
+RMD160 (libmicrohttpd-0.9.21.tar.gz) = 2e15de18be927fbb11439784f17448d22cb48fae
+Size (libmicrohttpd-0.9.21.tar.gz) = 832996 bytes