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 Dec 11 21:11:51 UTC 2023

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 2.9.0

2.9.0
- DOC: config: add missing colon to "bytes_out" sample fetch keyword (2)
- BUG/MINOR: cfgparse-listen: fix warning being reported as an alert
- DOC: config: add matrix entry for "max-session-srv-conns"
- DOC: config: fix monitor-fail typo
- DOC: config: add context hint for proxy keywords
- DEBUG: stream: Report lra/fsb values for front end back SC in stream dump
- REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter
- BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
- DOC: Clarify the differences between field() and word()
- BUG/MINOR: server/event_hdl: properly handle AF_UNSPEC for INETADDR event
- BUILD: http_htx: silence uninitialized warning on some gcc versions
- MINOR: acme.sh: don't use '*' in the filename for wildcard domain
- MINOR: global: Use a dedicated bitfield to customize zero-copy fast-forwarding
- MINOR: mux-pt: Add global option to enable/disable zero-copy forwarding
- MINOR: mux-h1: Add global option to enable/disable zero-copy forwarding
- MINOR: mux-h2: Add global option to enable/disable zero-copy forwarding
- MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding
- MINOR: mux-quic: Disable zero-copy forwarding for send by default
- DOC: config: update the reminder on the HTTP model and add some terminology
- DOC: config: add a few more differences between HTTP/1 and 2+
- DOC: config: clarify session vs stream
- DOC: config: fix typo abandonned -> abandoned
- DOC: management: fix two latest typos (optionally, exception)
- BUG/MEDIUM: peers: fix partial message decoding
- DOC: management: update stream vs session


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.107 -r1.108 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.115 pkgsrc/net/haproxy/Makefile:1.116
--- pkgsrc/net/haproxy/Makefile:1.115   Wed Nov 22 11:41:36 2023
+++ pkgsrc/net/haproxy/Makefile Mon Dec 11 21:11:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2023/11/22 11:41:36 adam Exp $
+# $NetBSD: Makefile,v 1.116 2023/12/11 21:11:51 adam Exp $
 
-DISTNAME=      haproxy-2.8.4
+DISTNAME=      haproxy-2.9.0
 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.107 pkgsrc/net/haproxy/distinfo:1.108
--- pkgsrc/net/haproxy/distinfo:1.107   Wed Nov 22 11:41:36 2023
+++ pkgsrc/net/haproxy/distinfo Mon Dec 11 21:11:51 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.107 2023/11/22 11:41:36 adam Exp $
+$NetBSD: distinfo,v 1.108 2023/12/11 21:11:51 adam Exp $
 
-BLAKE2s (haproxy-2.8.4.tar.gz) = 32a59bb3090040d438edeb77eda717589abbe173cacbdb369e125b5ad0141e56
-SHA512 (haproxy-2.8.4.tar.gz) = 7de5098d6004e66da656a83d86fdb342e465d503c3e179678bf989abb6735e61f35522d913e9046774cd71b0853737f9a84a2561dfd35395f95ecfbd987c0cd6
-Size (haproxy-2.8.4.tar.gz) = 4361756 bytes
+BLAKE2s (haproxy-2.9.0.tar.gz) = f6eef83397030046fb677b8a083c3ae6c5cf9c75cf0e3a2de7b096b872084c42
+SHA512 (haproxy-2.9.0.tar.gz) = 562d9d0e7783b5b7f86cfb7b085a4f6149f284c284af784ba005bed0bb59ccba0bb0baa53b728362b1262a02150b4ebe4157e39ded5e09d5c06264ea99734ffc
+Size (haproxy-2.9.0.tar.gz) = 4492320 bytes
 SHA1 (patch-Makefile) = 36c0e5d46b30d7b28fdb4b3fdbb4fe052fa8d850
 SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d
 SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96



Home | Main Index | Thread Index | Old Index