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 May 12 05:19:53 UTC 2026

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.3.10

3.3.10
- BUG/MINOR: ssl: Use the sequence number with kTLS and TLS 1.2
- BUG/MINOR: mux_quic: fix max stream ID reuse estimation
- BUG/MEDIUM: mux-h2: Properly consume padding for DATA frames
- Revert "BUG/MEDIUM: cli: fix master CLI connection slot leak on client disconnect"
- Revert "BUG/MINOR: mux-h2: condition the processing of 8441 extension to global setting"
- BUG/MEDIUM: mux-h2: fix the detection of the ext connect support
- BUG/MEDIUM: stick-table: properly check permissions on CLI's set/clear cmd
- BUG/MEDIUM: mux_quic: adjust qcc_is_dead() to account detached streams
- BUG/MINOR: mux_quic: refresh timeout only if I/O performed
- BUG/MEDIUM: servers: Only requeue servers if they are up
- BUG/MINOR: cfgparse-listen: do not emit extraneous line in rule order warnings
- BUG/MEDIUM: tasks: Keep the TASK_RUNNING flag until queued


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.148 -r1.149 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.156 pkgsrc/net/haproxy/Makefile:1.157
--- pkgsrc/net/haproxy/Makefile:1.156   Mon May 11 13:22:59 2026
+++ pkgsrc/net/haproxy/Makefile Tue May 12 05:19:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.156 2026/05/11 13:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.157 2026/05/12 05:19:53 adam Exp $
 
-DISTNAME=      haproxy-3.3.9
+DISTNAME=      haproxy-3.3.10
 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.148 pkgsrc/net/haproxy/distinfo:1.149
--- pkgsrc/net/haproxy/distinfo:1.148   Mon May 11 13:22:59 2026
+++ pkgsrc/net/haproxy/distinfo Tue May 12 05:19:53 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.148 2026/05/11 13:22:59 adam Exp $
+$NetBSD: distinfo,v 1.149 2026/05/12 05:19:53 adam Exp $
 
-BLAKE2s (haproxy-3.3.9.tar.gz) = 9116f3b5a8f69f2bb8033c5a50528b3c57a09534c554fad05965ed7ed4a8a9dc
-SHA512 (haproxy-3.3.9.tar.gz) = f2a60c184505665b82ee50bf678da3e5ba9ac955e481a68910dc847d038dd612667ebe7220c520befb1bdf6eb64837545c0ac815fe310f15f7c208c307f197f2
-Size (haproxy-3.3.9.tar.gz) = 5278733 bytes
+BLAKE2s (haproxy-3.3.10.tar.gz) = 71bf0cd7bbb1c8d490600dd95ae4504e7300ee974ae05fd0601787067063aa12
+SHA512 (haproxy-3.3.10.tar.gz) = d7a39a949a3d33d6bfa901a4d74f3e11d73c8e11c2fc10907edf3be90b84b2282b1c483a5ab5b0dc7a54530c01e5644b0e40b57a612704d7c2f11000bc4726cb
+Size (haproxy-3.3.10.tar.gz) = 5278275 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