Changes since version 2.0.26 : Amaury Denoyelle (2): BUG/MINOR: backend: do not set sni on connection reuse BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose Christopher Faulet (4): BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time DOC: spoe: Clarify use of the event directive in spoe-message section DOC: config: Specify %Ta is only available in HTTP mode BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry Daniel Jakots (1): BUILD: ssl: unbreak the build with newer libressl Ilya Shipitsin (12): CI: Github Actions: enable prometheus exporter CI: Github Actions: remove LibreSSL-3.0.2 builds CI: Github Actions: enable BoringSSL builds CI: Github Action: run "apt-get update" before packages restore CI: github actions: update LibreSSL to 3.3.0 CI: github actions: enable 51degrees feature CI: GitHub Actions: enable daily Coverity scan CI: github actions: build several popular "contrib" tools CI: github actions: switch to stable LibreSSL release CI: github actions: update LibreSSL to 3.2.5 CI: Github Actions: switch to LibreSSL-3.3.3 BUILD: scripts/build-ssl.sh: use "uname" instead of ${TRAVIS_OS_NAME} Thierry Fournier (1): DOC: fix misspelled keyword "resolve_retries" in resolvers Tim Duesterhus (12): CI: Expand use of GitHub Actions for CI CI: Stop hijacking the hosts file CI: Pass the github.event_name to matrix.py CI: Clean up Windows CI CI: Pin VTest to a known good commit CI: Fix DEBUG_STRICT definition for Coverity CI: Fix the coverity builds Revert "CI: Pin VTest to a known good commit" CLEANUP: peers: Remove unused static function `free_dcache` CLEANUP: peers: Remove unused static function `free_dcache_tx` CLEANUP: ssl: Remove useless loop in tlskeys_list_get_next() CLEANUP: ssl: Remove useless local variable in tlskeys_list_get_next() William Lallemand (4): MINOR: cli: "show version" displays the current process version BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode BUG/MINOR: cli: fix _getsocks with musl libc BUG/MEDIUM: mworker: don't use _getsocks in wait mode Willy Tarreau (10): CI: Github Actions: temporarily disable BoringSSL builds BUILD: makefile: add entries to build common debugging tools REGTESTS: mark the abns test as broken again BUILD: general: always pass unsigned chars to is* functions MINOR: ssl: make tlskeys_list_get_next() take a list element Revert "BUG/MEDIUM: resolvers: always check a valid item in query_list" BUG/MINOR: http: fix recent regression on authorization in legacy mode BUILD: cli: clear a maybe-unused warning on some older compilers BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning CLEANUP: ssl: make ssl_sock_free_srv_ctx() zero the pointers after free