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:           Sat Jan 19 15:21:04 UTC 2019

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
nghttp2: updated to  1.36.0

nghttp2 v1.36.0.

build
CMake build disables shared library if ENABLE_SHARED_LIB is OFF.

third-party
http-parser has been upgraded to v2.9.0.
mruby has been upgraded to v2.0.0.

nghttpx
nghttpx now pools h1 backend connection per address and uses it when the round robin index points to the address.
nghttpx now randomizes backend address round robin order per thread.
The bug that long certificate serial numbers cannot be handled has been fixed.

h2load
An option to write per-request logs has been added.

asio
The API to get the current server port has been added.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.37 -r1.38 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.48 pkgsrc/www/nghttp2/Makefile:1.49
--- pkgsrc/www/nghttp2/Makefile:1.48    Mon Jan 14 17:22:18 2019
+++ pkgsrc/www/nghttp2/Makefile Sat Jan 19 15:21:04 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2019/01/14 17:22:18 gdt Exp $
+# $NetBSD: Makefile,v 1.49 2019/01/19 15:21:04 adam Exp $
 
-DISTNAME=      nghttp2-1.35.1
-PKGREVISION=   2
+DISTNAME=      nghttp2-1.36.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.37 pkgsrc/www/nghttp2/distinfo:1.38
--- pkgsrc/www/nghttp2/distinfo:1.37    Sun Dec  9 17:05:51 2018
+++ pkgsrc/www/nghttp2/distinfo Sat Jan 19 15:21:04 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2018/12/09 17:05:51 adam Exp $
+$NetBSD: distinfo,v 1.38 2019/01/19 15:21:04 adam Exp $
 
-SHA1 (nghttp2-1.35.1.tar.xz) = 692995dbbf63e4cd7eab1073373dbd0a5da77c99
-RMD160 (nghttp2-1.35.1.tar.xz) = 658cc250e8d2e3b0da0b6cb171351bba137d0bab
-SHA512 (nghttp2-1.35.1.tar.xz) = fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d
-Size (nghttp2-1.35.1.tar.xz) = 1614460 bytes
+SHA1 (nghttp2-1.36.0.tar.xz) = 0f5518d95516f394351bfb30904c0d3c6c03ae69
+RMD160 (nghttp2-1.36.0.tar.xz) = 39eed43f5ef20969052cba3388ee5a63f9b671e6
+SHA512 (nghttp2-1.36.0.tar.xz) = 4e0d5c5cdb4f1b7e5f12790850237f36649af4aa9596033392725972e4e0e5a33bb78bd1aa0735e35e489b523b7e9a236a7b5847dfca69bd7583fcab36c13c76
+Size (nghttp2-1.36.0.tar.xz) = 1629020 bytes



Home | Main Index | Thread Index | Old Index