Received: by mail.netbsd.org (Postfix, from userid 605) id 35F1C84F12; Fri, 19 Jan 2024 12:32:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6504B84D68 for ; Fri, 19 Jan 2024 12:32:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aj8NH8oEzutN for ; Fri, 19 Jan 2024 12:32:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1147784CCF for ; Fri, 19 Jan 2024 12:32:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08281FA42; Fri, 19 Jan 2024 12:32:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170566753186390" MIME-Version: 1.0 Date: Fri, 19 Jan 2024 12:32:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/haproxy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240119123212.08281FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170566753186390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 19 12:32:11 UTC 2024 Modified Files: pkgsrc/net/haproxy: Makefile distinfo Log Message: haproxy: updated to 2.9.3 2.9.3 - BUILD: quic: missing include for quic_tp - BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control - BUG/MINOR: mux-h2: also count streams for refused ones - BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT) 2.9.2 - BUG/MINOR: resolvers: default resolvers fails when network not configured - DOC: config: Update documentation about local haproxy response - BUG/MINOR: server: Use the configured address family for the initial resolution - BUG/MAJOR: stconn: Disable zero-copy forwarding if consumer is shut or in error - MINOR: stats: store the parent proxy in stats ctx (http) - BUG/MEDIUM: stats: unhandled switching rules with TCP frontend - MINOR: server/event_hdl: add server_inetaddr struct to facilitate event data usage - MINOR: server/event_hdl: update _srv_event_hdl_prepare_inetaddr prototype - BUG/MINOR: server/event_hdl: propagate map port info through inetaddr event - DOC: fix typo for fastfwd QUIC option - BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission - BUG/MINOR: mux-quic: disable fast-fwd if connection on error - BUG/MINOR: quic: Wrong keylog callback setting. - BUG/MINOR: quic: Missing call to TLS message callbacks - MINOR: h3: check connection error during sending - BUG/MINOR: h3: close connection on header list too big - MINOR: h3: add traces for connection init stage - BUG/MINOR: h3: properly handle alloc failure on finalize - BUG/MINOR: h3: close connection on sending alloc errors - BUG/MINOR: h3: disable fast-forward on buffer alloc failure - CI: use semantic version compare for determing "latest" OpenSSL - MINOR: global: export a way to list build options - MINOR: debug: add features and build options to "show dev" - REGTESTS: check attach-srv out of order declaration - CLEANUP: quic: Remaining useless code into server part - BUILD: quic: Missing quic_ssl.h header protection - BUG/MEDIUM: h3: fix incorrect snd_buf return value - BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable - BUG/MEDIUM: stconn: Set fsb date if zero-copy forwarding is blocked during nego - BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up - MINOR: mux-h2: support limiting the total number of H2 streams per connection - MINOR: ot: logsrv struct becomes logger - MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use SSL_get0_group_name - CLEANUP: quic: Double quic_dgram_parse() prototype declaration. - BUG/MINOR: map: list-based matching potential ordering regression - REGTESTS: add a test to ensure map-ordering is preserved - DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay 2.9.1 - BUG/MINOR: ssl: Double free of OCSP Certificate ID - MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback - BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate - BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) - DOC: configuration: typo req.ssl_hello_type - BUG/MINOR: mworker/cli: fix set severity-output support - BUG/MEDIUM: quic: Possible buffer overflow when building TLS records - BUILD: ssl: update types in wolfssl cert selection callback - BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions - BUG/MINOR: ext-check: cannot use without preserve-env - MINOR: version: mention that it's stable now - BUG/MEDIUM: quic: QUIC CID removed from tree without locking - BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side - BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding - BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally - CLEANUP: mux-h1: Fix a trace message about C-L header addition - BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty - BUG/MEDIUM: mux-quic: report early error on stream - DOC: config: add arguments to sample fetch methods in the table - DOC: config: also add arguments to the converters in the table To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 pkgsrc/net/haproxy/Makefile cvs rdiff -u -r1.108 -r1.109 pkgsrc/net/haproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170566753186390 Content-Disposition: inline Content-Length: 1745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/haproxy/Makefile diff -u pkgsrc/net/haproxy/Makefile:1.116 pkgsrc/net/haproxy/Makefile:1.117 --- pkgsrc/net/haproxy/Makefile:1.116 Mon Dec 11 21:11:51 2023 +++ pkgsrc/net/haproxy/Makefile Fri Jan 19 12:32:11 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.116 2023/12/11 21:11:51 adam Exp $ +# $NetBSD: Makefile,v 1.117 2024/01/19 12:32:11 adam Exp $ -DISTNAME= haproxy-2.9.0 +DISTNAME= haproxy-2.9.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.108 pkgsrc/net/haproxy/distinfo:1.109 --- pkgsrc/net/haproxy/distinfo:1.108 Mon Dec 11 21:11:51 2023 +++ pkgsrc/net/haproxy/distinfo Fri Jan 19 12:32:11 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.108 2023/12/11 21:11:51 adam Exp $ +$NetBSD: distinfo,v 1.109 2024/01/19 12:32:11 adam Exp $ -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 +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 SHA1 (patch-Makefile) = 36c0e5d46b30d7b28fdb4b3fdbb4fe052fa8d850 SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96 --_----------=_170566753186390--