pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb  3 13:16:19 UTC 2021

Modified Files:
        pkgsrc/www/nghttp2: Makefile Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/nghttp2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.66 pkgsrc/www/nghttp2/Makefile:1.67
--- pkgsrc/www/nghttp2/Makefile:1.66    Fri Dec  4 20:45:48 2020
+++ pkgsrc/www/nghttp2/Makefile Wed Feb  3 13:16:19 2021
@@ -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

Index: pkgsrc/www/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.3 pkgsrc/www/nghttp2/Makefile.common:1.4
--- pkgsrc/www/nghttp2/Makefile.common:1.3      Thu Nov 26 13:51:51 2020
+++ pkgsrc/www/nghttp2/Makefile.common  Wed Feb  3 13:16:19 2021
@@ -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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.45 pkgsrc/www/nghttp2/distinfo:1.46
--- pkgsrc/www/nghttp2/distinfo:1.45    Thu Nov 26 13:51:51 2020
+++ pkgsrc/www/nghttp2/distinfo Wed Feb  3 13:16:19 2021
@@ -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