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:           Mon Sep  3 16:39:45 UTC 2018

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
www/nghttp2: Update to 1.33.0.

- lib: Tweak nghttp2_session_set_stream_user_data
- lib: Fix handling of SETTINGS_MAX_CONCURRENT_STREAMS.
- lib: Implement ORIGIN frame
- asio: support definition of local endpoint for cleartext client
  session
- integration: Remove remaining SPDY code from the integration tests.
- nghttpx: Fix worker process crash with neverbleed write error
- nghttpx: Support per-backend mruby script
- nghttpx: Fix stream reset if data from client is arrived before dconn
  is attached


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.33 -r1.34 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.41 pkgsrc/www/nghttp2/Makefile:1.42
--- pkgsrc/www/nghttp2/Makefile:1.41    Tue Aug 28 06:37:18 2018
+++ pkgsrc/www/nghttp2/Makefile Mon Sep  3 16:39:45 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2018/08/28 06:37:18 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/09/03 16:39:45 fhajny Exp $
 
-DISTNAME=      nghttp2-1.32.1
+DISTNAME=      nghttp2-1.33.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.33 pkgsrc/www/nghttp2/distinfo:1.34
--- pkgsrc/www/nghttp2/distinfo:1.33    Tue Aug 28 06:37:18 2018
+++ pkgsrc/www/nghttp2/distinfo Mon Sep  3 16:39:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2018/08/28 06:37:18 adam Exp $
+$NetBSD: distinfo,v 1.34 2018/09/03 16:39:45 fhajny Exp $
 
-SHA1 (nghttp2-1.32.1.tar.xz) = f403f21348fa9c5eba22ca6e3724f6d7a00be065
-RMD160 (nghttp2-1.32.1.tar.xz) = bb086aa7d3463260df3af5f7d86662b3287aad14
-SHA512 (nghttp2-1.32.1.tar.xz) = 477e6f4ccdba5c86436d554be819fd10a715896173029aa72f9c90c2ee64dbe20e2ff4cde614be3a7683dec9e0feaa21d124493ed5fc12ad4c63a37a83bad57c
-Size (nghttp2-1.32.1.tar.xz) = 1548812 bytes
+SHA1 (nghttp2-1.33.0.tar.xz) = 0a11f7de6ea8e66fbecc9fe4ddc61b6ab40af469
+RMD160 (nghttp2-1.33.0.tar.xz) = 255991dff0f61d6c287e399f4b6487e5386ccf8c
+SHA512 (nghttp2-1.33.0.tar.xz) = eeb0bf64fea115444c685c8a01c1017ce96be18adf88ffcdecad067de7012ca61c6b2b6a627b18e2572bba7bd77ec56a3ca4b1109f7a4b21220e8e28687b5b74
+Size (nghttp2-1.33.0.tar.xz) = 1554776 bytes



Home | Main Index | Thread Index | Old Index