Hi,
HAProxy 1.7.14 was released on 2021/03/31. It added 7 new commits after
version 1.7.13, all of which are minor fixes. The main one addresses a
build regression when libmusl is used. The other ones are:
- fix for the too lax hdr_ip() parsing
- for the IPv6 fallback of a failed silent-drop action
- a fix for a parsing issue in SPOE that was fixed by accident in 1.8
but which could result in a desynchronized stream on framing error.
Unless you think you're affected by any of them there's no need to upgrade
if you already deployed 1.7.13 successfully.
Please find the usual URLs below :
Site index : http://www.haproxy.org/
Discourse : http://discourse.haproxy.org/
Slack channel : https://slack.haproxy.org/
Issue tracker : https://github.com/haproxy/haproxy/issues
Wiki : https://github.com/haproxy/wiki/wiki
Sources : http://www.haproxy.org/download/1.7/src/
Git repository : http://git.haproxy.org/git/haproxy-1.7.git/
Git Web browsing : http://git.haproxy.org/?p=haproxy-1.7.git
Changelog : http://www.haproxy.org/download/1.7/src/CHANGELOG
Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/
Willy
---
Complete changelog :
Willy Tarreau (7):
BUILD: ebtree: fix build on libmusl after recent introduction of
eb_memcmp()
MINOR: tools: make url2ipv4 return the exact number of bytes parsed
BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters
BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields
BUG/MINOR: tcp: fix silent-drop workaround for IPv6
BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS
BUG/MINOR: spoe: fix handling of truncated frame
---