diff options
author | adam <adam@pkgsrc.org> | 2017-01-02 09:51:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-01-02 09:51:18 +0000 |
commit | b2f66c42b33ac678feaa056022feb8841fa51322 (patch) | |
tree | ab18fa0fe0cfcf06f69a8e2be98c52d1b1ab3824 /www/nghttp2/Makefile | |
parent | 034bc24a61b221873c804d932d2f61dd3ed38152 (diff) | |
download | pkgsrc-b2f66c42b33ac678feaa056022feb8841fa51322.tar.gz |
Changes 1.18.0:
lib: Accept and ignore content-length: 0 in 204 response for now
build: Use pkg-config to detect libxml2
build: Require c-ares to compile applications under src
build: Add Windows CI via AppVeyor (Patch from Alexis La Goutte)
examples: Delete tiny-nghttpd
nghttpx: Retry h1 backend request if first write fails (GH-757)
nghttpx: Keep reading after backend write failed (GH-756)
nghttpx: Add frontend-keep-alive-timeout option (GH-755)
nghttpx: New error log format (GH-749)
nghttpx: Fix bug that fetch-ocsp-response does not work with OpenSSL 1.1.0 (GH-742)
nghttpx: Backend API call allows non-numeric host with dns parameter (GH-731)
nghttpx: Lookup backend host name dynamically (GH-721)
nghttpx: Accept and ignore content-length: 0 in 204 response for now (GH-735)
nghttpx: Wait for child process to exit
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 4da25eb5f06..d19d72c62d4 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 16:06:01 adam Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/02 09:51:18 adam Exp $ -DISTNAME= nghttp2-1.17.0 -PKGREVISION= 1 +DISTNAME= nghttp2-1.18.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |