diff options
author | adam <adam@pkgsrc.org> | 2022-04-05 19:08:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-05 19:08:11 +0000 |
commit | 87576f4219fccb9a29afaedfe2b2bb77ec7785f7 (patch) | |
tree | 32e5e0be56ed0c06faf81ea3fdeec25dcb67d58c /net | |
parent | 8024703915276ad4d546809c86bdaabc0766a944 (diff) | |
download | pkgsrc-87576f4219fccb9a29afaedfe2b2bb77ec7785f7.tar.gz |
haproxy: updated to 2.5.5
2.5.5
- CI: github actions: add the output of $CC -dM -E-
- CI: github actions: use cache for OpenTracing
- CI: refactor OpenTracing build script
- CI: github actions: use cache for SSL libs
- CI: Consistently use actions/checkout@v2
- BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers
- BUILD: tree-wide: mark a few numeric constants as explicitly long long
- BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks
- BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks()
- REGTESTS: fix the race conditions in normalize_uri.vtc
- REGTESTS: fix the race conditions in secure_memcmp.vtc
- BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST
- BUG/MINOR: pool: always align pool_heads to 64 bytes
- BUG/MEDIUM: pools: fix ha_free() on area in the process of being freed
- BUILD: fix kFreeBSD build.
- MINOR: pools: add a new global option "no-memory-trimming"
- MINOR: stats: Add dark mode support for socket rows
- BUILD: pools: fix backport of no-memory-trimming on non-linux OS
- BUILD: fix recent build breakage of freebsd caused by kFreeBSD build fix
- BUG/MINOR: add missing modes in proxy_mode_str()
- BUG/MINOR: cli: shows correct mode in "show sess"
- BUG/MINOR: httpclient: Set conn-stream/channel EOI flags at the end of request
- BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request
- BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request
- BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request
- BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request
- BUG/MEDIUM: stream: Use the front analyzers for new listener-less streams
- DEBUG: cache: Update underlying buffer when loading HTX message in cache applet
- BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing
- DEBUG: stream: Add the missing descriptions for stream trace events
- DEBUG: stream: Fix stream trace message to print response buffer state
- BUG/MAJOR: mux-pt: Always destroy the backend connection on detach
- BUG/MINOR: session: fix theoretical risk of memleak in session_accept_fd()
- BUG/MEDIUM: httpclient: don't consume data before it was analyzed
- CLEANUP: htx: remove unused co_htx_remove_blk()
- BUG/MINOR: httpclient: consume partly the blocks when necessary
- BUG/MINOR: httpclient: remove the UNUSED block when parsing headers
- BUG/MEDIUM: httpclient: must manipulate head, not first
- REGTESTS: fix the race conditions in be2hex.vtc
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy/Makefile | 6 | ||||
-rw-r--r-- | net/haproxy/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 59c01b50bdb..c112db184b3 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.92 2022/03/03 10:37:56 adam Exp $ +# $NetBSD: Makefile,v 1.93 2022/04/05 19:08:11 adam Exp $ -DISTNAME= haproxy-2.5.4 +DISTNAME= haproxy-2.5.5 CATEGORIES= net www MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/ -MAINTAINER= morr@NetBSD.org +MAINTAINER= adam@NetBSD.org HOMEPAGE= https://www.haproxy.org/ COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= gnu-gpl-v2 diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 4d8c1712258..6a19d07c765 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.85 2022/03/03 10:37:56 adam Exp $ +$NetBSD: distinfo,v 1.86 2022/04/05 19:08:11 adam Exp $ -BLAKE2s (haproxy-2.5.4.tar.gz) = 525398d83268780bdf696dfa8026135782c13c9455ab3f898cf87b08cfc04956 -SHA512 (haproxy-2.5.4.tar.gz) = 95eb1ad9121a93cc77f0dd14e0080e18935cd45dc7dc511ab6dd0ecbdbb967bbde5eaa83f70157086796603560b979689f7d50b0cfba93d0245544c3a8c28a87 -Size (haproxy-2.5.4.tar.gz) = 3819082 bytes +BLAKE2s (haproxy-2.5.5.tar.gz) = 17f98dff8a979eceec624e87d064ebcc2545f0f2b2d718ede0074e885b3a864b +SHA512 (haproxy-2.5.5.tar.gz) = f68af2be330b0fa817f7611ff46e0d3e0cc52d024b20394a5f1eedf33e6774115ee6f35ecd82d33b9ecedea2fe5afcfa32270cee33a1f6ce1726d96cc8c0d821 +Size (haproxy-2.5.5.tar.gz) = 3821477 bytes SHA1 (patch-Makefile) = 6fc9a19a8526b91473448822beab18878d6db1ac SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96 |