summaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-09-02 15:05:32 +0000
committerwiz <wiz@pkgsrc.org>2012-09-02 15:05:32 +0000
commitfa2dee9e21de00596f64d4e741ca1e8877296089 (patch)
tree22024ec92cbe6a9638be25d3021a8bd64d23200b /www/libmicrohttpd
parent6a59d6fcecbf108a0c4f904324df254bc8068fc7 (diff)
downloadpkgsrc-fa2dee9e21de00596f64d4e741ca1e8877296089.tar.gz
Update to 0.9.22:
Releasing libmicrohttpd 0.9.22. -CG Adding configure option to allow selecting support for basic and digest authentication separately (#2525). -CG Fixing URI argument parsing when string contained keys without equals sign (i.e. '&bar&') in the middle of the argument (#2531). Also replacing 'strstr' with more efficient 'strchr' when possible. -CG Use "int" instead of "enum X" in 'va_arg' calls to be nice to compilers that use 'short' (i.e. 8 or 16 bit) enums but pass enums still as "int" in varargs. (See discussion on mailinglist). -CG/MV Reduce default size in post processor buffer (for small systems; performance impact on large systems should be minimal). -CG/MV
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 c3b35aacc14..02fb33a283c 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2012/07/29 20:22:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2012/09/02 15:05:32 wiz Exp $
#
-DISTNAME= libmicrohttpd-0.9.21
+DISTNAME= libmicrohttpd-0.9.22
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
index b89b464eb69..182da95ec56 100644
--- a/www/libmicrohttpd/distinfo
+++ b/www/libmicrohttpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/07/29 20:22:24 wiz Exp $
+$NetBSD: distinfo,v 1.8 2012/09/02 15:05:32 wiz Exp $
-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
+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