diff options
author | adam <adam@pkgsrc.org> | 2017-05-31 10:24:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-05-31 10:24:48 +0000 |
commit | e19b148f3e0037fd5199b94fc2f43996793bd0c4 (patch) | |
tree | 41a2db21d648c7284a0716395ce8ade34bbd1a2d /www/nghttp2/Makefile | |
parent | ffd3f97658316049a3d1d28bb8b7dd458d3dd488 (diff) | |
download | pkgsrc-e19b148f3e0037fd5199b94fc2f43996793bd0c4.tar.gz |
Changes 1.23.1:
This release fixes the bug which makes nghttpx crash in OCSP response verification with certain kind of OCSP response.
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 a775639b4e6..a6dac7e306b 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2017/05/26 19:47:18 adam Exp $ +# $NetBSD: Makefile,v 1.27 2017/05/31 10:24:48 adam Exp $ -DISTNAME= nghttp2-1.23.0 +DISTNAME= nghttp2-1.23.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |