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 Nov  9 12:53:47 UTC 2025

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.2.8

3.2.8
- BUG/MEDIUM: mt_lists: Avoid el->prev = el->next = el
- BUG/MEDIUM: applet: Improve again spinning loops detection with the new API
- BUG/MINOR: stick-tables: properly index string-type keys
- BUG/MEDIUM: mt_list: Use atomic operations to prevent compiler optims
- MINOR: applet: do not put SE_FL_WANT_ROOM on rcv_buf() if the channel is empty
- MINOR: cli: create cli_raw_rcv_buf() from the generic applet_raw_rcv_buf()
- BUG/MEDIUM: cli: do not return ACKs one char at a time
- MINOR: backend: srv_queue helper
- MINOR: backend: srv_is_up converter
- BUG/MEDIUM: ssl: Crash because of dangling ckch_store reference in a ckch instance
- DOC: config: slightly clarify the ssl_fc_has_early() behavior
- MINOR: ssl-sample: add ssl_fc_early_rcvd() to detect use of early data
- MINOR: http: fix 405,431,501 default errorfile
- BUG/MINOR: init: Do not close previously created fd in stdio_quiet
- BUG/MINOR: resolvers: Apply dns-accept-family setting on additional records
- BUG/MINOR: ssl: returns when SSL_CTX_new failed during init
- BUG/MINOR: resolvers: ensure fair round robin iteration
- OPTIM: backend: skip conn reuse for incompatible proxies
- SCRIPTS: build-ssl: fix rpath in AWS-LC install for openssl and bssl bin
- BUG/MEDIUM: mux-h1: fix 414 / 431 status code reporting
- BUG/MEDIUM: mux-h2: make sure not to move a dead connection to idle
- BUG/MEDIUM: connections: permit to permanently remove an idle conn
- BUG/MEDIUM: server: close a race around ready_srv when deleting a server
- BUG/MINOR: acme: wrong dns-01 challenge in the log


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.135 -r1.136 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.144 pkgsrc/net/haproxy/Makefile:1.145
--- pkgsrc/net/haproxy/Makefile:1.144   Thu Oct 23 20:38:47 2025
+++ pkgsrc/net/haproxy/Makefile Sun Nov  9 12:53:47 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.144 2025/10/23 20:38:47 wiz Exp $
+# $NetBSD: Makefile,v 1.145 2025/11/09 12:53:47 adam Exp $
 
-DISTNAME=      haproxy-3.2.7
-PKGREVISION=   1
+DISTNAME=      haproxy-3.2.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.135 pkgsrc/net/haproxy/distinfo:1.136
--- pkgsrc/net/haproxy/distinfo:1.135   Thu Oct 23 15:16:40 2025
+++ pkgsrc/net/haproxy/distinfo Sun Nov  9 12:53:47 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.135 2025/10/23 15:16:40 adam Exp $
+$NetBSD: distinfo,v 1.136 2025/11/09 12:53:47 adam Exp $
 
-BLAKE2s (haproxy-3.2.7.tar.gz) = 1c98bacf7cb4382646395d53ddf0dbeb1890c97cbcb6a30f5353d116bb6db43c
-SHA512 (haproxy-3.2.7.tar.gz) = 5e6635cf6a9b6394569ea8ea8feebc3ccb5cd89cedc924afad59d67d7e34fb1c38f4984d7329dbbfb1f44d5e7f21c08e544d870a50c6648c25fa9dfe4a14705c
-Size (haproxy-3.2.7.tar.gz) = 5116643 bytes
+BLAKE2s (haproxy-3.2.8.tar.gz) = 2693d0c6f9b67afe5b12cb98e9fec70541cab6d28e6d1be0fe74be55096640ae
+SHA512 (haproxy-3.2.8.tar.gz) = 1640c31c942410f0e7c705bc1cd9f077023f73ea611e3222856089521c7e7dcf8533eef31680883798c0b18137894594dcf9e3f4e958abe2842342755ed68fe4
+Size (haproxy-3.2.8.tar.gz) = 5119011 bytes
 SHA1 (patch-Makefile) = 36c0e5d46b30d7b28fdb4b3fdbb4fe052fa8d850
 SHA1 (patch-include_haproxy_proxy-t.h) = 2006a3bd2cc95652b9e7d52fb85b3065788138cd
 SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96



Home | Main Index | Thread Index | Old Index