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:           Tue Feb  3 09:14:40 UTC 2026

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.3.2

3.3.2
- MINOR: mux-h2: add missing glitch count for non-decodable H2 headers
- MINOR: mux-h2: perform a graceful close at 75% glitches threshold
- BUG/MINOR: backend: fix the conn_retries check for TFO
- BUG/MINOR: backend: inspect request not response buffer to check for TFO
- DOC: config: fix the length attribute name for stick tables of type binary / string
- BUG/MINOR: mworker/cli: fix show proc pagination using reload counter
- BUG/MEDIUM: peers: Properly handle shutdown when trying to get a line
- BUG/MEDIUM: mux-h1: Take care to update <kop> value during zero-copy forwarding
- BUG/MEDIUM: mworker: can't use signals after a failed reload
- BUG/MEDIUM: stconn: Move data from <kip> to <kop> during zero-copy forwarding
- BUG/MINOR: quic: fix deprecated warning for window size keyword
- BUILD: ssl: strchr definition changed in C23
- BUILD: tools: memchr definition changed in C23
- BUG/MINOR: cfgparse: wrong section name upon error
- BUILD: sockpair: fix build issue on macOS related to variable-length arrays
- BUG/MINOR: cli/stick-tables: argument to "show table" is optional
- REGTESTS: ssl: Fix reg-tests curve check
- BUG/MINOR: ech/quic: enable ech configuration also for quic listeners
- MINOR: cfgparse: remove duplicate "force-persist" in common kw list
- BUG/MINOR: hlua_fcn: fix broken yield for Patref:add_bulk()
- BUG/MINOR: hlua_fcn: ensure Patref:add_bulk() is given a table object before using it
- BUG/MEDIUM: quic: fix ACK ECN frame parsing
- BUG/MINOR: http_act: fix deinit performed on uninitialized lf_expr in release_http_map()
- BUG/MINOR: proxy: free persist_rules
- BUG/MINOR: cfgparse: fix "default" prefix parsing
- MINOR: cli: use srv_drop() when server was created using new_server()
- BUG/MINOR: server: ensure server is detached from proxy list before being freed
- BUG/MEDIUM: promex: server iteration may rely on stale server
- BUG/MEDIUM: log: parsing log-forward options may result in segfault
- BUG/MEDIUM: ssl: fix error path on generate-certificates
- BUG/MEDIUM: ssl: fix generate-certificates option when SNI greater than 64bytes
- BUG/MEDIUM: mux-quic: prevent BUG_ON() on aborted uni stream close
- REGTESTS: ssl: fix generate-certificates w/ LibreSSL
- BUG/MINOR: proxy: fix deinit crash on defaults with duplicate name
- BUG/MEDIUM: hlua: fix invalid lua_pcall() usage in hlua_traceback()
- BUG/MINOR: hlua: consume error object if ignored after a failing lua_pcall()
- BUG/MINOR: promex: Detach promex from the server on error dump its metrics dump
- BUG/MEDIUM: mux-h1: Skip UNUSED htx block when formating the start line
- BUG/MINOR: proto_tcp: Properly report support for HAVE_TCP_MD5SIG feature
- MINOR: ssl: allow to disable certificate compression
- BUG/MINOR: ssl: fix error message of tune.ssl.certificate-compression
- MINOR: hlua: Add support for lua 5.5
- DOC: reg-tests: update VTest upstream link in the starting guide
- BUG/MINOR: ssl: Properly manage alloc failures in SSL passphrase callback
- BUG/MINOR: ssl: Encrypted keys could not be loaded when given alongside certificate
- BUG/MAJOR: applet: Don't call I/O handler if the applet was shut
- DOC: config: mention some possible TLS versions restrictions for kTLS
- BUG/MINOR: stick-tables: abort startup on stk_ctr pool creation failure
- BUG/MINOR: config: check capture pool creations for failures
- BUG/MINOR: config/ssl: fix spelling of "expose-experimental-directives"
- BUG/MEDIUM: ssl: fix msg callbacks on QUIC connections
- BUG/MEDIUM: debug: only dump Lua state when panicking


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.140 -r1.141 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.148 pkgsrc/net/haproxy/Makefile:1.149
--- pkgsrc/net/haproxy/Makefile:1.148   Sun Dec 21 13:07:01 2025
+++ pkgsrc/net/haproxy/Makefile Tue Feb  3 09:14:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2025/12/21 13:07:01 adam Exp $
+# $NetBSD: Makefile,v 1.149 2026/02/03 09:14:40 adam Exp $
 
-DISTNAME=      haproxy-3.3.1
+DISTNAME=      haproxy-3.3.2
 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.140 pkgsrc/net/haproxy/distinfo:1.141
--- pkgsrc/net/haproxy/distinfo:1.140   Sun Dec 21 13:07:01 2025
+++ pkgsrc/net/haproxy/distinfo Tue Feb  3 09:14:40 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.140 2025/12/21 13:07:01 adam Exp $
+$NetBSD: distinfo,v 1.141 2026/02/03 09:14:40 adam Exp $
 
-BLAKE2s (haproxy-3.3.1.tar.gz) = 0af04ba7899efce48aacc82b4b97f8fb9070c1f7df8d4fed52b6d53e2b89271e
-SHA512 (haproxy-3.3.1.tar.gz) = 0b5914c02c1452ab6f4dffd050c6c551ffad8a8c57cdc439a8471d32496a9544bd453587bf4476ebf5783b54a4a5212bd71b3e2ec00141c876210940c5be0c0b
-Size (haproxy-3.3.1.tar.gz) = 5242150 bytes
+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
 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