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 28 08:44:20 UTC 2018

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
nghttp2: updated to 1.31.0

nghttp2 v1.31.0:
lib: Add nghttp2_session_set_user_data() public API function
src: Define nghttp2_inet_pton wrapper to avoid inet_pton macro
nghttpx: Close listening socket on graceful shutdown
nghttpx: Add an option to accept expired client certificate
nghttpx: Add mruby tls_client_not_before, and tls_client_not_after
nghttpx: Fix potential memory leak


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.30 -r1.31 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.36 pkgsrc/www/nghttp2/Makefile:1.37
--- pkgsrc/www/nghttp2/Makefile:1.36    Tue Feb 13 09:09:45 2018
+++ pkgsrc/www/nghttp2/Makefile Wed Feb 28 08:44:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2018/02/13 09:09:45 adam Exp $
+# $NetBSD: Makefile,v 1.37 2018/02/28 08:44:20 adam Exp $
 
-DISTNAME=      nghttp2-1.30.0
+DISTNAME=      nghttp2-1.31.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.30 pkgsrc/www/nghttp2/distinfo:1.31
--- pkgsrc/www/nghttp2/distinfo:1.30    Tue Feb 13 09:09:45 2018
+++ pkgsrc/www/nghttp2/distinfo Wed Feb 28 08:44:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2018/02/13 09:09:45 adam Exp $
+$NetBSD: distinfo,v 1.31 2018/02/28 08:44:20 adam Exp $
 
-SHA1 (nghttp2-1.30.0.tar.xz) = f7d87c39a4d126b356f2a2152cb05aecc866ed5c
-RMD160 (nghttp2-1.30.0.tar.xz) = 5d3c4ddeaf2949b16135fcdb3096e8820e4706bd
-SHA512 (nghttp2-1.30.0.tar.xz) = 4b79f46947777627f0a9e1384ec51ac70e273aef6d46d322aa448731726b8ca606e73dcb171170bbe91fce93c28170ff04e11da56ee90fa28d642e7bc37b50be
-Size (nghttp2-1.30.0.tar.xz) = 1545352 bytes
+SHA1 (nghttp2-1.31.0.tar.xz) = c83a7ef947cd43df33fc2b6d91901ec8554175e4
+RMD160 (nghttp2-1.31.0.tar.xz) = fd620488c6ab61a41db3e76108779a7a8e39dee2
+SHA512 (nghttp2-1.31.0.tar.xz) = 00342b0517eb9e1044eced4649488d7ad35694e0a1303c4cba2d2be897fb86c5c70f1a5a157799d5c0cf448a6b983f2a2a57ee2bdb5ec762876647f9303446ca
+Size (nghttp2-1.31.0.tar.xz) = 1545800 bytes



Home | Main Index | Thread Index | Old Index