diff options
author | adam <adam@pkgsrc.org> | 2021-02-03 13:16:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-03 13:16:19 +0000 |
commit | 01bc73da3dd8b3852e072c8af515d9511c1226b9 (patch) | |
tree | 26262a35fc6754136cb2832ccdc6d27914dad7bc /www/nghttp2 | |
parent | 1abc78876af12d3e3aa0a1bc21c754b3c5da27bf (diff) | |
download | pkgsrc-01bc73da3dd8b3852e072c8af515d9511c1226b9.tar.gz |
nghttp2: updated to 1.43.0
v1.43.0:
doc
Documentations are now built with Sphinx 3.3.0 or later.
python
The python binding now requires Python 3.
All python scripts for nghttp2 development are translated to Python 3 compatible.
nghttpx
This release fixes a potential memory issue that a memory pool gets cleared while it is still in use.
ECDSA certificate is now chosen when compatible signature algorithm is available.
This release adds a workaround to include ‘:’ in backend pattern.
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 3 | ||||
-rw-r--r-- | www/nghttp2/Makefile.common | 4 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index bdbdb44bbb0..c6722539868 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.66 2020/12/04 20:45:48 nia Exp $ +# $NetBSD: Makefile,v 1.67 2021/02/03 13:16:19 adam Exp $ -PKGREVISION= 1 .include "Makefile.common" COMMENT= Implementation of HTTP/2 in C diff --git a/www/nghttp2/Makefile.common b/www/nghttp2/Makefile.common index 03352b2e3e0..5bb5921838a 100644 --- a/www/nghttp2/Makefile.common +++ b/www/nghttp2/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.3 2020/11/26 13:51:51 adam Exp $ +# $NetBSD: Makefile.common,v 1.4 2021/02/03 13:16:19 adam Exp $ # used by www/nghttp2/Makefile # used by www/nghttp2-tools/Makefile -DISTNAME= nghttp2-1.42.0 +DISTNAME= nghttp2-1.43.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 23ba979da6f..fb138fe51e2 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2020/11/26 13:51:51 adam Exp $ +$NetBSD: distinfo,v 1.46 2021/02/03 13:16:19 adam Exp $ -SHA1 (nghttp2-1.42.0.tar.xz) = 14dd521c8f88c18dbc91561b11832a6f59428296 -RMD160 (nghttp2-1.42.0.tar.xz) = 621df8daf88dcf017c5b426be09d99ab5dd1857d -SHA512 (nghttp2-1.42.0.tar.xz) = 1d93e6262c5538e26fbf36567230b4a239dbdfee26198b1e1d5862bf4459ae435679674c047407f5c604ddff91d7717d8515532e00bcdb2aa75f27ff97dce60c -Size (nghttp2-1.42.0.tar.xz) = 3973284 bytes +SHA1 (nghttp2-1.43.0.tar.xz) = b9d846e53af53fc5814015c9d3d6c0d2c684c046 +RMD160 (nghttp2-1.43.0.tar.xz) = 180e966e128d9ca097f9c469508168bc0ac5beee +SHA512 (nghttp2-1.43.0.tar.xz) = eac69ba356870a1cba420a06771082897be8dd40a68f4e04223f41f3d22626e4f5b3766d3dbcc496dd212be01f64c3ac280a2ebddd31dd88f7350c20f56e5d39 +Size (nghttp2-1.43.0.tar.xz) = 3973500 bytes |