pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 nghttp2: updated to 1.35.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d70c8c7bea4
branches:  trunk
changeset: 325665:4d70c8c7bea4
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 23 09:22:40 2018 +0000

description:
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:

 www/nghttp2/Makefile |   9 ++++-----
 www/nghttp2/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r f33e86ee823b -r 4d70c8c7bea4 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Fri Nov 23 09:14:47 2018 +0000
+++ b/www/nghttp2/Makefile      Fri Nov 23 09:22:40 2018 +0000
@@ -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@localhost
 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 -r f33e86ee823b -r 4d70c8c7bea4 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Fri Nov 23 09:14:47 2018 +0000
+++ b/www/nghttp2/distinfo      Fri Nov 23 09:22:40 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index