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:           Wed Jan 31 18:09:58 UTC 2024

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 2.9.4

2.9.4
- BUG/MINOR: h3: fix checking on NULL Tx buffer
- DOC: configuration: fix set-dst in actions keywords matrix
- BUG/MEDIUM: mux-h2: refine connection vs stream error on headers
- MINOR: mux-h2/traces: add a missing trace on connection WU with negative inc
- BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI
- BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs
- BUG/MINOR: hlua: fix uninitialized var in hlua_core_get_var()
- BUG/MEDIUM: cache: Fix crash when deleting secondary entry
- BUG/MINOR: quic: newreno QUIC congestion control algorithm no more available
- CLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SHIFT macro.
- MINOR: quic: Stop hardcoding a scale shifting value (CUBIC_BETA_SCALE_FACTOR_SHIFT)
- MINOR: quic: extract qc_stream_buf free in a dedicated function
- BUG/MEDIUM: quic: remove unsent data from qc_stream_desc buf
- DOC: configuration: clarify http-request wait-for-body
- BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions
- MINOR: h3: add traces for stream sending function
- BUG/MEDIUM: h3: do not crash on invalid response status code
- BUG/MEDIUM: qpack: allow 6xx..9xx status codes
- BUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_free() BUG_ON
- BUG/MINOR: h1: Don't support LF only at the end of chunks
- BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size
- DOC: httpclient: add dedicated httpclient section
- BUG/MINOR: h1-htx: properly initialize the err_pos field
- BUG/MEDIUM: h1: always reject the NUL character in header values


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.109 -r1.110 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.117 pkgsrc/net/haproxy/Makefile:1.118
--- pkgsrc/net/haproxy/Makefile:1.117   Fri Jan 19 12:32:11 2024
+++ pkgsrc/net/haproxy/Makefile Wed Jan 31 18:09:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.117 2024/01/19 12:32:11 adam Exp $
+# $NetBSD: Makefile,v 1.118 2024/01/31 18:09:57 adam Exp $
 
-DISTNAME=      haproxy-2.9.3
+DISTNAME=      haproxy-2.9.4
 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.109 pkgsrc/net/haproxy/distinfo:1.110
--- pkgsrc/net/haproxy/distinfo:1.109   Fri Jan 19 12:32:11 2024
+++ pkgsrc/net/haproxy/distinfo Wed Jan 31 18:09:57 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.109 2024/01/19 12:32:11 adam Exp $
+$NetBSD: distinfo,v 1.110 2024/01/31 18:09:57 adam Exp $
 
-BLAKE2s (haproxy-2.9.3.tar.gz) = 77cc2fcaee2a8e240aaa398a0961919408d67d91e3a8efa6b89f64d8a96ec804
-SHA512 (haproxy-2.9.3.tar.gz) = 675d1d2754ee5a704c4e004e916fa42b641e418e775ff326a271d7344a3601ee938c8ca86107185731fdcfab59dc143cd693351b0e508496702c37a413c2db47
-Size (haproxy-2.9.3.tar.gz) = 4499271 bytes
+BLAKE2s (haproxy-2.9.4.tar.gz) = ab0bfb867c8bb1f74afa3bd49ce61b72d2dd9a62dca833bacd571fb29649bb3c
+SHA512 (haproxy-2.9.4.tar.gz) = a22977f7ceb24325bcbaf531d96aad7b6e8404b026405538e0512a0c7538165736e641a05720e0ca8c9fbec497f0c9935fe0a706a9923e76d34aadd879c64d36
+Size (haproxy-2.9.4.tar.gz) = 4501098 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