diff options
author | adam <adam@pkgsrc.org> | 2022-03-03 10:37:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-03-03 10:37:56 +0000 |
commit | 1fcdf0c48f246bc4c424bb2263bbaf7707fe3f7d (patch) | |
tree | b26ca6126db12fc9b1b602aefc35d2d64d6f5907 /net/haproxy | |
parent | 0b91610e7beeb425873d40fece3f82dc21b1a140 (diff) | |
download | pkgsrc-1fcdf0c48f246bc4c424bb2263bbaf7707fe3f7d.tar.gz |
haproxy: updated to 2.5.4
2.5.4
- BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
- BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
- BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
- DOC: Fix usage/examples of deprecated ACLs
- BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy()
- REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks
- CI: github: enable pool debugging by default
- BUG/MEDIUM: stream: Abort processing if response buffer allocation fails
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 4 | ||||
-rw-r--r-- | net/haproxy/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index ea664262a3c..59c01b50bdb 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2022/02/21 17:13:39 adam Exp $ +# $NetBSD: Makefile,v 1.92 2022/03/03 10:37:56 adam Exp $ -DISTNAME= haproxy-2.5.3 +DISTNAME= haproxy-2.5.4 CATEGORIES= net www MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 522d027aaea..4d8c1712258 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.84 2022/02/21 17:13:39 adam Exp $ +$NetBSD: distinfo,v 1.85 2022/03/03 10:37:56 adam Exp $ -BLAKE2s (haproxy-2.5.3.tar.gz) = c1df3d020ff7168d9cec6834469cea71501d26efc981f9b1da0268ef55c6eb24 -SHA512 (haproxy-2.5.3.tar.gz) = 691a65eae3912df655124b754ef72785776084c2376220e2ceeaa89c8c5c392eb7d2b2ab72ac06c638c3169bf59b2d83ce0caa42c19ba6ebf7a8c6036bc62280 -Size (haproxy-2.5.3.tar.gz) = 3818959 bytes +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 SHA1 (patch-Makefile) = 6fc9a19a8526b91473448822beab18878d6db1ac SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96 |