Page MenuHomeFreeBSD

D13077.id36041.diff
No OneTemporary

D13077.id36041.diff

Index: www/h2o/Makefile
===================================================================
--- www/h2o/Makefile
+++ www/h2o/Makefile
@@ -4,12 +4,14 @@
PORTNAME= h2o
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.3
+PORTREVISION= 1
CATEGORIES= www
-MAINTAINER= dch@skunkwerks.at
+MAINTAINER= dch@FreeBSD.org
COMMENT= Optimized HTTP/2 server including support for TLS 1.3 and HTTP/1.x
-LICENSE= MIT
+LICENSE= MIT BSD2CLAUSE
+LICENSE_COMB= multi
USES= cmake:noninja compiler:c11 cpe perl5 shebangfix ssl
CPE_VENDOR= h2o_project
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

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 23, 3:58 PM (8 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35407321
Default Alt Text
D13077.id36041.diff (1 KB)

Event Timeline