diff -ruN /usr/ports/www/h2o/Makefile h2o/Makefile --- /usr/ports/www/h2o/Makefile 2019-07-26 22:46:53.000000000 +0200 +++ h2o/Makefile 2019-08-14 13:06:05.913356000 +0200 @@ -3,8 +3,7 @@ PORTNAME= h2o DISTVERSIONPREFIX= v -DISTVERSION= 2.2.5 -PORTREVISION= 4 +DISTVERSION= 2.2.6 CATEGORIES= www MAINTAINER= dch@FreeBSD.org diff -ruN /usr/ports/www/h2o/distinfo h2o/distinfo --- /usr/ports/www/h2o/distinfo 2018-07-03 00:47:17.000000000 +0200 +++ h2o/distinfo 2019-08-14 13:11:00.943992000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1529785115 -SHA256 (h2o-h2o-v2.2.5_GH0.tar.gz) = eafb40aa2d93b3de1af472bb046c17b2335c3e5a894462310e1822e126c97d24 -SIZE (h2o-h2o-v2.2.5_GH0.tar.gz) = 16257295 +TIMESTAMP = 1565781060 +SHA256 (h2o-h2o-v2.2.6_GH0.tar.gz) = f8cbc1b530d85ff098f6efc2c3fdbc5e29baffb30614caac59d5c710f7bda201 +SIZE (h2o-h2o-v2.2.6_GH0.tar.gz) = 16257760 diff -ruN /usr/ports/www/h2o/pkg-plist h2o/pkg-plist --- /usr/ports/www/h2o/pkg-plist 2018-07-03 00:47:17.000000000 +0200 +++ h2o/pkg-plist 2019-08-14 19:55:47.467740000 +0200 @@ -1,17 +1,17 @@ bin/h2o include/h2o.h -include/h2o/cache.h include/h2o/cache_digests.h +include/h2o/cache.h include/h2o/configurator.h include/h2o/file.h include/h2o/filecache.h include/h2o/hostinfo.h include/h2o/http1.h include/h2o/http1client.h -include/h2o/http2.h include/h2o/http2_casper.h include/h2o/http2_internal.h include/h2o/http2_scheduler.h +include/h2o/http2.h include/h2o/linklist.h include/h2o/memcached.h include/h2o/memory.h @@ -34,19 +34,19 @@ include/h2o/websocket.h lib/libh2o-evloop.so lib/libh2o-evloop.so.0.13 -lib/libh2o-evloop.so.0.13.5 +lib/libh2o-evloop.so.0.13.6 lib/libh2o.so lib/libh2o.so.0.13 -lib/libh2o.so.0.13.5 +lib/libh2o.so.0.13.6 libdata/pkgconfig/libh2o-evloop.pc libdata/pkgconfig/libh2o.pc %%DATADIR%%/annotate-backtrace-symbols -%%DATADIR%%/fetch-ocsp-response -%%DATADIR%%/kill-on-close -%%DATADIR%%/start_server %%DATADIR%%/ca-bundle.crt %%DATADIR%%/fastcgi-cgi +%%DATADIR%%/fetch-ocsp-response +%%DATADIR%%/kill-on-close %%DATADIR%%/setuidgid +%%DATADIR%%/start_server %%DATADIR%%/status/index.html %%MRUBY%%%%DATADIR%%/mruby/acl.rb %%MRUBY%%%%DATADIR%%/mruby/bootstrap.rb @@ -78,8 +78,8 @@ %%PORTDOCS%%%%DOCSDIR%%/configure/headers_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/http1_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/http2_directives.html -%%PORTDOCS%%%%DOCSDIR%%/configure/mruby.html %%PORTDOCS%%%%DOCSDIR%%/configure/mruby_directives.html +%%PORTDOCS%%%%DOCSDIR%%/configure/mruby.html %%PORTDOCS%%%%DOCSDIR%%/configure/proxy_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/quick_start.html %%PORTDOCS%%%%DOCSDIR%%/configure/redirect_directives.html @@ -89,13 +89,13 @@ %%PORTDOCS%%%%DOCSDIR%%/configure/throttle_response_directives.html %%PORTDOCS%%%%DOCSDIR%%/examples/doc_root.alternate/index.txt %%PORTDOCS%%%%DOCSDIR%%/examples/doc_root/index.html +%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/h2o.conf +%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/hello.rb %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/alternate.crt %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/alternate.key %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/h2o.conf %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/server.crt %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/server.key -%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/h2o.conf -%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/hello.rb %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/http1client.c %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/latency-optimization.c %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/simple.c