notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/h2o/Makefile
SVNWeb

Number of commits found: 63

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
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
Sun, 13 Nov 2022
[ 12:17 Dave Cottlehuber (dch) search for other commits by this committer ]    commit hash:c145b6539b6ad55dc4894e0b9f7ff78181deb447  commit hash:c145b6539b6ad55dc4894e0b9f7ff78181deb447  commit hash:c145b6539b6ad55dc4894e0b9f7ff78181deb447  c145b65 
www/h2o: fix for building with LibreSSL 3.5.3

PR:		266659
Sponsored by:	SkunkWerks, GmbH
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 27 Apr 2022
[ 07:32 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Florian Smeets ]    commit hash:8272d84a122f4169c06d794415d598a8b965b43e  commit hash:8272d84a122f4169c06d794415d598a8b965b43e  commit hash:8272d84a122f4169c06d794415d598a8b965b43e  8272d84 
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
Wed, 20 Apr 2022
[ 06:56 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:3599bedde4d4b228ece36c67ff78974e37347f43  commit hash:3599bedde4d4b228ece36c67ff78974e37347f43  commit hash:3599bedde4d4b228ece36c67ff78974e37347f43  3599bed 
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
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: 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)
Sat, 16 Oct 2021
[ 09:51 Jimmy Olgeni (olgeni) search for other commits by this committer ]    commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  4460cf7  (Only the first 10 of 476 ports in this commit are shown above. View all ports for this commit)
*: fix tab vs. space issues, and comments according to the guide.
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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
Tue, 14 Sep 2021
[ 10:55 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:84208cde1719df99f28631513ee48290a5641e56  commit hash:84208cde1719df99f28631513ee48290a5641e56  commit hash:84208cde1719df99f28631513ee48290a5641e56  84208cd 
www/h2o: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 24 Feb 2021
[ 08:39 dch search for other commits by this committer ] Original commit   Revision:566456
www/h2o*: revert r566455 - broken with current libressl

Sponsored by:	SkunkWerks, GmbH
[ 08:00 dch search for other commits by this committer ] Original commit   Revision:566455
www/h2o*: support libressl, drop surplus replaces

Submitted by:   Uwe Trenkner <uwe@trenknerconsulting.com>
Sponsored by:	SkunkWerks, GmbH
Fri, 6 Dec 2019
[ 09:48 pkubaj search for other commits by this committer ] Original commit   Revision:519128
www/h2o: unbreak on powerpc64 elfv2

FreeBSD 13 soon switches to LLVM in base, which builds this port.

Approved by:	mentors (implicit approval)
Sun, 25 Aug 2019
[ 18:29 dch search for other commits by this committer ] Original commit   Revision:509831
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
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Sun, 30 Jun 2019
[ 14:41 adamw search for other commits by this committer ] Original commit   Revision:505423
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
Sat, 25 May 2019
[ 16:16 tobik search for other commits by this committer ] Original commit   Revision:502589
www/h2o*: Remove nop CMAKE_VERBOSE
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sat, 13 Oct 2018
[ 14:55 dch search for other commits by this committer ] Original commit   Revision:481989
www/h2o: add CONFLICTS and appease portlint

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D17466
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Mon, 2 Jul 2018
[ 22:47 dch search for other commits by this committer ] Original commit   Revision:473774
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
Mon, 18 Jun 2018
[ 14:40 linimon search for other commits by this committer ] Original commit   Revision:472699 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Mark ports broken on powerpc64, categories o-z.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
Sat, 2 Jun 2018
[ 20:05 yuri search for other commits by this committer ] Original commit   Revision:471402
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
Sat, 16 Dec 2017
[ 00:40 dch search for other commits by this committer ] Original commit   Revision:456453
www/h2o: update to 2.2.4

Approved by:	jrm (mentor)
Sponsored by:	https://iwantmyname.com/
Differential Revision:	https://reviews.freebsd.org/D13077
Mon, 11 Dec 2017
[ 07:18 linimon search for other commits by this committer ] Original commit   Revision:455927
Mark several ports newly broken on arm.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Sun, 22 Oct 2017
[ 22:34 dch search for other commits by this committer ] Original commit   Revision:452687
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
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
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
Sat, 6 May 2017
[ 05:46 miwi search for other commits by this committer ] Original commit   Revision:440217
- Update to 2.2.2

PR:		218764
Submitted by:	maintainer
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Fri, 17 Mar 2017
[ 18:38 amdmi3 search for other commits by this committer ] Original commit   Revision:436349
- Upgrade to 2.1.0
- Drop bundled libressl switch

PR:		217088
Submitted by:	dch@skunkwerks.at (maintainer)
Thu, 29 Dec 2016
[ 13:24 brnrd search for other commits by this committer ] Original commit   Revision:429910
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
Sat, 17 Dec 2016
[ 22:42 matthew search for other commits by this committer ] Original commit   Revision:428810
- add option knob mruby handler as default
- simplify ssl option
- bump portversion

PR:		213733
Submitted by:	dch@skunkwerks.at (maintainer)
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 14 Sep 2016
[ 09:27 brnrd search for other commits by this committer ] Original commit   Revision:422122
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
Sun, 3 Jul 2016
[ 21:01 junovitch search for other commits by this committer ] Original commit   Revision:417997
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)
Sun, 5 Jun 2016
[ 22:38 junovitch search for other commits by this committer ] Original commit   Revision:416438
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)
Wed, 1 Jun 2016
[ 22:50 zi search for other commits by this committer ] Original commit   Revision:416261
- Update to 1.7.3

