notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/envoy/files/patch-source_common_common_posix_thread__impl.cc

Number of commits found: 2

Friday, 9 Jun 2023
10:16 Alexey Dokuchaev (danfe) search for other commits by this committer
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
commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f b988824
Wednesday, 10 Jul 2019
09:38 danfe search for other commits by this committer
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/
Original commitRevision:506344 

Number of commits found: 2