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:           Sun Feb 22 19:46:20 UTC 2026

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.3.4

3.3.4
- DOC: internals: addd mworker V3 internals
- DOC: proxy-proto: underline the packed attribute for struct pp2_tlv_ssl
- BUG/MINOR: deviceatlas: add missing return on error in config parsers
- BUG/MINOR: deviceatlas: add NULL checks on strdup() results in config parsers
- BUG/MEDIUM: deviceatlas: fix resource leaks on init error paths
- BUG/MINOR: deviceatlas: fix off-by-one in da_haproxy_conv()
- BUG/MINOR: deviceatlas: fix cookie vlen using wrong length after extraction
- BUG/MINOR: deviceatlas: fix double-checked locking race in checkinst
- BUG/MINOR: deviceatlas: fix resource leak on hot-reload compile failure
- BUG/MINOR: deviceatlas: fix deinit to only finalize when initialized
- BUG/MINOR: deviceatlas: set cache_size on hot-reloaded atlas instance
- BUG/MINOR: ssl: lack crtlist_dup_ssl_conf() declaration
- BUG/MINOR: ssl: double-free on error path w/ ssl-f-use parser
- BUG/MINOR: ssl: fix leak in ssl-f-use parser upon error
- BUG/MINOR: ssl: clarify ssl-f-use errors in post-section parsing
- BUG/MINOR: ssl: error with ssl-f-use when no "crt"
- BUG/MAJOR: Revert "MEDIUM: mux-quic: add BUG_ON if sending on locally closed QCS"
- BUG/MEDIUM: h3: reject frontend CONNECT as currently not implemented
- BUG/MEDIUM: mux-h2/quic: Stop sending via fast-forward if stream is closed
- BUG/MEDIUM: mux-h1: Stop sending vi fast-forward for unexpected states
- BUG/MEDIUM: applet: Fix test on shut flags for legacy applets (v2)
- DEV: term-events: Fix hanshake events decoding
- BUG/MINOR: flt-trace: Properly compute length of the first DATA block
- CLEANUP: compression: Remove unused static buffers
- BUG/MINOR: http-ana: Stop to wait for body on client error/abort
- MINOR: stconn: Add missing SC_FL_NO_FASTFWD flag in sc_show_flags
- CI: vtest: move the vtest2 URL to vinyl-cache.org
- CI: github: disable windows.yml by default on unofficials repo
- BUG/MEDIUM: ssl: SSL backend sessions used after free
- CLEANUP: mux-h1: Remove unneeded null check
- BUG/MINOR: acme: fix X509_NAME leak when X509_set_issuer_name() fails
- BUG/MINOR: backend: check delay MUX before conn_prepare()


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.142 -r1.143 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.150 pkgsrc/net/haproxy/Makefile:1.151
--- pkgsrc/net/haproxy/Makefile:1.150   Fri Feb 13 09:32:47 2026
+++ pkgsrc/net/haproxy/Makefile Sun Feb 22 19:46:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.150 2026/02/13 09:32:47 adam Exp $
+# $NetBSD: Makefile,v 1.151 2026/02/22 19:46:19 adam Exp $
 
-DISTNAME=      haproxy-3.3.3
+DISTNAME=      haproxy-3.3.4
 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.142 pkgsrc/net/haproxy/distinfo:1.143
--- pkgsrc/net/haproxy/distinfo:1.142   Fri Feb 13 09:32:47 2026
+++ pkgsrc/net/haproxy/distinfo Sun Feb 22 19:46:19 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.142 2026/02/13 09:32:47 adam Exp $
+$NetBSD: distinfo,v 1.143 2026/02/22 19:46:19 adam Exp $
 
-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
+BLAKE2s (haproxy-3.3.4.tar.gz) = 4fe2b48c83dc66788cb25d7e0c972c291f7fa5f658222de1a8334863bbecd74e
+SHA512 (haproxy-3.3.4.tar.gz) = 7b5379fa160e3c7431a57b838fe00388c00de124884aa55af3d563a01f47568f0c5027cf3dcb95bdee28715dfa679398ab94bb4a8feaec5ad2723c7a1c99114b
+Size (haproxy-3.3.4.tar.gz) = 5250625 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