summaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-11-23 09:22:40 +0000
committeradam <adam@pkgsrc.org>2018-11-23 09:22:40 +0000
commit60ea882b5c0d5c761786491db755897f6fdf68bf (patch)
tree60e79c627c8b03e5df4b11accef7e17c27252525 /www/nghttp2
parentee06cf27ecbd8dda25c5423cbec58b355a2bc674 (diff)
downloadpkgsrc-60ea882b5c0d5c761786491db755897f6fdf68bf.tar.gz
nghttp2: updated to 1.35.0
Nghttp2 v1.35.0 lib Use __has_declspec_attribute in order to check that dllexport/dllimport can be used. build libevent detection with cmake has been improved. src C++14 language features are now required. nghttpx mruby send_info non-final response is now written early. Fix assertion failure on mruby send_info with HTTP/1.1 frontend. h2load HTTP/1.1 non-final response is now handled correctly. Clarify that time for connect includes TLS handshake.
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile9
-rw-r--r--www/nghttp2/distinfo10
2 files changed, 9 insertions, 10 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 27eb0b852d9..7355c475a57 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.43 2018/10/04 13:07:35 adam Exp $
+# $NetBSD: Makefile,v 1.44 2018/11/23 09:22:40 adam Exp $
-DISTNAME= nghttp2-1.34.0
+DISTNAME= nghttp2-1.35.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
EXTRACT_SUFX= .tar.xz
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://nghttp2.org/
COMMENT= Implementation of HTTP/2 in C
LICENSE= mit
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
-
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo
index 800d2e4b0b6..0d67c7e3abd 100644
--- a/www/nghttp2/distinfo
+++ b/www/nghttp2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2018/10/04 13:07:35 adam Exp $
+$NetBSD: distinfo,v 1.36 2018/11/23 09:22:40 adam Exp $
-SHA1 (nghttp2-1.34.0.tar.xz) = 517addfbd22f3739aff3c3c81c6b675a068d37d7
-RMD160 (nghttp2-1.34.0.tar.xz) = 12dd12b340f241466e957aeb62ce24a664b5cec1
-SHA512 (nghttp2-1.34.0.tar.xz) = 5ddc4ab443c51ce286a656d2013421172fc37608f14c0a7ea02fa9e5a0dd155e162d5602b55f34dacc69709525a9a8110dc4c42d92607bbad1951075d094c6a0
-Size (nghttp2-1.34.0.tar.xz) = 1612432 bytes
+SHA1 (nghttp2-1.35.0.tar.xz) = a3b16fbe22b2be452595950ff3d59243b2de6122
+RMD160 (nghttp2-1.35.0.tar.xz) = 0b54c6228302c3cec65337bf2d144b8a4ce7874a
+SHA512 (nghttp2-1.35.0.tar.xz) = 4e209bb6e388ee9c3440a88eb28ecb4a69e0047b089e4d028bb911dd69518a970b5b06ed6fff06594adca53dccd42443733faad909d347dd8d8e919055356e2f
+Size (nghttp2-1.35.0.tar.xz) = 1616224 bytes