diff options
author | adam <adam@pkgsrc.org> | 2018-12-09 17:05:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-12-09 17:05:51 +0000 |
commit | df6a6eb0725a06fc8e56b709e16a5ccee23ca113 (patch) | |
tree | 7c3b2c0acbddda9836de73e98af706467b06cbd4 /www/nghttp2/Makefile | |
parent | 72b09f409ddb55e8c3798d51d22d5270a77c7236 (diff) | |
download | pkgsrc-df6a6eb0725a06fc8e56b709e16a5ccee23ca113.tar.gz |
nghttp2: updated to 1.35.1
Nghttp2 v1.35.1
nghttpx
This release fixes the broken trailing slash handling when routing a request. nghttpx allows a pattern which ends “/” to match the request path which just lacks the trailing “/”. Previously, this special handling did not work if certain patterns were registered.
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 7355c475a57..48c7923146e 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2018/11/23 09:22:40 adam Exp $ +# $NetBSD: Makefile,v 1.45 2018/12/09 17:05:51 adam Exp $ -DISTNAME= nghttp2-1.35.0 +DISTNAME= nghttp2-1.35.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |