summaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorwiz <wiz>2015-12-04 20:33:53 +0000
committerwiz <wiz>2015-12-04 20:33:53 +0000
commit3ce6073f68db46f88184402c1e3963f44e910846 (patch)
tree06a07067ac4487a3e17c9d2c83f5faf85f445647 /www/libmicrohttpd
parent2a76ec6c4f1bee44f86ee90878caef97bbeb4839 (diff)
downloadpkgsrc-3ce6073f68db46f88184402c1e3963f44e910846.tar.gz
Update to 0.9.47:
Fri Dec 4 13:53:05 CET 2015 Releasing libmicrohttpd 0.9.47. -CG Thu Dec 3 18:21:44 CET 2015 Reworked VS project files. Used x64 build tools by default, many optimizations, fixes. Added project files for VS 2015. -EG Tue Dec 1 14:05:13 CET 2015 SPDY is dead, killing experimental libmicrospdy. -CG Tue Dec 1 10:01:12 CET 2015 New logic for controlling socket buffer modes. Eliminated delay before last packet in response and before "100 Continue" response on all platforms. Also response header are pushed to client without waiting for response body. -EG Wed Nov 25 17:02:53 CET 2015 Remove 200ms delay observable with keep-alive on Darwin and *BSD platfroms. -EG Tue Nov 10 15:25:48 CET 2015 Fix issue with shutdown if connection was resumed just before shutdown. -FC
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r--www/libmicrohttpd/Makefile7
-rw-r--r--www/libmicrohttpd/distinfo11
-rw-r--r--www/libmicrohttpd/patches/patch-configure16
3 files changed, 7 insertions, 27 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index 028f6163688..54b2efe563e 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2015/11/21 09:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/12/04 20:33:53 wiz Exp $
-DISTNAME= libmicrohttpd-0.9.46
+DISTNAME= libmicrohttpd-0.9.47
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
@@ -12,14 +12,11 @@ LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
-# Too many problems with libmicrospdy at the moment (0.9.31)
-CONFIGURE_ARGS+= --disable-spdy
# Avoid building and installing 'demo' program
CONFIGURE_ENV+= ac_cv_header_magic_h=no
INFO_FILES= yes
PKGCONFIG_OVERRIDE+= libmicrohttpd.pc.in
-PKGCONFIG_OVERRIDE+= libmicrospdy.pc.in
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
index e3fbad0951a..3a04f55ac04 100644
--- a/www/libmicrohttpd/distinfo
+++ b/www/libmicrohttpd/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.17 2015/11/21 09:44:21 wiz Exp $
+$NetBSD: distinfo,v 1.18 2015/12/04 20:33:53 wiz Exp $
-SHA1 (libmicrohttpd-0.9.46.tar.gz) = 598f64c97e2f8109db7e87437187d0ab737345b2
-RMD160 (libmicrohttpd-0.9.46.tar.gz) = 331acab432b6a7d14c3d412ea23aea01b1cccbc0
-SHA512 (libmicrohttpd-0.9.46.tar.gz) = d45cd6e8ca1fb0e4d42110fa6ae5b49823d1b2ce66dd82d8b68757b79bf441e4103301af9437886b2c5d3296102ed8da17933a573da9649e7359305f8e678e46
-Size (libmicrohttpd-0.9.46.tar.gz) = 1249529 bytes
-SHA1 (patch-configure) = 9c918c3b09a37708f89d490b87cd031b0d623372
+SHA1 (libmicrohttpd-0.9.47.tar.gz) = fcd6573571afad553b6fd6845eca59b6500002d2
+RMD160 (libmicrohttpd-0.9.47.tar.gz) = 9969ed09dd272f715dc9d0a5ee1d1b2fa19aebfe
+SHA512 (libmicrohttpd-0.9.47.tar.gz) = c6a0d8602246c72bdec63140310fa72f1e73b569ffec5a46bddd92b8be434b334c74f9afb2fab828dd3e0387f02ac5f518580d13c5e7548dc0367e43233196c7
+Size (libmicrohttpd-0.9.47.tar.gz) = 1075636 bytes
diff --git a/www/libmicrohttpd/patches/patch-configure b/www/libmicrohttpd/patches/patch-configure
deleted file mode 100644
index 29b185fb46c..00000000000
--- a/www/libmicrohttpd/patches/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-configure,v 1.2 2015/11/21 09:44:21 wiz Exp $
-
-Fix bashism.
-https://gnunet.org/bugs/view.php?id=4062
-
---- configure.orig 2015-11-09 07:50:11.000000000 +0000
-+++ configure
-@@ -17189,7 +17189,7 @@ fi
- if test "x$enable_https" = "xyes" && test "x$have_gnutls_pkgcfg" = "xyes" ; then :
- # remove GnuTLS from private libs in .pc file as it defined in Requires.private
- MHD_REQ_PRIVATE='gnutls'
-- MHD_LIBDEPS_PKGCFG="${MHD_LIBDEPS//$GNUTLS_LIBS/}"
-+ MHD_LIBDEPS_PKGCFG=$(echo ${MHD_LIBDEPS} | sed "s/$GNUTLS_LIBS//")
-
- else
-