diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-09 15:17:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-09 15:17:16 +0000 |
commit | 8300f6dc0566d83cccd404ca42808b488f3b8c61 (patch) | |
tree | 1ad6474e88a08ca48c0c0a50adda8790ae8c89e6 /www | |
parent | 688535c4a7486a28b978604cfdb932e1632e2621 (diff) | |
download | pkgsrc-8300f6dc0566d83cccd404ca42808b488f3b8c61.tar.gz |
Update to 0.9.23:
Fri Nov 9 21:36:46 CET 2012
Releasing libmicrohttpd 0.9.23. -CG
Thu Nov 8 22:32:59 CET 2012
Ship our own version of tsearch and friends if not provided by platform,
so that MHD works nicely on Android. -JJ
Mon Oct 22 13:05:01 CEST 2012
Immediately do a second read if we get a full buffer from
TLS as there might be more data in the TLS buffers even if
there is no activity on the socket. -CG
Tue Oct 16 01:33:55 CEST 2012
Consistently use "#ifdef" and "#ifndef" WINDOWS, and not
sometimes "#if". -CG
Diffstat (limited to 'www')
-rw-r--r-- | www/libmicrohttpd/Makefile | 4 | ||||
-rw-r--r-- | www/libmicrohttpd/PLIST | 6 | ||||
-rw-r--r-- | www/libmicrohttpd/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 04b755dc5d7..97c8709c389 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/10/28 06:30:19 asau Exp $ +# $NetBSD: Makefile,v 1.11 2012/12/09 15:17:16 wiz Exp $ # -DISTNAME= libmicrohttpd-0.9.22 +DISTNAME= libmicrohttpd-0.9.23 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} diff --git a/www/libmicrohttpd/PLIST b/www/libmicrohttpd/PLIST index 1b1ff6bb89e..72e632532d5 100644 --- a/www/libmicrohttpd/PLIST +++ b/www/libmicrohttpd/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/09 10:21:41 abs Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/12/09 15:17:16 wiz Exp $ include/microhttpd.h -info/microhttpd-tutorial.info -info/microhttpd.info +info/libmicrohttpd-tutorial.info +info/libmicrohttpd.info lib/libmicrohttpd.la lib/pkgconfig/libmicrohttpd.pc man/man3/libmicrohttpd.3 diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index 182da95ec56..c985202deb5 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/09/02 15:05:32 wiz Exp $ +$NetBSD: distinfo,v 1.9 2012/12/09 15:17:16 wiz Exp $ -SHA1 (libmicrohttpd-0.9.22.tar.gz) = 95d2934448ea2f6beff985f312b4502ea1563d2a -RMD160 (libmicrohttpd-0.9.22.tar.gz) = a928f6cb9524b855097d7d8429e426d73d112b71 -Size (libmicrohttpd-0.9.22.tar.gz) = 829899 bytes +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 |