Created attachment 166609 [details] v1 patch # change log www/h2o: update to 1.7.0 This is a major update release, with following changes (including new features and bug fixes) from 1.6.3. - [core] support for wildcard hostnames - [core][file] preserve query paramaters upon redirection to a directory - [core] use uppercase letters in URI-escape sequence - [core] forbid duplicates in hosts section - [fastcgi] add support for CGI - [fastcgi] drop transfer-encoding header - [file] fix a bug that caused file.mime.addtypes to fail setting the attributes of a content-type - [http2] fix broken PUSH_PROMISE frames being sent under high pressure - [mruby] provide env["rack.input"] - [mruby] HTTP client API - [mruby] dump the ruby source on error - [mruby] provide access to $H2O_ROOT - [mruby] change mrb_int to 64-bit on 64-bit systems - [mruby] concatenate request headers having same name - [mruby] bundle mruby-errno, mruby-file-stat - [mruby] refrain from building mruby handler by default if mkmf (part of ruby dev files) is not found - [proxy] detect upstream close of pooled socket before reuse - [reproxy] add support for relative URI - [ssl] turn on neverbleed by default - [libh2o] fix memory leaks during destruction - [libh2o] simplify vector operations - [misc] support basic authentication using .htpasswd - [misc] fix build error when an older version of H2O is installed aside an external dependency # checks - poudriere OK (10.2 amd64) - portlint -AC OK # poudriere http://pkg.skunkwerks.at/poudriere/data/latest-per-pkg/h2o/1.7.0/ # pretty diff https://github.com/dch/freebsd-ports/tree/h2o
A commit references this bug: Author: koobs Date: Tue Feb 9 15:28:32 UTC 2016 New revision: 408574 URL: https://svnweb.freebsd.org/changeset/ports/408574 Log: www/h2o: Update to 1.7.0 - Update PORTVERSION and dinsto checksum (1.7.0) - Update pkg-plist Changes: https://github.com/h2o/h2o/blob/v1.7.0/Changes PR: 206949 Submitted by: Dave Cottlehuber <dch skunkwerks at> (maintainer) Changes: head/www/h2o/Makefile head/www/h2o/distinfo head/www/h2o/pkg-plist
Committed, thank you Dave!