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:           Tue Sep 26 07:05:06 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
nghttp2: update to 1.26.0

nghttp2 v1.26.0
* docs: Fix some typos in the nghttpx how-to
* build: Update Dockerfile.android
* build: Refactoring include directories for build as CMake subdirectory (add_subdirectory(nghttp2))
* nghttpx: Fix OCSP related error when building with BoringSSL
* h2load: Fix bug that timing script stalls with -m1
* h2load: Reservoir sampling
* h2load: Add timing-based load-testing in h2load


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.25 -r1.26 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.30 pkgsrc/www/nghttp2/Makefile:1.31
--- pkgsrc/www/nghttp2/Makefile:1.30    Thu Aug 24 20:03:02 2017
+++ pkgsrc/www/nghttp2/Makefile Tue Sep 26 07:05:05 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/08/24 20:03:02 adam Exp $
+# $NetBSD: Makefile,v 1.31 2017/09/26 07:05:05 adam Exp $
 
-DISTNAME=      nghttp2-1.25.0
-PKGREVISION=   1
+DISTNAME=      nghttp2-1.26.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.25 pkgsrc/www/nghttp2/distinfo:1.26
--- pkgsrc/www/nghttp2/distinfo:1.25    Mon Aug 21 08:16:58 2017
+++ pkgsrc/www/nghttp2/distinfo Tue Sep 26 07:05:05 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2017/08/21 08:16:58 adam Exp $
+$NetBSD: distinfo,v 1.26 2017/09/26 07:05:05 adam Exp $
 
-SHA1 (nghttp2-1.25.0.tar.xz) = 91ac62b0de4131f963d99e78c2976909143e51e6
-RMD160 (nghttp2-1.25.0.tar.xz) = 1e83a0068634cb63684cf08184d0060ee4dafd02
-SHA512 (nghttp2-1.25.0.tar.xz) = bfc390aaf21153b9265ec9f6437e98ccca7fb50c12cdf085e1c12dfe222cb3e0048d1bb2d7a74db49943ba6f08f2452439b346b6b0f4cbfeac10bde3ca186c06
-Size (nghttp2-1.25.0.tar.xz) = 1542924 bytes
+SHA1 (nghttp2-1.26.0.tar.xz) = e0794594286aea35a9a7d09f13f429edd6fed4b3
+RMD160 (nghttp2-1.26.0.tar.xz) = de6755497e4e496129859343c215f4e7a52cc01c
+SHA512 (nghttp2-1.26.0.tar.xz) = d469f2a50192edbb2528896c1eee85c23a32bbd39b1769e1b78b9d4b05f14f51eb46162d305c81fe50de85251ff38f2a5bb83cde3d5f8c7e1a534ff855b5444d
+Size (nghttp2-1.26.0.tar.xz) = 1545960 bytes



Home | Main Index | Thread Index | Old Index