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/envoy/files/patch-source_common_common_posix_thread__impl.cc
SVNWeb

Number of commits found: 2

Fri, 9 Jun 2023
[ 10:16 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:b988824351d62cbfffe1fc6c905ec87de85f3e3f  commit hash:b988824351d62cbfffe1fc6c905ec87de85f3e3f  commit hash:b988824351d62cbfffe1fc6c905ec87de85f3e3f  b988824  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
www/envoy: the port had been updated to version 1.26.1 \o/

Currently, only a limited set of extensions is being built,
e.g. WASM-related code was disabled due to unsolved issues.

Please send patches to enable missing functionality, there
are lots of features remain to be explored.

Unfortunately, it still requires BoringSSL for the moment.

PR:	262115
Wed, 10 Jul 2019
[ 09:38 danfe search for other commits by this committer ] Original commit   Revision:506344 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Envoy is a high performance C++ distributed edge and service proxy for
cloud-native services and applications.

Envoy is originally built with Bazel, monstrous build system written in
Java which does silly things like downloading dependencies from GitHub
and is just a PITA to work against.  This port is built with two simple
makefiles and GNU make(1).  Protobuf semantic validation was disabled
because it apparently requires pulling in ``Go'' language, and I'm not
comfortable with this technology yet.

Note that this port currently requires DEFAULT_VERSIONS+=ssl=boringssl
added to your /etc/make.conf file.

WWW: https://www.envoyproxy.io/

Number of commits found: 2