Received: by mail.netbsd.org (Postfix, from userid 605) id 5247484F00; Fri, 1 Jul 2022 17:15:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CB4184EFC for ; Fri, 1 Jul 2022 17:15:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2HHSw8iYrnem for ; Fri, 1 Jul 2022 17:15:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AF92A84CEE for ; Fri, 1 Jul 2022 17:15:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED44EFB1A; Fri, 1 Jul 2022 17:17:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656695872101540" MIME-Version: 1.0 Date: Fri, 1 Jul 2022 17:17:52 +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: <20220701171752.ED44EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656695872101540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 1 17:17:52 UTC 2022 Modified Files: pkgsrc/net/haproxy: Makefile distinfo Log Message: haproxy: updated to 2.6.1 2.6.1 - BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails - BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails - BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified - BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified - BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry - BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry - BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases - BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases - BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases - BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them - BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases - MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs - MEDIUM: httpclient: Don't close CLI applet at the end of a response - REGTESTS: abortonclose: Add a barrier to not mix up log messages - REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients - BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx - BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield - BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield - BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield - BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd - BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler - BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler - BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler - REGTESTS: http_abortonclose: Extend supported versions - REGTESTS: restrict_req_hdr_names: Extend supported versions - BUILD: compiler: implement unreachable for older compilers too - BUG/MEDIUM: mailers: Set the object type for check attached to an email alert - BUG/MINOR: trace: Test server existence for health-checks to get proxy - BUG/MINOR: checks: Properly handle email alerts in trace messages - REGTESTS: healthcheckmail: Update the test to be functionnal again - REGTESTS: healthcheckmail: Relax health-check failure condition - BUG/MINOR: h3: fix frame type definition - BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs - BUG/MINOR: server: do not enable DNS resolution on disabled proxies - BUG/MINOR: cli/stats: add missing trailing LF after "show info json" - BUG/MEDIUM: mux-quic: fix flow control connection Tx level - BUG/MINOR: mux-quic: fix memleak on frames rejected by transport - BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration - BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data - BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing - BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup - BUG/MINOR: qpack: support header litteral name decoding - MINOR: qpack: add comments and remove a useless trace - BUG/MINOR: h3/qpack: deal with too many headers - BUG/BUILD: h3: fix wrong label name - BUG/MINOR: quic: Stop hardcoding Retry packet Version field - BUG/MINOR: quic: Wrong PTO calculation - BUG/MINOR: task: fix thread assignment in tasklet_kill() - BUG/MEDIUM: stream: Properly handle destructive client connection upgrades - MINOR: stream: Rely on stconn flags to abort stream destructive upgrade - BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option - BUG/MINOR: quic: Unexpected half open connection counter wrapping - BUG/MINOR: quic_stats: Duplicate "quic_streams_data_blocked_bidi" field name - BUG/MINOR: quic: purge conn Rx packet list on release - BUG/MINOR: quic: free rejected Rx packets - BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list - BUG/MINOR: quic: Acknowledgement must be forced during handshake - BUG/MEDIUM: mworker: use default maxconn in wait mode - REGTESTS: ssl: add the same cert for client/server To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 pkgsrc/net/haproxy/Makefile cvs rdiff -u -r1.89 -r1.90 pkgsrc/net/haproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656695872101540 Content-Disposition: inline Content-Length: 1735 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.96 pkgsrc/net/haproxy/Makefile:1.97 --- pkgsrc/net/haproxy/Makefile:1.96 Fri Jun 17 08:07:30 2022 +++ pkgsrc/net/haproxy/Makefile Fri Jul 1 17:17:52 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.96 2022/06/17 08:07:30 adam Exp $ +# $NetBSD: Makefile,v 1.97 2022/07/01 17:17:52 adam Exp $ -DISTNAME= haproxy-2.6.0 +DISTNAME= haproxy-2.6.1 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.89 pkgsrc/net/haproxy/distinfo:1.90 --- pkgsrc/net/haproxy/distinfo:1.89 Fri Jun 17 08:07:30 2022 +++ pkgsrc/net/haproxy/distinfo Fri Jul 1 17:17:52 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.89 2022/06/17 08:07:30 adam Exp $ +$NetBSD: distinfo,v 1.90 2022/07/01 17:17:52 adam Exp $ -BLAKE2s (haproxy-2.6.0.tar.gz) = d1fc424084b8eee71b6eae9d10225f5abd436b3859c6ad99a374fa84621c8131 -SHA512 (haproxy-2.6.0.tar.gz) = 7bb70bfb5606bbdac61d712bc510c5e8d5a5126ed8827d699b14a2f4562b3bd57f8f21344d955041cee0812c661350cca8082078afe2f277ff1399e461ddb7bb -Size (haproxy-2.6.0.tar.gz) = 3972772 bytes +BLAKE2s (haproxy-2.6.1.tar.gz) = 28d7d78a267f8552bb2de54dd6fcc2e82b0e6bebaa5ece16ddf0b2581d18e60a +SHA512 (haproxy-2.6.1.tar.gz) = 003c74cb7acfd5da71b8b3cdc2d75820fd7c354c411d2703c60824bd4babfd4a209f87f5a94b1488a1fb4c575db1f694209072cc99821553407b6a8ba4d2d9e5 +Size (haproxy-2.6.1.tar.gz) = 3976025 bytes SHA1 (patch-Makefile) = 6fc9a19a8526b91473448822beab18878d6db1ac SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96 --_----------=_1656695872101540--