PR:		209926
Submitted by:	Dave Cottlehuber
Security:	65bb1858-27de-11e6-b714-74d02b9a84d5
Sun, 15 May 2016
[ 14:43 matthew search for other commits by this committer ] Original commit   Revision:415232
Update to 1.7.2

- various SSL & signal handling fixes
- minor http2 tweaks

PR:		209517
Submitted by:	dch@skunkwerks.at (maintainer)
Tue, 15 Mar 2016
[ 12:37 feld search for other commits by this committer ] Original commit   Revision:411157
www/h2o: Update to 1.7.1

- build system fixes
- improved documentation
- fix file transfer > 2GB on FreeBSD

PR:		208002
Fri, 12 Feb 2016
[ 20:22 rakuco search for other commits by this committer ] Original commit   Revision:408753
Add SIGHUP support.

Support soft reloading of config via `sudo service h2o reload`.

PR:		207093
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
Tue, 9 Feb 2016
[ 15:28 koobs search for other commits by this committer ] Original commit   Revision:408574
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)
Thu, 28 Jan 2016
[ 22:02 rakuco search for other commits by this committer ] Original commit   Revision:407427
Update to 1.6.3.

PR:		206708
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
Fri, 15 Jan 2016
[ 15:40 miwi search for other commits by this committer ] Original commit   Revision:406168
- Update to 1.6.2

PR:		206193
Submitted by:	maintainer
MFH:		2016Q1
Security:	6c808811-bb9a-11e5-a65c-485d605f4717
Wed, 13 Jan 2016
[ 05:39 ak search for other commits by this committer ] Original commit   Revision:406010
- 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
Sun, 10 Jan 2016
[ 15:59 junovitch search for other commits by this committer ] Original commit   Revision:405714
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)
Wed, 16 Dec 2015
[ 23:30 junovitch search for other commits by this committer ] Original commit   Revision:403880
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)
Tue, 10 Nov 2015
[ 02:47 junovitch search for other commits by this committer ] Original commit   Revision:401182
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)
Sun, 25 Oct 2015
[ 23:05 junovitch search for other commits by this committer ] Original commit   Revision:400168
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)
Mon, 12 Oct 2015
[ 14:00 junovitch search for other commits by this committer ] Original commit   Revision:399128
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)
Wed, 16 Sep 2015
[ 12:29 gblach search for other commits by this committer ] Original commit   Revision:397062
- 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)
Thu, 10 Sep 2015
[ 22:59 gblach search for other commits by this committer ] Original commit   Revision:396629
- Fix rc.d script
- Bump PORTVERSION

PR:		202937
Submitted by:	gblach
Approved by:	Dave Cottlehuber (dch <at> skunkwerks <dot> at)
Sun, 6 Sep 2015
[ 19:29 gblach search for other commits by this committer ] Original commit   Revision:396229
- 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]
Tue, 18 Aug 2015
[ 11:11 wen search for other commits by this committer ] Original commit   Revision:394576
- Update to 1.4.3

PR:		202379
Submitted by:	dch@skunkwerks.at(maintainer)
Tue, 28 Jul 2015
[ 11:21 pi search for other commits by this committer ] Original commit   Revision:393066
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)
Sun, 24 May 2015
[ 21:38 amdmi3 search for other commits by this committer ] Original commit   Revision:387352
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q2
Tue, 19 May 2015
[ 06:10 wen search for other commits by this committer ] Original commit   Revision:386743
- Update to 1.2.0

PR:		198573
Submitted by:	anonymous.bug.report@gmail.com
Approved by:	dch@skunkwerks.at(maintainer)
Thu, 7 May 2015
[ 20:24 mat search for other commits by this committer ] Original commit   Revision:385665 (Only the first 10 of 323 ports in this commit are shown above. View all ports for this commit)
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 3 Mar 2015
[ 08:39 mat search for other commits by this committer ] Original commit   Revision:380349
OSVERSION is not defined before bsd.pre.

Pointy Hat to:	az
Sponsored by:	Absolight
Mon, 2 Mar 2015
[ 11:51 az search for other commits by this committer ] Original commit   Revision:380250
- 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)
Wed, 18 Feb 2015
[ 08:47 az search for other commits by this committer ] Original commit   Revision:379201
- remove -r flag from daemon runtime.
- bump PORTREVISION

PR:		197519
Submitted by:	maintainer
Tue, 17 Feb 2015
[ 21:03 az search for other commits by this committer ] Original commit   Revision:379190
- 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 View all of this commit message)

Number of commits found: 63