Skip to content

Commit d198bf6

Browse files
author
adam
committed
haproxy: updated to 3.3.3
3.3.3 - MEDIUM: h1: strictly verify quoting in chunk extensions - DOC: internals: cleanup few typos in master-worker documentation - BUG/MEDIUM: applet: Fix test on shut flags for legacy applets - BUG/MEDIUM: threads: Atomically set TH_FL_SLEEPING and clr FL_NOTIFIED - CLEANUP: haproxy: fix bad line wrapping in run_poll_loop() - BUG/MINOR: cpu-topo: count cores not cpus to distinguish core types - CLEANUP: lb-chash: free lb_nodes from chash's deinit(), not global - BUG/MEDIUM: lb-chash: always properly initialize lb_nodes with dynamic servers - DOC: config: mention the limitation on server id range for consistent hash - MEDIUM: backend: make "balance random" consider req rate when loads are equal - BUG/MINOR: config: Fix setting of alt_proto - BUG/MINOR: startup: fix allocation error message of progname string - BUG/MINOR: startup: handle a possible strdup() failure - MINOR: activity: support setting/clearing lock/memory watching for task profiling - MEDIUM: activity: apply and use new finegrained task profiling settings - MINOR: activity: allow to switch per-task lock/memory profiling at runtime - BUG/MINOR: ssl: SSL_CERT_DIR environment variable doesn't affect haproxy - BUG/MINOR: quic: ensure handshake speed up is only run once per conn - BUG/MINOR: backend: fix access on shared counters array - BUG/MAJOR: quic: reject invalid token - BUG/MAJOR: quic: fix parsing frame type
1 parent 4b3b5fe commit d198bf6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

net/haproxy/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.149 2026/02/03 09:14:40 adam Exp $
1+
# $NetBSD: Makefile,v 1.150 2026/02/13 09:32:47 adam Exp $
22

3-
DISTNAME= haproxy-3.3.2
3+
DISTNAME= haproxy-3.3.3
44
CATEGORIES= net www
55
MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
66

net/haproxy/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.141 2026/02/03 09:14:40 adam Exp $
1+
$NetBSD: distinfo,v 1.142 2026/02/13 09:32:47 adam Exp $
22

3-
BLAKE2s (haproxy-3.3.2.tar.gz) = 30bfb314a768648b6cf1868d13ebe1209452cac58bc648cc96e2ce9dee2c367f
4-
SHA512 (haproxy-3.3.2.tar.gz) = 008980eaeed0caf9317f6bc0f8fd44eaf1466d8603cbea577341dfbfc2b4a03c323c3f3b071f7a15109624f8417205a300c39afa7732d43fc0513fded3a495ae
5-
Size (haproxy-3.3.2.tar.gz) = 5245813 bytes
3+
BLAKE2s (haproxy-3.3.3.tar.gz) = 38ed0d619f750aea1574ef668b64cc1c3ffc1425db2307da53c128df4d24aa9b
4+
SHA512 (haproxy-3.3.3.tar.gz) = f440597d610d6f87c905714aaf08db1ef40e658958329de480583ef143bcdd0ea931cb0731a76e6a03863f3dfe1bc65551ecf534c1e5f9a0631be35f2da34400
5+
Size (haproxy-3.3.3.tar.gz) = 5249264 bytes
66
SHA1 (patch-include_haproxy_proxy-t.h) = 5fb2f6748c57f1f2dab6b355a4191d9ada2d367b
77
SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96
88
SHA1 (patch-include_haproxy_queue.h) = eed5ea43212462134fb60b50c2a32e619e104d51

0 commit comments

Comments
 (0)