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 Jul  3 13:53:35 UTC 2026

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.4.2

3.4.2
- BUG/MEDIUM: mux_quic: fix memory leak of rx app_buf on stream free
- BUG/MINOR: hq-interop: fix transcoding of wrapping response buffer
- BUG/MINOR: hq-interop: support transcoding of absolute URI
- BUG/MEDIUM: server: initialise agent.health in srv_settings_init()
- BUG/MINOR: sample: set SMP_F_CONST on srv_name fetch
- BUG/MEDIUM: servers: Use a refcount for port_range and free it properly
- MINOR: hbuf: new lightweight hbuf API
- BUG/MINOR: init: fix default global settings being overwritten by -G
- BUG/MINOR: tools: fix invalid character detection in strl2ic()
- BUG/MAJOR: htx: Don't swap buffers for empty HTX message with an error
- BUG/MINOR: mux-quic: Fix handling EOM after in qcs_http_rcv_buf()
- BUG/MINOR: http-htx: Don't by-pass HTX API when merging cookie values


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.151 -r1.152 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.160 pkgsrc/net/haproxy/Makefile:1.161
--- pkgsrc/net/haproxy/Makefile:1.160   Fri Jun 26 12:50:59 2026
+++ pkgsrc/net/haproxy/Makefile Fri Jul  3 13:53:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.160 2026/06/26 12:50:59 adam Exp $
+# $NetBSD: Makefile,v 1.161 2026/07/03 13:53:34 adam Exp $
 
-DISTNAME=      haproxy-3.4.1
+DISTNAME=      haproxy-3.4.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.151 pkgsrc/net/haproxy/distinfo:1.152
--- pkgsrc/net/haproxy/distinfo:1.151   Fri Jun 26 12:50:59 2026
+++ pkgsrc/net/haproxy/distinfo Fri Jul  3 13:53:34 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.151 2026/06/26 12:50:59 adam Exp $
+$NetBSD: distinfo,v 1.152 2026/07/03 13:53:34 adam Exp $
 
-BLAKE2s (haproxy-3.4.1.tar.gz) = 4e443dd9c019694c5893018cc541c6f7ecb2b8fcb25dd82a2dfd8d9e8ecf6be6
-SHA512 (haproxy-3.4.1.tar.gz) = 97deb43a9d52031106f432e07112b9bf9912597f9a9a3d42ca01685c76ff53cd0be5c62c299f959d181b95f4166126af8cb7d05271ed3622d2a30825ab89ebfb
-Size (haproxy-3.4.1.tar.gz) = 5472617 bytes
+BLAKE2s (haproxy-3.4.2.tar.gz) = 1c7a0d97f41107b257636ec877523ed93196fd4190a50a2001906fdc230c7a85
+SHA512 (haproxy-3.4.2.tar.gz) = b3b66bff9ca8f183f8c7fd0f2516ea8d391c4a7c23c54ba8546bb829b17b457113e14d08c85269ce47f91449814bd5054ebe2b793414d3163ef692040986dcef
+Size (haproxy-3.4.2.tar.gz) = 5472656 bytes
 SHA1 (patch-include_haproxy_proxy-t.h) = 7aab2e32aacff45e7a2a0d6a48550b72d1fe7619
 SHA1 (patch-include_haproxy_queue-t.h) = a9f41857d66037b3f66f8d43090dab2d06c7bfb2
 SHA1 (patch-include_haproxy_queue.h) = eed5ea43212462134fb60b50c2a32e619e104d51



Home | Main Index | Thread Index | Old Index