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:           Mon May  4 08:06:08 UTC 2026

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.3.8

3.3.8
- BUG/MINOR: tcpcheck: Allow connection reuse without prior traffic
- BUG/MINOR: ssl: fix memory leaks on realloc failure in ssl_ckch.c
- BUG/MINOR: ssl: fix memory leaks on realloc failure in ssl_sock.c
- DOC: config: Fix log-format example with last rule expressions
- BUG/MINOR: ssl: fix double-free on failed realloc in ssl_sock.c
- BUG/MINOR: tools: my_memspn/my_memcspn wrong cast causing incorrect byte reading
- BUG/MINOR: tools: fix memory leak in indent_msg() on out of memory
- BUG/MINOR: tools: free previously allocated strings on strdup failure in backup_env()
- BUG/MINOR: sample: fix memory leak in check_when_cond() when ACL is not found
- BUG/MINOR: sample: fix NULL strm dereference in sample_conv_when
- BUG/MINOR: peers: fix logical "and" when checking for local in PEER_APP_ST_STARTING
- BUG/MINOR: peers: fix wrong flag reported twice for dump_flags
- CLEANUP: peers: fix a few user-visible spelling mistakes
- BUG/MEDIUM: mux_h1: fix stack buffer overflow in h1_append_chunk_size()
- BUG/MINOR: http_ana: use scf to report term_evts in http_wait_for_request()
- BUILD: 51d: fix bool definition on dummy lib v4
- BUG/MAJOR: http-htx: Store new host in a chunk for scheme-based normalization
- BUG/MEDIUM: http-htx: Don't use data from HTX message to update authority
- BUG/MEDIUM: http-htx: Loop on full host value during scheme based normalization
- BUG/MAJOR: mux-h1: Deal with true 64-bits integer to emit chunks size
- BUG/MEDIUM: tasks: Do not loop in task_schedule() if a task is running
- BUG/MINOR: fix various typos and spelling mistakes in user-visible messages
- BUG/MINOR: payload: validate minimum keyshare_len in smp_fetch_ssl_keyshare_groups
- BUG/MINOR: payload: prevent integer overflow in distcc token parsing
- BUG/MEDIUM: mux-fcgi: Properly handle full buffer for FCGI_PARAM record
- BUG/MINOR: http-htx: Don't normalize emtpy path for OPTIONS requests
- BUG/MEDIUM: acme: fix segfault on newOrder with empty authorizations
- BUG/MINOR: acme: skip auth/challenge steps when newOrder returns a certificate


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.146 -r1.147 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.154 pkgsrc/net/haproxy/Makefile:1.155
--- pkgsrc/net/haproxy/Makefile:1.154   Fri Apr 24 09:21:10 2026
+++ pkgsrc/net/haproxy/Makefile Mon May  4 08:06:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.154 2026/04/24 09:21:10 adam Exp $
+# $NetBSD: Makefile,v 1.155 2026/05/04 08:06:08 adam Exp $
 
-DISTNAME=      haproxy-3.3.7
+DISTNAME=      haproxy-3.3.8
 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.146 pkgsrc/net/haproxy/distinfo:1.147
--- pkgsrc/net/haproxy/distinfo:1.146   Fri Apr 24 09:21:10 2026
+++ pkgsrc/net/haproxy/distinfo Mon May  4 08:06:08 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.146 2026/04/24 09:21:10 adam Exp $
+$NetBSD: distinfo,v 1.147 2026/05/04 08:06:08 adam Exp $
 
-BLAKE2s (haproxy-3.3.7.tar.gz) = 4c83c89a639b7aa4f91429a2c0784073638fee0a06fc38e822e6a64b1901d4b1
-SHA512 (haproxy-3.3.7.tar.gz) = 86492c9b07728c96e01752de83edab427de9c9e9c538363a46f0275ed162c986e2d21a61302d64def6790f4345736e34862abad30091758cb007d7367c5f949d
-Size (haproxy-3.3.7.tar.gz) = 5276709 bytes
+BLAKE2s (haproxy-3.3.8.tar.gz) = 4d20594e0d0b7a97881116ef1e18ab8625907b8e9bb44d985a58b3dea0d0d120
+SHA512 (haproxy-3.3.8.tar.gz) = ed422fe7b2a588a0a90456bdd48108423ad59163e13bffc75c1313b4385e912f29f230564b7c11888e7545a2d220f4f8676ff5cfe264531bcbad43859647b315
+Size (haproxy-3.3.8.tar.gz) = 5277819 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