Received: by mail.netbsd.org (Postfix, from userid 605) id 2E20D84E38; Wed, 4 Dec 2019 07:50:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB41D84D2C for ; Wed, 4 Dec 2019 07:50:36 +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 yr4YMAEiLaZ3 for ; Wed, 4 Dec 2019 07:50:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DDC2C84CDB for ; Wed, 4 Dec 2019 07:50:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB504FA97; Wed, 4 Dec 2019 07:50:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157544583560960" MIME-Version: 1.0 Date: Wed, 4 Dec 2019 07:50:35 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/net/haproxy To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20191204075035.DB504FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157544583560960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Wed Dec 4 07:50:35 UTC 2019 Modified Files: pkgsrc/net/haproxy: Makefile distinfo Log Message: Update to version 2.0.10. Changes: 2019/11/25 : 2.0.10 - BUG/MINOR: init: fix set-dumpable when using uid/gid - MINOR: peers: Alway show the table info for disconnected peers. - MINOR: peers: Add TX/RX heartbeat counters. - MINOR: peers: Add debugging information to "show peers". - BUG/MINOR: peers: Wrong null "server_name" data field handling. - BUG/MINOR: ssl: fix crt-list neg filter for openssl < 1.1.1 - BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec - BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. - BUILD/MINOR: ssl: fix compiler warning about useless statement - BUG/MEDIUM: stream-int: Don't loose events on the CS when an EOS is reported - BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests - BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path - BUG/MINOR: http-ana: Properly catch aborts during the payload forwarding - MINOR: freq_ctr: Make the sliding window sums thread-safe - MINOR: stream: Remove the lock on the proxy to update time stats - MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time - MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions - BUG/MINOR: contrib/prometheus-exporter: Rename some metrics - MINOR: contrib/prometheus-exporter: report the number of idle conns per server - MINOR: contrib/prometheus-exporter: filter exported metrics by scope - MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance - BUG/MINOR: stream-int: Fix si_cs_recv() return value - MINOR: stats: Report max times in addition of the averages for sessions - REGTEST: vtest can now enable mcli with its own flag - MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps - BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() - BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message - DOC: Add missing stats fields in the management manual - DOC: Add documentation about the use-service action - BUG/MINOR: cli: fix out of bounds in -S parser - BUG/MINOR: ssl: fix curve setup with LibreSSL - MINOR: ist: add ist_find_ctl() - BUG/MAJOR: h2: reject header values containing invalid chars - BUG/MAJOR: h2: make header field name filtering stronger - BUG/MAJOR: mux-h2: don't try to decode a response HEADERS frame in idle state - SCRIPTS: create-release: show the correct origin name in suggested commands - SCRIPTS: git-show-backports: add "-s" to proposed cherry-pick commands 2019/11/15 : 2.0.9 - MINOR: config: warn on presence of "\n" in header values/replacements - BUG/MINOR: mux-h2: do not emit logs on backend connections - MINOR: tcp: avoid confusion in time parsing init - BUG/MINOR: cli: don't call the kw->io_release if kw->parse failed - BUG/MINOR: mux-h2: Don't pretend mux buffers aren't full anymore if nothing sent - BUG/MAJOR: stream-int: Don't receive data from mux until SI_ST_EST is reached - BUG/MINOR: spoe: fix off-by-one length in UUID format string - MINOR: mux: Add a new method to get informations about a mux. - BUG/MEDIUM: stream_interface: Only use SI_ST_RDY when the mux is ready. - BUG/MEDIUM: servers: Only set SF_SRV_REUSED if the connection if fully ready. - BUG/MINOR: config: Update cookie domain warn to RFC6265 - BUG/MEDIUM: mux-h2: report no available stream on a connection having errors - BUG/MEDIUM: mux-h2: immediately remove a failed connection from the idle list - BUG/MEDIUM: mux-h2: immediately report connection errors on streams - BUG/MEDIUM: mux-h1: Disable splicing for chunked messages - BUG/MEDIUM: stream: Be sure to support splicing at the mux level to enable it - MINOR: doc: http-reuse connection pool fix - BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams - BUG/MINOR: action: do-resolve now use cached response - BUG: dns: timeout resolve not applied for valid resolutions - DOC: management: document reuse and connect counters in the CSV format - DOC: management: document cache_hits and cache_lookups in the CSV format - DOC: management: fix typo on "cache_lookups" stats output - BUG/MINOR: queue/threads: make the queue unlinking atomic - BUG/MEDIUM: listeners: always pause a listener on out-of-resource condition - BUG/MEDIUM: Make sure we leave the session list in session_free(). - CLEANUP: session: slightly simplify idle connection cleanup logic - MINOR: memory: also poison the area on freeing - BUILD: contrib/da: remove an "unused" warning - BUG/MINOR: log: limit the size of the startup-logs - BUG/MEDIUM: filters: Don't call TCP callbacks for HTX streams - BUG/MINOR: mux-h1: Don't set CS_FL_EOS on a read0 when receiving data to pipe To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/haproxy/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/haproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157544583560960 Content-Disposition: inline Content-Length: 1806 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.54 pkgsrc/net/haproxy/Makefile:1.55 --- pkgsrc/net/haproxy/Makefile:1.54 Thu Oct 31 10:56:59 2019 +++ pkgsrc/net/haproxy/Makefile Wed Dec 4 07:50:35 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2019/10/31 10:56:59 adam Exp $ +# $NetBSD: Makefile,v 1.55 2019/12/04 07:50:35 morr Exp $ -DISTNAME= haproxy-2.0.8 +DISTNAME= haproxy-2.0.10 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.47 pkgsrc/net/haproxy/distinfo:1.48 --- pkgsrc/net/haproxy/distinfo:1.47 Thu Oct 31 10:56:59 2019 +++ pkgsrc/net/haproxy/distinfo Wed Dec 4 07:50:35 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.47 2019/10/31 10:56:59 adam Exp $ +$NetBSD: distinfo,v 1.48 2019/12/04 07:50:35 morr Exp $ -SHA1 (haproxy-2.0.8.tar.gz) = 9819196b323b954dd41fa5dde746d8a0c701440a -RMD160 (haproxy-2.0.8.tar.gz) = c9cbd792b544ac86192b3b418ecc3ae45ec7e283 -SHA512 (haproxy-2.0.8.tar.gz) = 61cb7274d96bde1c542e9f0cd5c9dc8f7ee5fa710eb8867bd70040718ce696505d533713f867199d6f0780fe0f8c7e989bf25ee93e806c0e3fe6f593382814a6 -Size (haproxy-2.0.8.tar.gz) = 2546661 bytes +SHA1 (haproxy-2.0.10.tar.gz) = 7a81094c367621a981012480cebc7c152c482d75 +RMD160 (haproxy-2.0.10.tar.gz) = 1bcb2e039698cc9b90f93ef3bf265dcb956c59e1 +SHA512 (haproxy-2.0.10.tar.gz) = d3f0c0a7cce49d394dda7553ed79102cfef2c21ea6d640fbc325246806c93d862cb48c40f4717d9e1b50b2390698466282fe8c4d8b305259e3057f3711e69a39 +Size (haproxy-2.0.10.tar.gz) = 2557865 bytes SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5 SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3 --_----------=_157544583560960--