diff options
author | adam <adam@pkgsrc.org> | 2017-04-29 06:01:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-29 06:01:55 +0000 |
commit | aa27cefe0e45833492777f54814b99b342bd6852 (patch) | |
tree | 29f86b761d89858b9cd81e3822c54c7e99a7931e /www | |
parent | 1679ff76a386938ce55d390b5b326028f248492d (diff) | |
download | pkgsrc-aa27cefe0e45833492777f54814b99b342bd6852.tar.gz |
Changes 1.22.0:
lib: Add missing free call on error in inflight_settings_new()
asio: Support specifying stream priority via session::submit()
nghttpx: Clarify --conf option behaviour
nghttpx: Add $tls_sni access log variable
nghttpx: Rename ssl_* log variables as tls_*
nghttpx: Fix path matching bug
nghttpx: SNI based backend server selection
nghttpx: Enable signed_certificate_timestamp extension for TLSv1.3
nghttpx: Add options for X-Forwarded-Proto header field
nghttpx: Add --single-process option
nghttpx: Use 502 as server error code
nghttpx: Use SSL_CTX_set_early_data_enabled with boringssl
nghttp: Verify server certificate and show warning if it fails
integration: Use nip.io instead of xip.io
Diffstat (limited to 'www')
-rw-r--r-- | www/nghttp2/Makefile | 4 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 0af83ce05c6..ed3c19fcbff 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2017/04/09 15:24:02 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/04/29 06:01:55 adam Exp $ -DISTNAME= nghttp2-1.21.1 +DISTNAME= nghttp2-1.22.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index a4246a53257..0701f12d1d5 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2017/04/09 15:24:02 adam Exp $ +$NetBSD: distinfo,v 1.21 2017/04/29 06:01:55 adam Exp $ -SHA1 (nghttp2-1.21.1.tar.xz) = 61423f858eae52f525bb47e332fcc77a5c1a7607 -RMD160 (nghttp2-1.21.1.tar.xz) = c12c35624925155953e855522a30f9cc793cf81e -SHA512 (nghttp2-1.21.1.tar.xz) = ac0121531b0ecbee67b0b3cb7b18ab1c5417f3d576f2683b526a2f6848dab73e31398d00b76c61f3c12560e44918818fcd2b917f1e296dc0783d610d802d252d -Size (nghttp2-1.21.1.tar.xz) = 1509376 bytes +SHA1 (nghttp2-1.22.0.tar.xz) = 35b0e65124d83146cab4f0b5ad2873d0175de2a5 +RMD160 (nghttp2-1.22.0.tar.xz) = 2e18773d09691264b4a8d7a4db44761d2deb3366 +SHA512 (nghttp2-1.22.0.tar.xz) = dc6e02afc5834db6945b658a45b6c27ec96365ee77218e746803eb166ffb58b0e88c43dc32db6bc0fef65db5cacba01f80140c4958c52eb9691ac13aaae9b02d +Size (nghttp2-1.22.0.tar.xz) = 1514712 bytes |