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
This commit is contained in:
parent
688535c4a7
commit
8300f6dc05
3 changed files with 9 additions and 9 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue