Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0.d.20241011 11 Nov 2024 00:28:35 |
Dave Cottlehuber (dch) |
www/h2o: update to 20241011 snapshot
- https://github.com/h2o/h2o/security/advisories
Security: CVE-2024-25622
Security: CVE-2024-45403
Security: CVE-2024-45397
Sponsored by: SkunkWerks, GmbH |
2.3.0.d.20240411 04 May 2024 15:22:05 |
Dave Cottlehuber (dch) |
www/h2o: update to latest git snapshot 20240411
pet port
- fix build without ruby
- add new quicly includes
- let ports handle fusion CPU options
Differential Revision: https://reviews.freebsd.org/D44942
PR: 278101
Obtained from: diizzy |
2.3.0.d.20240314 26 Mar 2024 09:38:46 |
Dave Cottlehuber (dch) |
www/h2o: remove stray patch from 2.2.6
Fixes: d9654d0266205921ab9cd0d70c7d2ccd8568114f |
2.3.0.d.20240314 24 Mar 2024 14:15:48 |
Dave Cottlehuber (dch) |
www/h2o*: meld devel flavour into main port
- upstream has indicated there will be no more versioned releases
- only master branch updates
- all remaining consumers of libh2o have moved to alternatives |
2.2.6_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.2.6_2 28 Oct 2023 22:13:46 |
Dave Cottlehuber (dch) |
www/h2o: patch for HTTP2 rapid reset attack, deprecate
- downstream dnsdist project has backported a fix for this specific issue
- deprecation is still planned, and port should not be considered secure
- pet port in line with www/h2o-devel
See https://github.com/h2o/h2o/pull/3293 for further details
Obtained from: Remi Gacogne <remi.gacogne@powerdns.com>
Security: CVE-2023-44487
Security: https://github.com/h2o/h2o/security/advisories/GHSA-2m7v-gc89-fjqf |
2.2.6_1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
2.2.6_1 13 Nov 2022 12:17:06 |
Dave Cottlehuber (dch) |
www/h2o: fix for building with LibreSSL 3.5.3
PR: 266659
Sponsored by: SkunkWerks, GmbH |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.6 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.6 27 Apr 2022 07:32:14 |
Yasuhiro Kimura (yasu) Author: Florian Smeets |
www/h2o: Fix build with Ruby 3.x when MRUBY option is enabled
Reference: https://github.com/h2o/h2o/issues/2789
PR: 263053
Approved by: maintainer |
2.2.6 20 Apr 2022 06:56:56 |
Yasuhiro Kimura (yasu) |
www/h2o: Mark BROKEN with Ruby 3.x when MRUBY option is enabled
cd /wrkdirs/usr/ports/www/h2o/work/h2o-2.2.6/deps/mruby && MRUBY_TOOLCHAIN=clang
MRUBY_CONFIG=/wrkdirs/usr/ports/www/h2o/work/h2o-2.2.6/misc/mruby_config.rb
MRUBY_BUILD_DIR=/wrkdirs/usr/ports/www/h2o/work/.build/mruby ruby minirake
(in /wrkdirs/usr/ports/www/h2o/work/h2o-2.2.6/deps/mruby)
PKG-CONFIG onigmo
PKG-CONFIG oniguruma
rake aborted!
wrong number of arguments (given 2, expected 1)
Rakefile:40:in `<top (required)>'
*** Error code 1
Stop.
PR: 263053
Approved by: maintainer timeout |
2.2.6 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
2.2.6 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
2.2.6 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.2.6 14 Sep 2021 10:55:39 |
Bernhard Froehlich (decke) |
www/h2o: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket) |
2.2.6 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.2.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.6 24 Feb 2021 08:39:20 |
dch |
www/h2o*: revert r566455 - broken with current libressl
Sponsored by: SkunkWerks, GmbH |
2.2.6_1 24 Feb 2021 08:00:18 |
dch |
www/h2o*: support libressl, drop surplus replaces
Submitted by: Uwe Trenkner <uwe@trenknerconsulting.com>
Sponsored by: SkunkWerks, GmbH |
2.2.6 09 Oct 2020 21:00:14 |
dch |
www/h2o*: set default http headers in samples, not add
This improves the default security posture of both h2o-flavoured ports.
Submitted by: Uwe Trenkner <uwe@trenknerconsulting.com>
Sponsored by: SkunkWerks, GmbH |
2.2.6 09 May 2020 01:52:03 |
csjp |
Fix h2o build when building with libressl
PR: 242863
Reported by: Ulas SAYGIN
Reviewed by: dch
Approved by: dch
Differential Revision: https://reviews.freebsd.org/D24455 |
2.2.6 06 Dec 2019 09:48:35 |
pkubaj |
www/h2o: unbreak on powerpc64 elfv2
FreeBSD 13 soon switches to LLVM in base, which builds this port.
Approved by: mentors (implicit approval) |
2.2.6 25 Aug 2019 18:29:33 |
dch |
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)
MFH: 2019Q3
Security: CVE-2019-9512
Security: CVE-2019-9514
Security: CVE-2019-9515
Sponsored by: SkunkWerks, GmbH |
2.2.5_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.2.5_3 30 Jun 2019 14:41:18 |
adamw |
h2o{,-devel}: Improve rc.d/h2o, freshen h2o.conf
rc.d/h2o:
- Add a configtest target
- Fix a bug that could prevent the script from locating the PIDfile path
h2o.conf:
- Remove entries that are defaults
PR: 238888
Approved by: maintainer (dch)
MFH: 2019Q2 |
2.2.5_2 25 May 2019 16:16:27 |
tobik |
www/h2o*: Remove nop CMAKE_VERBOSE |
2.2.5_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.2.5_1 13 Oct 2018 14:55:19 |
dch |
www/h2o: add CONFLICTS and appease portlint
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D17466 |
2.2.5_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.2.5 02 Jul 2018 22:47:17 |
dch |
www/h2o: update 2.2.4 to 2.2.5
- fix buffer overflow CVE-2018-0608 #1775 (Frederik Deweerdt)
- LibreSSL and PicoTLS changes
- see https://github.com/h2o/h2o/blob/master/Changes
PR: 228762
Submitted by: Max Kostikov <max@kostikov.co>
Approved by: jrm
MFH: 2018Q3
Security: CVE-2018-0608 |
2.2.4_1 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
2.2.4_1 02 Jun 2018 20:05:46 |
yuri |
www/h2o: Unbreak: build and install libraries that this project builds by
default
Port changes:
* Remove -DWITHOUT_LIBS=ON: the project builds libs by default,
and has "it can also be used as a library" in its description.
If desired, the option NOLIBS can potentially be created.
* Remove stray -DEXTRA_LIBRARIES=OFF: EXTRA_LIBRARIES doesn't exist in the
CMakeLists.txt
Approved by: portmgr |
2.2.4 22 Apr 2018 08:25:24 |
brnrd |
www/h2o: Fix build with LibreSSL 2.7
- LibreSSL 2.7 implements OpenSSL 1.1 API
- Use patch from upstream issue 1706
PR: 227169
Approved by: maintainer time-out |
2.2.4 16 Dec 2017 00:40:59 |
dch |
www/h2o: update to 2.2.4
Approved by: jrm (mentor)
Sponsored by: https://iwantmyname.com/
Differential Revision: https://reviews.freebsd.org/D13077 |
2.2.3 11 Dec 2017 07:18:48 |
linimon |
Mark several ports newly broken on arm.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.2.3 22 Oct 2017 22:34:58 |
dch |
www/h2o: update to 2.2.3
- resolve security vulnerabilities via new release
- ensure custom config files are loaded by re-ordering h2o rc.d script
- clean up options while we are here
- full changelog: https://github.com/h2o/h2o/releases/tag/v2.2.3
PR: 222281
Reported by: freebsd@get-experience.com
Reviewed by: jrm (mentor)
Approved by: jrm (mentor)
MFH: 2017Q4
Security: CVE-2017-10868
Security: CVE-2017-10869
Differential Revision: https://reviews.freebsd.org/D12619 |
2.2.2_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.2.2 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
2.2.2 06 May 2017 05:46:14 |
miwi |
- Update to 2.2.2
PR: 218764
Submitted by: maintainer |
2.1.0_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.1.0 17 Mar 2017 18:38:06 |
amdmi3 |
- Upgrade to 2.1.0
- Drop bundled libressl switch
PR: 217088
Submitted by: dch@skunkwerks.at (maintainer) |
2.0.4_2 29 Dec 2016 13:24:01 |
brnrd |
www/h2o: Fix Use-after-free vulnerability
- Fix duplicate PORTREVISION assignment
- Register OpenSSL dependency when LIBRESSL is OFF
PR: 215587
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
MFH: 2016Q4
Security: d0b12952-cb86-11e6-906f-0cc47a065786
Security: CVE-2016-7835 |
2.0.4_1 17 Dec 2016 22:42:05 |
matthew |
- add option knob mruby handler as default
- simplify ssl option
- bump portversion
PR: 213733
Submitted by: dch@skunkwerks.at (maintainer) |
2.0.4_1 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
2.0.4_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
2.0.4 14 Sep 2016 09:27:14 |
brnrd |
www/h2o: Update to 2.0.4 (Fixes vulnerability)
- Update to version 2.0.4
PR: 211892
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
Reviewed by: brnrd
MFH: 2016Q3
Security: 08664d42-7989-11e6-b7a8-74d02b9a84d5 |
2.0.1 03 Jul 2016 21:01:57 |
junovitch |
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) |
2.0.0 05 Jun 2016 22:38:48 |
junovitch |
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) |
1.7.3 01 Jun 2016 22:50:28 |
zi |
- Update to 1.7.3
PR: 209926
Submitted by: Dave Cottlehuber
Security: 65bb1858-27de-11e6-b714-74d02b9a84d5 |
1.7.2 15 May 2016 14:43:52 |
matthew |
Update to 1.7.2
- various SSL & signal handling fixes
- minor http2 tweaks
PR: 209517
Submitted by: dch@skunkwerks.at (maintainer) |
1.7.1 15 Mar 2016 12:37:33 |
feld |
www/h2o: Update to 1.7.1
- build system fixes
- improved documentation
- fix file transfer > 2GB on FreeBSD
PR: 208002 |
1.7.0_1 12 Feb 2016 20:22:15 |
rakuco |
Add SIGHUP support.
Support soft reloading of config via `sudo service h2o reload`.
PR: 207093
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.7.0 09 Feb 2016 15:28:32 |
koobs |
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) |
1.6.3 28 Jan 2016 22:02:39 |
rakuco |
Update to 1.6.3.
PR: 206708
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.6.2 15 Jan 2016 15:40:36 |
miwi |
- Update to 1.6.2
PR: 206193
Submitted by: maintainer
MFH: 2016Q1
Security: 6c808811-bb9a-11e5-a65c-485d605f4717 |
1.6.1_1 13 Jan 2016 05:39:29 |
ak |
- Remove unused USE_* knobs:
databases/mysql57-server
games/kajongg
textproc/ruby-htree
- Fix typos in USE_* knobs:
graphics/fortytwo
math/hexcalc
misc/gnustep-examples
www/h2o
- Remove unused BROKEN_alpha knob:
devel/directfb
- Remove user-settable knob:
multimedia/tovid
Approved by: portmgr blanket |
1.6.1 10 Jan 2016 15:59:20 |
junovitch |
www/h2o: update 1.6.0 -> 1.6.1 and add LibreSSL option
- OPTIONS: Add bundled LIBRESSL option and set as default
- HTTP/2 support requires TLS ALPN extension missing in base OpenSSL
- Upstream expectation is the bundled LibreSSL is used to support HTTP/2
- Enables ChaCha20-Poly1305 ciphers as a bonus
- Update sample configuration file
Changes: https://github.com/h2o/h2o/releases/tag/v1.6.1
PR: 205946
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.6.0 16 Dec 2015 23:30:27 |
junovitch |
www/h2o: update 1.5.3 -> 1.6.0
Changes: https://github.com/h2o/h2o/releases/tag/v1.6.0
PR: 205337
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.5.3 10 Nov 2015 02:47:16 |
junovitch |
www/h2o: update 1.5.2 -> 1.5.3
Changes: https://github.com/h2o/h2o/releases/tag/v1.5.3
PR: 204321
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.5.2 25 Oct 2015 23:05:44 |
junovitch |
www/h2o: update 1.5.0 -> 1.5.2
- Update cmake args and regen cmake patch for the new release
- Add documentation files to pkg-plist
Changes: https://github.com/h2o/h2o/releases/tag/v1.5.1
Changes: https://github.com/h2o/h2o/releases/tag/v1.5.2
PR: 203956
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.5.0 12 Oct 2015 14:00:20 |
junovitch |
www/h2o: update 1.4.5 -> 1.5.0
Changes: https://github.com/h2o/h2o/releases/tag/v1.5.0
PR: 203575
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.4.5 16 Sep 2015 12:29:57 |
gblach |
- Fix rc.d issues introduced with recent perl changes [1]
- Update to 1.4.5 [2]
PR: 203147 [1], 203096 [2]
Submitted by: Dave Cottlehuber (maintainer) |
1.4.4_1 10 Sep 2015 22:59:56 |
gblach |
- Fix rc.d script
- Bump PORTVERSION
PR: 202937
Submitted by: gblach
Approved by: Dave Cottlehuber (dch <at> skunkwerks <dot> at) |
1.4.4 06 Sep 2015 19:29:11 |
gblach |
- Update to 1.4.4 [1]
- Drop 8.x support [2]
PR: 202818 [1]
Submitted by: Dave Cottlehuber (dch <at> skunkwerks <dot> at) [1]
Approved by: portmgr blanket [2] |
1.4.3 18 Aug 2015 11:11:23 |
wen |
- Update to 1.4.3
PR: 202379
Submitted by: dch@skunkwerks.at(maintainer) |
1.4.2 28 Jul 2015 11:21:26 |
pi |
www/h2o: 1.2.0 -> 1.4.2
ChangeLog:
https://github.com/h2o/h2o/releases
PR: 200998
Submitted by: sean@x-n.su
Approved by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
1.2.0_1 24 May 2015 21:38:57 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
1.2.0 19 May 2015 06:10:29 |
wen |
- Update to 1.2.0
PR: 198573
Submitted by: anonymous.bug.report@gmail.com
Approved by: dch@skunkwerks.at(maintainer) |
1.0.1 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.1 03 Mar 2015 08:39:12 |
mat |
OSVERSION is not defined before bsd.pre.
Pointy Hat to: az
Sponsored by: Absolight |
1.0.1 02 Mar 2015 11:51:57 |
az |
- update to 1.0.1
- ignore build on OSVERSION < 9.0 as it doesn't compile even with clang
- some port cleanups
PR: 197846
Submitted by: dch@skunkwerks.at (maintainer) |
0.9.2_1 18 Feb 2015 08:47:40 |
az |
- remove -r flag from daemon runtime.
- bump PORTREVISION
PR: 197519
Submitted by: maintainer |
0.9.2 17 Feb 2015 21:03:06 |
az |
- add new port: www/h2o
H2O is a very fast HTTP server written in C. It can also be used as a library.
It supports:
- HTTP/1.0, HTTP/1.1
- [HTTP/2](http://http2.github.io/)
- draft 16 (and draft 14 to support older clients)
- persistent connections
- chunked encoding
- negotiation methods: NPN, ALPN, Upgrade, direct
- dependency and weight-based prioritization
- server push
- TLS
- uses [OpenSSL](https://www.openssl.org/) (Only the first 15 lines of the commit message are shown above ) |