diff options
author | adam <adam@pkgsrc.org> | 2017-09-26 07:05:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-26 07:05:05 +0000 |
commit | 015457ec952b77e2f28ea86153c297ae6a49f435 (patch) | |
tree | ebe27eb44c77293a7528ceb224f43656802ef219 /www/nghttp2/Makefile | |
parent | 85b21a8d7ce59c807cc3cd05aea0fa446b776606 (diff) | |
download | pkgsrc-015457ec952b77e2f28ea86153c297ae6a49f435.tar.gz |
nghttp2: update to 1.26.0
nghttp2 v1.26.0
* docs: Fix some typos in the nghttpx how-to
* build: Update Dockerfile.android
* build: Refactoring include directories for build as CMake subdirectory (add_subdirectory(nghttp2))
* nghttpx: Fix OCSP related error when building with BoringSSL
* h2load: Fix bug that timing script stalls with -m1
* h2load: Reservoir sampling
* h2load: Add timing-based load-testing in h2load
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index ea4ca072ef8..cd7c21b4b2a 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2017/08/24 20:03:02 adam Exp $ +# $NetBSD: Makefile,v 1.31 2017/09/26 07:05:05 adam Exp $ -DISTNAME= nghttp2-1.25.0 -PKGREVISION= 1 +DISTNAME= nghttp2-1.26.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |