Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 07:57:50 +0000 (UTC)
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r509886 - branches/2019Q3/www/h2o
Message-ID:  <201908260757.x7Q7voBt077395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dch
Date: Mon Aug 26 07:57:49 2019
New Revision: 509886
URL: https://svnweb.freebsd.org/changeset/ports/509886

Log:
  MFH: r509831
  
  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 <max@kostikov.co>
  Reported by:	Max Kostikov <max@kostikov.co>
  Reviewed by:	adamw
  Approved by:	jrm (mentor, implicit)
  Security:	CVE-2019-9512
  Security:	CVE-2019-9514
  Security:	CVE-2019-9515
  Sponsored by:	SkunkWerks, GmbH
  
  Approved by:	ports-secteam

Modified:
  branches/2019Q3/www/h2o/Makefile
  branches/2019Q3/www/h2o/distinfo
  branches/2019Q3/www/h2o/pkg-plist
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/www/h2o/Makefile
==============================================================================
--- branches/2019Q3/www/h2o/Makefile	Mon Aug 26 07:56:28 2019	(r509885)
+++ branches/2019Q3/www/h2o/Makefile	Mon Aug 26 07:57:49 2019	(r509886)
@@ -3,8 +3,7 @@
 
 PORTNAME=	h2o
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.2.5
-PORTREVISION=	3
+DISTVERSION=	2.2.6
 CATEGORIES=	www
 
 MAINTAINER=	dch@FreeBSD.org

Modified: branches/2019Q3/www/h2o/distinfo
==============================================================================
--- branches/2019Q3/www/h2o/distinfo	Mon Aug 26 07:56:28 2019	(r509885)
+++ branches/2019Q3/www/h2o/distinfo	Mon Aug 26 07:57:49 2019	(r509886)
@@ -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

Modified: branches/2019Q3/www/h2o/pkg-plist
==============================================================================
--- branches/2019Q3/www/h2o/pkg-plist	Mon Aug 26 07:56:28 2019	(r509885)
+++ branches/2019Q3/www/h2o/pkg-plist	Mon Aug 26 07:57:49 2019	(r509886)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908260757.x7Q7voBt077395>