pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 nghttp2: updated to 1.43.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef63275d618c
branches:  trunk
changeset: 446002:ef63275d618c
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 03 13:16:19 2021 +0000

description:
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:

 www/nghttp2/Makefile        |   3 +--
 www/nghttp2/Makefile.common |   4 ++--
 www/nghttp2/distinfo        |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 54e46893d063 -r ef63275d618c www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Wed Feb 03 10:44:00 2021 +0000
+++ b/www/nghttp2/Makefile      Wed Feb 03 13:16:19 2021 +0000
@@ -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 -r 54e46893d063 -r ef63275d618c www/nghttp2/Makefile.common
--- a/www/nghttp2/Makefile.common       Wed Feb 03 10:44:00 2021 +0000
+++ b/www/nghttp2/Makefile.common       Wed Feb 03 13:16:19 2021 +0000
@@ -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 -r 54e46893d063 -r ef63275d618c www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Wed Feb 03 10:44:00 2021 +0000
+++ b/www/nghttp2/distinfo      Wed Feb 03 13:16:19 2021 +0000
@@ -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


Home | Main Index | Thread Index | Old Index