Received: by mail.netbsd.org (Postfix, from userid 605) id 8B16A84E1D; Thu, 13 Feb 2020 07:57:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1381884D75 for ; Thu, 13 Feb 2020 07:57:57 +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 xLRFnN0eqTQm for ; Thu, 13 Feb 2020 07:57:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1F76584C85 for ; Thu, 13 Feb 2020 07:57:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 134EDFBF4; Thu, 13 Feb 2020 07:57:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158158067623560" MIME-Version: 1.0 Date: Thu, 13 Feb 2020 07:57:56 +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: <20200213075756.134EDFBF4@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. --_----------=_158158067623560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 13 07:57:55 UTC 2020 Modified Files: pkgsrc/net/haproxy: Makefile distinfo Log Message: haproxy: updated to 2.1.3 2.1.3 - BUG/MINOR: checks: refine which errno values are really errors. - BUG/MEDIUM: checks: Only attempt to do handshakes if the connection is ready. - BUG/MEDIUM: connections: Hold the lock when wanting to kill a connection. - MINOR: config: disable busy polling on old processes - MINOR: ssl: Remove unused variable "need_out". - BUG/MINOR: h1: Report the right error position when a header value is invalid - BUG/MINOR: proxy: Fix input data copy when an error is captured - BUG/MEDIUM: http-ana: Truncate the response when a redirect rule is applied - BUG/MINOR: channel: inject output data at the end of output - BUG/MEDIUM: session: do not report a failure when rejecting a session - BUG/MINOR: stream-int: Don't trigger L7 retry if max retries is already reached - BUG/MEDIUM: tasks: Use the MT macros in tasklet_free(). - BUG/MINOR: mux-h2: use a safe list_for_each_entry in h2_send() - BUG/MEDIUM: mux-h2: fix missing test on sending_list in previous patch - BUG/MEDIUM: mux-h2: don't stop sending when crossing a buffer boundary - BUG/MINOR: cli/mworker: can't start haproxy with 2 programs - REGTEST: mcli/mcli_start_progs: start 2 programs - BUG/MEDIUM: mworker: remain in mworker mode during reload - BUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed(). - BUG/MAJOR: hashes: fix the signedness of the hash inputs - REGTEST: add sample_fetches/hashes.vtc to validate hashes - BUG/MEDIUM: cli: _getsocks must send the peers sockets - BUG/MINOR: stream: don't mistake match rules for store-request rules - BUG/MEDIUM: connection: add a mux flag to indicate splice usability - BUG/MINOR: pattern: handle errors from fgets when trying to load patterns - BUG/MINOR: cache: Fix leak of cache name in error path - BUG/MINOR: dns: Make dns_query_id_seed unsigned - BUG/MINOR: 51d: Fix bug when HTX is enabled - BUILD: pattern: include errno.h - BUG/MINOR: http-ana/filters: Wait end of the http_end callback for all filters - BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules - BUG/MINOR: stick-table: Use MAX_SESS_STKCTR as the max track ID during parsing - BUG/MINOR: tcp-rules: Fix memory releases on error path during action parsing - BUG/MINOR: ssl: ssl_sock_load_ocsp_response_from_file memory leak - BUG/MINOR: ssl: ssl_sock_load_issuer_file_into_ckch memory leak - BUG/MINOR: ssl: ssl_sock_load_sctl_from_file memory leak - MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive - BUG/MINOR: http_act: don't check capture id in backend - BUG/MEDIUM: netscaler: Don't forget to allocate storage for conn->src/dst. - BUG/MINOR: ssl: ssl_sock_load_pem_into_ckch is not consistent - BUG/MINOR: ssl/cli: free the previous ckch content once a PEM is loaded - CLEANUP: stats: shut up a wrong null-deref warning from gcc 9.2 - BUG/MINOR: ssl: increment issuer refcount if in chain - BUG/MINOR: ssl: memory leak w/ the ocsp_issuer - BUG/MINOR: ssl: typo in previous patch - BUG/MINOR: ssl/cli: ocsp_issuer must be set w/ "set ssl cert" - BUG/MEDIUM: 0rtt: Only consider the SSL handshake. - BUG/MINOR: stktable: report the current proxy name in error messages - BUG/MEDIUM: mux-h2: make sure we don't emit TE headers with anything but "trailers" - BUILD: cfgparse: silence a bogus gcc warning on 32-bit machines - MINOR: lua: Add hlua_prepend_path function - MINOR: lua: Add lua-prepend-path configuration option - MINOR: lua: Add HLUA_PREPEND_C?PATH build option - BUG/MEDIUM: ssl: Don't forget to free ctx->ssl on failure. - BUG/MINOR: tcpchecks: fix the connect() flags regarding delayed ack - BUG/MEDIUM: pipe: fix a use-after-free in case of pipe creation error - BUG/MINOR: ssl: Possible memleak when allowing the 0RTT data buffer. - BUG/MINOR: connection: fix ip6 dst_port copy in make_proxy_line_v2 - BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. - BUG/MEDIUM: memory_pool: Update the seq number in pool_flush(). - MINOR: memory: Only init the pool spinlock once. - BUG/MEDIUM: memory: Add a rwlock before freeing memory. - BUG/MAJOR: memory: Don't forget to unlock the rwlock if the pool is empty. - BUG/MINOR: ssl: we may only ignore the first 64 errors - BUG/MINOR: ssl: clear the SSL errors on DH loading failure - CONTRIB: debug: add missing flags SF_HTX and SF_MUX - CONTRIB: debug: add the possibility to decode the value as certain types only - CONTRIB: debug: support reporting multiple values at once - MINOR: acl: Warn when an ACL is named 'or' - CONTRIB: debug: also support reading values from stdin - SCRIPTS: announce-release: place the send command in the mail's header - SCRIPTS: announce-release: allow the user to force to overwrite old files - BUG/MEDIUM: ssl/cli: 'commit ssl cert' wrong SSL_CTX init - DOC: schematic of the SSL certificates architecture - BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit - BUG/MINOR: dns: allow 63 char in hostname - BUG/MEDIUM: listener: only consider running threads when resuming listeners - BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init - BUG/MINOR: tcp: avoid closing fd when socket failed in tcp_bind_listener - MINOR: build: add aix72-gcc build TARGET and power{8,9} CPUs - DOC: word converter ignores delimiters at the start or end of input string - MINOR: htx: Add a function to append an HTX message to another one - MINOR: htx/channel: Add a function to copy an HTX message in a channel's buffer - BUG/MINOR: http-ana: Don't overwrite outgoing data when an error is reported - BUG/MINOR: http-ana: Set HTX_FL_PROXY_RESP flag if a server perform a redirect - BUG/MINOR: tcp: don't try to set defaultmss when value is negative To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/haproxy/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/haproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158158067623560 Content-Disposition: inline Content-Length: 1820 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.58 pkgsrc/net/haproxy/Makefile:1.59 --- pkgsrc/net/haproxy/Makefile:1.58 Sat Jan 18 21:50:15 2020 +++ pkgsrc/net/haproxy/Makefile Thu Feb 13 07:57:55 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2020/01/18 21:50:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.59 2020/02/13 07:57:55 adam Exp $ -DISTNAME= haproxy-2.1.2 -PKGREVISION= 1 +DISTNAME= haproxy-2.1.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.50 pkgsrc/net/haproxy/distinfo:1.51 --- pkgsrc/net/haproxy/distinfo:1.50 Wed Jan 1 21:18:07 2020 +++ pkgsrc/net/haproxy/distinfo Thu Feb 13 07:57:55 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.50 2020/01/01 21:18:07 adam Exp $ +$NetBSD: distinfo,v 1.51 2020/02/13 07:57:55 adam Exp $ -SHA1 (haproxy-2.1.2.tar.gz) = 9f9b84504590ad937ea680e6b136d461fbe23f77 -RMD160 (haproxy-2.1.2.tar.gz) = 0d8fe8b35de7615274db3ea3f9e3d6568602ea68 -SHA512 (haproxy-2.1.2.tar.gz) = 929d244a67f93337e3c791b1a29f9643ac288acdf0090dc7a05c72caf61c3b04ef376b84737351f0c54d58bca66ed8af18faa20ec3adc97067313732e0dfcd7d -Size (haproxy-2.1.2.tar.gz) = 2663193 bytes +SHA1 (haproxy-2.1.3.tar.gz) = 6904ebe6b1742d5e70592e85b1f664ac74b7280b +RMD160 (haproxy-2.1.3.tar.gz) = 613b731a1ec7387b85f200c1eaf3c10b699928fe +SHA512 (haproxy-2.1.3.tar.gz) = 4728c1177b2bba69465cbc56b1ed73a1b2d36891ba2d94d29bb49714ad98ccfac4b52947735aded211f0cd8070002f5406ddd77cabd2f8230b00438189dd7a60 +Size (haproxy-2.1.3.tar.gz) = 2675529 bytes SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5 SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3 --_----------=_158158067623560--