pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 26 13:51:51 UTC 2020

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

Log Message:
nghttp2 nghttp2-tools: updated to 1.42.0

Nghttp2 v1.42.0

This release includes security advisory.

lib

The UBSAN errors are now fixed.

nghttp2_map is now backed by tree for storing collisions.

doc

Some clarifications are made for nghttp2_session_send function.

build

The missing cmake/FindSystemd.cmake has been added to the tar distribution.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/nghttp2-tools/Makefile

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.64 pkgsrc/www/nghttp2/Makefile:1.65
--- pkgsrc/www/nghttp2/Makefile:1.64    Thu Nov  5 09:09:21 2020
+++ pkgsrc/www/nghttp2/Makefile Thu Nov 26 13:51:51 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.64 2020/11/05 09:09:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.65 2020/11/26 13:51:51 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.2 pkgsrc/www/nghttp2/Makefile.common:1.3
--- pkgsrc/www/nghttp2/Makefile.common:1.2      Tue Jun  2 19:12:55 2020
+++ pkgsrc/www/nghttp2/Makefile.common  Thu Nov 26 13:51:51 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2020/06/02 19:12:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/11/26 13:51:51 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.41.0
+DISTNAME=      nghttp2-1.42.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.44 pkgsrc/www/nghttp2/distinfo:1.45
--- pkgsrc/www/nghttp2/distinfo:1.44    Tue Jun  2 19:12:55 2020
+++ pkgsrc/www/nghttp2/distinfo Thu Nov 26 13:51:51 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2020/06/02 19:12:55 adam Exp $
+$NetBSD: distinfo,v 1.45 2020/11/26 13:51:51 adam Exp $
 
-SHA1 (nghttp2-1.41.0.tar.xz) = f5cf4fdf6a29adcd810c938736044289a3bf11ff
-RMD160 (nghttp2-1.41.0.tar.xz) = 9d23cd271ac59c4f0c1c4748076d51e356b2fc0b
-SHA512 (nghttp2-1.41.0.tar.xz) = c92e8022ccc876fa311f21bc5bf5af75feff8232efb56a4b2ab198031e974d15b67c16c046188cc76552f75a1b2e7115925d6ce1e42d6f94ae482fe69727466d
-Size (nghttp2-1.41.0.tar.xz) = 1640712 bytes
+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

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.5 pkgsrc/www/nghttp2-tools/Makefile:1.6
--- pkgsrc/www/nghttp2-tools/Makefile:1.5       Thu Nov  5 09:09:21 2020
+++ pkgsrc/www/nghttp2-tools/Makefile   Thu Nov 26 13:51:51 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.5 2020/11/05 09:09:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2020/11/26 13:51:51 adam Exp $
 
-PKGREVISION= 1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index