pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 23 09:22:41 UTC 2018

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/nghttp2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.43 pkgsrc/www/nghttp2/Makefile:1.44
--- pkgsrc/www/nghttp2/Makefile:1.43    Thu Oct  4 13:07:35 2018
+++ pkgsrc/www/nghttp2/Makefile Fri Nov 23 09:22:40 2018
@@ -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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.35 pkgsrc/www/nghttp2/distinfo:1.36
--- pkgsrc/www/nghttp2/distinfo:1.35    Thu Oct  4 13:07:35 2018
+++ pkgsrc/www/nghttp2/distinfo Fri Nov 23 09:22:40 2018
@@ -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