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: fhajny
Date: Thu Jun 14 10:51:21 UTC 2018
Modified Files:
pkgsrc/www/nghttp2: Makefile distinfo
Log Message:
www/nghttp2: Update to 1.32.0.
- lib: Ignore all input after calling session_terminate_session
- lib: Fix treatment of padding
- lib: Don't allow 101 HTTP status code because HTTP/2 removes
HTTP Upgrade
- build: add ENABLE_STATIC_LIB option to build static lib
- third-party: Upgrade neverbleed to the latest master
- asio: Support client side SNI
- src: Compile with libressl 2.7.2
- src: Allow building without NPN
- h2load: -r and --duration are mutually exclusive
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.31 -r1.32 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.38 pkgsrc/www/nghttp2/Makefile:1.39
--- pkgsrc/www/nghttp2/Makefile:1.38 Sun Apr 29 21:31:24 2018
+++ pkgsrc/www/nghttp2/Makefile Thu Jun 14 10:51:21 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2018/04/29 21:31:24 adam Exp $
+# $NetBSD: Makefile,v 1.39 2018/06/14 10:51:21 fhajny Exp $
-DISTNAME= nghttp2-1.31.0
-PKGREVISION= 1
+DISTNAME= nghttp2-1.32.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.31 pkgsrc/www/nghttp2/distinfo:1.32
--- pkgsrc/www/nghttp2/distinfo:1.31 Wed Feb 28 08:44:20 2018
+++ pkgsrc/www/nghttp2/distinfo Thu Jun 14 10:51:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2018/02/28 08:44:20 adam Exp $
+$NetBSD: distinfo,v 1.32 2018/06/14 10:51:21 fhajny Exp $
-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
+SHA1 (nghttp2-1.32.0.tar.xz) = e1382ba5c4c0459c8b7ff7e90ffa5ad9001e01e1
+RMD160 (nghttp2-1.32.0.tar.xz) = cfcaac6eb27730b47d166210cccb7866985e47c1
+SHA512 (nghttp2-1.32.0.tar.xz) = ec7e417fbc5497861d2b6dde5145da1640b36441882824e85940e5ca6ac52ec444aa7123846960f7211dd96462eab421d39f9cc49454f3f52e0dcdb36402044e
+Size (nghttp2-1.32.0.tar.xz) = 1548528 bytes
Home |
Main Index |
Thread Index |
Old Index