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 Mar 13 17:45:08 UTC 2019

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
nghttp2: updated to 1.37.0

v1.37.0:
build
CMake build explicitly sets install location when building shared library.

nghttpx
This release fixes possible backend stall when header and request body are sent in their own packets.
The backend option gets weight parameter to influence backend selection.
This release fixes compile error with BoringSSL.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.38 -r1.39 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.49 pkgsrc/www/nghttp2/Makefile:1.50
--- pkgsrc/www/nghttp2/Makefile:1.49    Sat Jan 19 15:21:04 2019
+++ pkgsrc/www/nghttp2/Makefile Wed Mar 13 17:45:08 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2019/01/19 15:21:04 adam Exp $
+# $NetBSD: Makefile,v 1.50 2019/03/13 17:45:08 adam Exp $
 
-DISTNAME=      nghttp2-1.36.0
+DISTNAME=      nghttp2-1.37.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.38 pkgsrc/www/nghttp2/distinfo:1.39
--- pkgsrc/www/nghttp2/distinfo:1.38    Sat Jan 19 15:21:04 2019
+++ pkgsrc/www/nghttp2/distinfo Wed Mar 13 17:45:08 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2019/01/19 15:21:04 adam Exp $
+$NetBSD: distinfo,v 1.39 2019/03/13 17:45:08 adam Exp $
 
-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
+SHA1 (nghttp2-1.37.0.tar.xz) = bdd774c5aa60a610556c5e233f6f44cf5f65aecc
+RMD160 (nghttp2-1.37.0.tar.xz) = 6743620cb9e0001b4ba8401cb744cd544a9f70c9
+SHA512 (nghttp2-1.37.0.tar.xz) = 67a4b9df3f7f0edad719011fa289d9aa9ef04f31ef3ccf826b861c8830ed24e0743a33b54ab66d198fec7edbf723852b38a2007b335d7f566f702f4b02297b0f
+Size (nghttp2-1.37.0.tar.xz) = 1628248 bytes



Home | Main Index | Thread Index | Old Index