- Added - Improve TCP/TLS performance if no traffic shaper is configured using the max_bps option. - mod_stats_prometheus: Add a counter for STUN/TURN protocol errors, bucketed by transport and error condition. - build.config: Add code_loading option to specify whether code is loaded statically during eturnal startup or dynamically on demand. The latter may be desirable for (distribution) builds that use separately packaged Erlang dependencies, as it avoids hard-coding dependency versions at build time. - Docker: Include STUN lookup at container start for an IPv6 address as well. - Docker: Allow to define a different external STUN service for IP address lookups by adding the container-image-specific environment variable STUN_SERVICE, defaulting to: STUN_SERVICE="stun.conversations.im 3478". This same variable may also be used to disable the STUN lookup by defining STUN_SERVICE=false. - Changed - build.config: Rename the eturnal_bin_prefix option to eturnal_prefix. - Removed - build.config: Remove the eturnal_etc_prefix option. - Fixed - Fix dynamic loading of mod_stats_prometheus dependencies (for distribution builds). - Docker: Keep list of installed packages, so that image scanners like Trivy can check the image for vulnerabilities. - Drop make-it-build.patch: better fix in upstream release OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/eturnal?expand=0&rev=27
2 lines
22 B
Plaintext
2 lines
22 B
Plaintext
use_distro_path.patch
|