diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-06-06 06:38:48 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-06-06 06:38:48 +0800 |
commit | 3f11d42db6ec0fe1ba57dfec87f097b80e3bffd1 (patch) | |
tree | 55a278f7d19a10338b311a7669bb963d8a9741a2 /UPDATING | |
parent | 3f35d40d6bb4f1cbfffba6d5289984584716ec0c (diff) | |
download | freebsd-ports-gnome-3f11d42db6ec0fe1ba57dfec87f097b80e3bffd1.tar.gz freebsd-ports-gnome-3f11d42db6ec0fe1ba57dfec87f097b80e3bffd1.tar.zst freebsd-ports-gnome-3f11d42db6ec0fe1ba57dfec87f097b80e3bffd1.zip |
www/h2o: update 1.7.3 -> 2.0.0
- explicitly set H2O_PERL via rc.d script
Summary of major changes:
- support for Brotli compression
- directives for file-level resource mapping
- addition of the status handler
- reverse proxying using HTTPS
Changes: https://github.com/h2o/h2o/releases/tag/v2.0.0
PR: 209927
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160605 + AFFECTS: Users of www/h2o + AUTHOR: junovitch@FreeBSD.org + + File paths no longer have a trailing / appended to them. This enables + directing specific paths to a file but may break existing configurations. + Refer to https://h2o.examp1e.net/configure/file_directives.html and + revise your yaml config appropriately. + 20160601 AFFECTS: users of security/libressl-devel AUTHOR: brnrd@FreeBSD.org @@ -34,7 +43,6 @@ you update your ports collection, before attempting any port upgrades. Portupgrade users: portupgrade -fr security/libressl-devel - 20160527 AFFECTS: Users of mail/opensmtpd-extras (any of them) AUTHOR: adamw@FreeBSD.org |