Index: www/h2o/Makefile =================================================================== --- www/h2o/Makefile +++ www/h2o/Makefile @@ -4,6 +4,7 @@ PORTNAME= h2o DISTVERSIONPREFIX= v DISTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= dch@skunkwerks.at Index: www/h2o/files/patch-lib_core_token__table.h =================================================================== --- /dev/null +++ www/h2o/files/patch-lib_core_token__table.h @@ -0,0 +1,11 @@ +--- lib/core/token_table.h.orig 2017-11-16 18:55:31 UTC ++++ lib/core/token_table.h +@@ -74,7 +74,7 @@ h2o_token_t h2o__tokens[] = {{{H2O_STRLIT(":authority" + {{H2O_STRLIT("strict-transport-security")}, 56, 0, 0, 0, 0, 0}, + {{H2O_STRLIT("te")}, 0, 1, 0, 0, 1, 0}, + {{H2O_STRLIT("transfer-encoding")}, 57, 1, 1, 1, 1, 0}, +- {{H2O_STRLIT("upgrade")}, 0, 1, 0, 1, 1, 0}, ++ {{H2O_STRLIT("upgrade")}, 0, 1, 1, 1, 1, 0, 0}, + {{H2O_STRLIT("user-agent")}, 58, 0, 0, 0, 0, 1}, + {{H2O_STRLIT("vary")}, 59, 0, 0, 0, 0, 0}, + {{H2O_STRLIT("via")}, 60, 0, 0, 0, 0, 0}, Index: www/h2o/files/patch-misc_tokens.pl =================================================================== --- /dev/null +++ www/h2o/files/patch-misc_tokens.pl @@ -0,0 +1,11 @@ +--- misc/tokens.pl.orig 2017-11-16 18:56:46 UTC ++++ misc/tokens.pl +@@ -223,7 +223,7 @@ __DATA__ + 61 0 0 0 0 0 www-authenticate + 0 1 1 0 1 0 connection + 0 0 0 0 0 0 x-reproxy-url +-0 1 0 1 1 0 upgrade ++0 1 1 1 1 0 upgrade + 0 1 0 0 1 0 http2-settings + 0 1 0 0 1 0 te + 0 1 1 0 0 0 keep-alive