From 8239aad4786652b580683ff7ed59f2bea711e442 Mon Sep 17 00:00:00 2001 From: dch Date: Sun, 25 Aug 2019 18:29:32 +0000 Subject: www/h2o: update to 2.2.6 resolves: - CVE-2019-9512 (Ping Flood) - CVE-2019-9514 (Reset Flood) - CVE-2019-9515 (Settings Flood) PR: 239843 Submitted by: Max Kostikov Reported by: Max Kostikov Reviewed by: adamw Approved by: jrm (mentor, implicit) MFH: 2019Q3 Security: CVE-2019-9512 Security: CVE-2019-9514 Security: CVE-2019-9515 Sponsored by: SkunkWerks, GmbH --- www/h2o/Makefile | 3 +-- www/h2o/distinfo | 6 +++--- www/h2o/pkg-plist | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 15 deletions(-) (limited to 'www') diff --git a/www/h2o/Makefile b/www/h2o/Makefile index fb6fd166101a..f5bb4cadc8d5 100644 --- a/www/h2o/Makefile +++ b/www/h2o/Makefile @@ -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 --git a/www/h2o/distinfo b/www/h2o/distinfo index d8ceaa442c07..e8e1ea81bb8a 100644 --- a/www/h2o/distinfo +++ b/www/h2o/distinfo @@ -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 --git a/www/h2o/pkg-plist b/www/h2o/pkg-plist index cbca158de82c..3a5b4cf0e46c 100644 --- a/www/h2o/pkg-plist +++ b/www/h2o/pkg-plist @@ -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/version.h 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 @@ libdata/pkgconfig/libh2o.pc %%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 @@ libdata/pkgconfig/libh2o.pc %%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 -- cgit