Bug 210769 - www/h2o: update 2.0.0 to 2.0.1
Summary: www/h2o: update 2.0.0 to 2.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason Unovitch
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-07-03 08:46 UTC by Dave Cottlehuber
Modified: 2016-07-03 21:03 UTC (History)
1 user (show)

See Also:


Attachments
v1 patch (1.39 KB, text/plain)
2016-07-03 08:46 UTC, Dave Cottlehuber
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Cottlehuber freebsd_committer freebsd_triage 2016-07-03 08:46:42 UTC
Created attachment 172052 [details]
v1 patch

# qa

poudriere OK 10.3R amd64
synth     OK 11.0-CURRENT-alpha-5 AMD64
portlint  OK --

WARN: /usr/ports/www/h2o/pkg-plist: [5]: If and only if your port is DATADIR-safe (that is, a user can override DATADIR when building this port and the port will still work correctly) consider using DATADIR macro; if you are unsure if this port is DATADIR-safe, then ignore this warning
WARN: Makefile: possible use of absolute pathname "/var/log/${PORTNAME}...".

# changelog

www/h2o: update 2.0.0 -> 2.0.1
    
minor fixes including:
    
[fastcgi] fix internal server error when PHP returns a huge header #958 (Kazuho Oku)
[http2] recognize link header containing multiple links #950 (Frederik Deweerdt)
[libh2o] fix resource leaks upon startup failure #936 (David CARLIER)
[libh2o] do not require linking to libbrotli externally #941 (Kazuho Oku)


A full list of changes can be found here:

    https://github.com/h2o/h2o/releases/tag/v2.0.1
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-03 21:02:25 UTC
A commit references this bug:

Author: junovitch
Date: Sun Jul  3 21:01:57 UTC 2016
New revision: 417997
URL: https://svnweb.freebsd.org/changeset/ports/417997

Log:
  www/h2o: update 2.0.0 -> 2.0.1

  This is a bug-fix release of 2.0 series, fixing following issues found in 2.0.0.
  * [fastcgi] fix internal server error when PHP returns a huge header #958
  * [http2] recognize link header containing multiple links #950
  * [libh2o] fix resource leaks upon startup failure #936
  * [libh2o] do not require linking to libbrotli externally #941

  Changes:	https://github.com/h2o/h2o/releases/tag/v2.0.1

  PR:		210769
  Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)

Changes:
  head/www/h2o/Makefile
  head/www/h2o/distinfo
Comment 2 Jason Unovitch freebsd_committer freebsd_triage 2016-07-03 21:03:05 UTC
Committed. Thanks!