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 Jul 13 13:44:49 UTC 2025

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.2.3

3.2.3
- CI: enable USE_QUIC=1 for OpenSSL versions >= 3.5.0
- CI: github: add an OpenSSL 3.5.0 job
- CI: github: update the stable CI to ubuntu-24.04
- BUILD: quic: QUIC build against OpenSSL 3.5 broken
- BUG/MEDIUM: quic: SSL/TCP handshake failures with OpenSSL 3.5
- CI: github: update to OpenSSL 3.5.1
- BUG/MINOR: quic: Missing TLS 1.3 QUIC cipher suites and groups inits (OpenSSL 3.5 QUIC API)
- BUG/MINOR: ssl/ocsp: fix definition discrepancies with ocsp_update_init()
- BUG/MINOR: ssl: crash in ssl_sock_io_cb() with SSL traces and idle connections
- BUG/MINOR: http-act: Fix parsing of the expression argument for pause action
- BUILD/MEDIUM: deviceatlas: fix when installed in custom locations.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.130 -r1.131 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.138 pkgsrc/net/haproxy/Makefile:1.139
--- pkgsrc/net/haproxy/Makefile:1.138   Tue Jul  8 09:19:33 2025
+++ pkgsrc/net/haproxy/Makefile Sun Jul 13 13:44:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.138 2025/07/08 09:19:33 adam Exp $
+# $NetBSD: Makefile,v 1.139 2025/07/13 13:44:48 adam Exp $
 
-DISTNAME=      haproxy-3.2.2
+DISTNAME=      haproxy-3.2.3
 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.130 pkgsrc/net/haproxy/distinfo:1.131
--- pkgsrc/net/haproxy/distinfo:1.130   Tue Jul  8 09:19:33 2025
+++ pkgsrc/net/haproxy/distinfo Sun Jul 13 13:44:48 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.130 2025/07/08 09:19:33 adam Exp $
+$NetBSD: distinfo,v 1.131 2025/07/13 13:44:48 adam Exp $
 
-BLAKE2s (haproxy-3.2.2.tar.gz) = 4af0dc25bc881f295d05eac3f14621848825ee19541bd8cccc6aa144f8c0a989
-SHA512 (haproxy-3.2.2.tar.gz) = 09d78b769e9c380853d53fd53501f5a7e47dcd8db18d4ffcf0c253ed893410633909899108fcf80a2831edb2d8ca34897d32f47a7987b80e484ad2c6976628ac
-Size (haproxy-3.2.2.tar.gz) = 5090977 bytes
+BLAKE2s (haproxy-3.2.3.tar.gz) = ab195a72384e9b3503da688eccaef7ed132d64e7f2df5a03a16f440dd42a2b53
+SHA512 (haproxy-3.2.3.tar.gz) = 90529ca48897d30249680de55e7d86c1b77f9bd62762b43803b7db51087df1e527f8d7a44d173e305b932a759fff6158763d10121c020dbe75adf4b28cd9f750
+Size (haproxy-3.2.3.tar.gz) = 5089103 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