pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/h2o Changes 2.2.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f6d45f326b1
branches:  trunk
changeset: 360881:9f6d45f326b1
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Apr 09 15:30:06 2017 +0000

description:
Changes 2.2.0:
[core] add crash-handler.wait-pipe-close parameter 1092 (Frederik Deweerdt)
[core] introduce an option to bypass the server header sent from upstream 1226 (Frederik Deweerdt)
[core] apply global- and host-level configuration to requests not applicable to any of the path-level configurations 1231 (Kazuho Oku)
[access-log] add %{remote}p for logging the remote port 1166 (Kazuho Oku)
[access-log] add support for JSON-style escapes and null 1208 (Kazuho Oku)
[access-log] add specifier for logging per-request environment variables 1221 (Yannick Koechlin)
[access-log] add support for <, > modifiers for logging either the original or the final response 1238 (Kazuho Oku)
[access-log] do not emit request-total-time twice 1017 (Kazuho Oku)
[fastcgi] fix a bug that closes the FastCGI listener socket during startup 1203 (Frederik Deweerdt)
[file] add directive for serving gzipped files, decompressing them on-the-fly 1140 (Ichito Nagata)
[headers] fix buffer overrun during startup 1180 (Frederik Deweerdt)
[http1][proxy] preserve the cases of characters used in header names 1194 (Frederik Deweerdt)
[http1][proxy] fix undefined behavior in HTTP/1 parser 1189 (Frederik Deweerdt)
[http1] stop reading from socket after sending 400 to avoid the risk of assertion failure 1223 (Frederik Deweerdt)
[http2] recognize x-http2-push-only attribute on link header 1169 (Frederik Deweerdt)
[http2] add optional timeout for closing connections upon graceful shutdown 1108 (Frederik Deweerdt)
[http2] do not ack an acked PING frame 1175 (Moto Ishisawa)
[http2] reject requests exceeding the maximum allowed size more efficiently 1183 (Frederik Deweerdt)
[mruby] remove dependenty to mkmf 1197 (Yuki Kurihara)
[mruby] correct the line number reported on an exception 1239 (Ichito Nagata)
[proxy] add directives for tweaking headers sent to upstream 1126 (Justin Zhu)
[proxy] retain case-sensitivity of unix socket paths 1131 (Frederik Deweerdt)
[proxy] add directive for controlling the via request header 1225 (Frederik Deweerdt)
[ssl] add directive for logging session ID 1164 (Yannick Koechlin)
[ssl] add support for TLS 1.3 draft-18 1204 (Kazuho Oku)
[ssl] stop evicting session entries in memcached when they are removed from internal cache 1185 (Ichito Nagata)
[ssl] fix crash when a secp384r1, secp521r1 certificate is used with TLS 1.3 1214 (Kazuho Oku)
[ssl] fix build failure with OpenSSL 1.1.0 1216 (Kazuho Oku)
[ssl] add doc for handshake-timeout 1233 (Kazuho Oku)
[status] fix race condition during start-up 1242 (Frederik Deweerdt)
[libh2o] implement h2o_evloop_destroy 1200 (kazan417)
[misc] add test code for fuzzing 1174 1182 1191 1192 (Frederik Deweerdt, Jonathan Foote)
[misc] fix issues reported by Coverity 1168 1172 1179 (Harrison Bowden, Frederik Deweerdt)

diffstat:

 www/h2o/Makefile |   4 ++--
 www/h2o/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3fd6cdfd505d -r 9f6d45f326b1 www/h2o/Makefile
--- a/www/h2o/Makefile  Sun Apr 09 15:29:40 2017 +0000
+++ b/www/h2o/Makefile  Sun Apr 09 15:30:06 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/01/26 21:11:53 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/04/09 15:30:06 adam Exp $
 
-DISTNAME=      h2o-2.1.0
+DISTNAME=      h2o-2.2.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=h2o/}
 
diff -r 3fd6cdfd505d -r 9f6d45f326b1 www/h2o/distinfo
--- a/www/h2o/distinfo  Sun Apr 09 15:29:40 2017 +0000
+++ b/www/h2o/distinfo  Sun Apr 09 15:30:06 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/01/26 21:11:53 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/04/09 15:30:06 adam Exp $
 
-SHA1 (h2o-2.1.0.tar.gz) = 81422e22febbabebbfae8d1b21a911193682bafe
-RMD160 (h2o-2.1.0.tar.gz) = 20bc69fe5c6e41cd641f5a0792c05478008647eb
-SHA512 (h2o-2.1.0.tar.gz) = b54c122c5da95d373eb21f3061d8d4cd0b05359ba9d879c54a08f63b4ec8346582656a5f191c39f028ed5df4fa05c86a2a90a1bfc0e341fdff0b8694df84d819
-Size (h2o-2.1.0.tar.gz) = 15207573 bytes
+SHA1 (h2o-2.2.0.tar.gz) = aee90be399df772c2fbaaad630f6f615f7648920
+RMD160 (h2o-2.2.0.tar.gz) = 32414876f610a9ea18f85f9c90af42082e504d14
+SHA512 (h2o-2.2.0.tar.gz) = bc429f4204ca1a4e7f758748fe429e374e545e2350cd610453e96c22bc83844fb8d904cd08f2a6b66129619b202be710e76975479ef387195acd7605a7ab63b9
+Size (h2o-2.2.0.tar.gz) = 16188348 bytes



Home | Main Index | Thread Index | Old Index