pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 www/nghttp2: Update to 1.32.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b5105870a1a
branches:  trunk
changeset: 309263:0b5105870a1a
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Jun 14 10:51:21 2018 +0000

description:
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

diffstat:

 www/nghttp2/Makefile |   5 ++---
 www/nghttp2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 699961916cde -r 0b5105870a1a www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Thu Jun 14 10:13:54 2018 +0000
+++ b/www/nghttp2/Makefile      Thu Jun 14 10:51:21 2018 +0000
@@ -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
diff -r 699961916cde -r 0b5105870a1a www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Thu Jun 14 10:13:54 2018 +0000
+++ b/www/nghttp2/distinfo      Thu Jun 14 10:51:21 2018 +0000
@@ -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