pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/haproxy



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 13 09:32:47 UTC 2026

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.141 -r1.142 pkgsrc/net/haproxy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/haproxy/Makefile
diff -u pkgsrc/net/haproxy/Makefile:1.149 pkgsrc/net/haproxy/Makefile:1.150
--- pkgsrc/net/haproxy/Makefile:1.149   Tue Feb  3 09:14:40 2026
+++ pkgsrc/net/haproxy/Makefile Fri Feb 13 09:32:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.149 2026/02/03 09:14:40 adam Exp $
+# $NetBSD: Makefile,v 1.150 2026/02/13 09:32:47 adam Exp $
 
-DISTNAME=      haproxy-3.3.2
+DISTNAME=      haproxy-3.3.3
 CATEGORIES=    net www
 MASTER_SITES=  https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
 

Index: pkgsrc/net/haproxy/distinfo
diff -u pkgsrc/net/haproxy/distinfo:1.141 pkgsrc/net/haproxy/distinfo:1.142
--- pkgsrc/net/haproxy/distinfo:1.141   Tue Feb  3 09:14:40 2026
+++ pkgsrc/net/haproxy/distinfo Fri Feb 13 09:32:47 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.141 2026/02/03 09:14:40 adam Exp $
+$NetBSD: distinfo,v 1.142 2026/02/13 09:32:47 adam Exp $
 
-BLAKE2s (haproxy-3.3.2.tar.gz) = 30bfb314a768648b6cf1868d13ebe1209452cac58bc648cc96e2ce9dee2c367f
-SHA512 (haproxy-3.3.2.tar.gz) = 008980eaeed0caf9317f6bc0f8fd44eaf1466d8603cbea577341dfbfc2b4a03c323c3f3b071f7a15109624f8417205a300c39afa7732d43fc0513fded3a495ae
-Size (haproxy-3.3.2.tar.gz) = 5245813 bytes
+BLAKE2s (haproxy-3.3.3.tar.gz) = 38ed0d619f750aea1574ef668b64cc1c3ffc1425db2307da53c128df4d24aa9b
+SHA512 (haproxy-3.3.3.tar.gz) = f440597d610d6f87c905714aaf08db1ef40e658958329de480583ef143bcdd0ea931cb0731a76e6a03863f3dfe1bc65551ecf534c1e5f9a0631be35f2da34400
+Size (haproxy-3.3.3.tar.gz) = 5249264 bytes
 SHA1 (patch-include_haproxy_proxy-t.h) = 5fb2f6748c57f1f2dab6b355a4191d9ada2d367b
 SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96
 SHA1 (patch-include_haproxy_queue.h) = eed5ea43212462134fb60b50c2a32e619e104d51



Home | Main Index | Thread Index | Old Index