Received: by mail.netbsd.org (Postfix, from userid 605) id 0BDA884F1E; Thu, 16 Sep 2021 11:52:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4554384ED8 for ; Thu, 16 Sep 2021 11:52:20 +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 ODFMmqBnnZ2j for ; Thu, 16 Sep 2021 11:52:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 976CA84E79 for ; Thu, 16 Sep 2021 11:52:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 909B2FA97; Thu, 16 Sep 2021 11:52:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631793139262140" MIME-Version: 1.0 Date: Thu, 16 Sep 2021 11:52:19 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/mitmproxy To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20210916115219.909B2FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631793139262140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Sep 16 11:52:19 UTC 2021 Modified Files: pkgsrc/net/mitmproxy: Makefile distinfo Log Message: mitmproxy: Update to 7.0.3 Changes: 7.0.3 ----- * CVE-2021-39214: Fix request smuggling vulnerabilities reported by @chinchila * Expose TLS 1.0 as possible minimum version on older pyOpenSSL releases * Fix compatibility with Python 3.10 7.0.2 ----- * Fix a WebSocket crash introduced in 7.0.1 7.0.1 ----- * Performance: Re-use OpenSSL contexts to enable TLS session resumption * Disable HTTP/2 CONNECT for Secure Web Proxies to fix compatibility with Firefox * Use local IP address as certificate subject if no other info is available * Make it possible to return multiple chunks for HTTP stream modification * Don't send WebSocket CONTINUATION frames when the peer does not send any * Fix HTTP stream modify example. * Fix a crash caused by no-op assignments to `Server.address` * Fix a crash when encountering invalid certificates * Fix a crash when pressing the Home/End keys in some screens * Fix a crash when reading corrupted flow dumps * Fix multiple crashes on flow export * Fix a bug where ASGI apps did not see the request body * Minor documentation improvements To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/mitmproxy/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/mitmproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631793139262140 Content-Disposition: inline Content-Length: 1641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/mitmproxy/Makefile diff -u pkgsrc/net/mitmproxy/Makefile:1.35 pkgsrc/net/mitmproxy/Makefile:1.36 --- pkgsrc/net/mitmproxy/Makefile:1.35 Sat Jul 17 14:14:47 2021 +++ pkgsrc/net/mitmproxy/Makefile Thu Sep 16 11:52:19 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2021/07/17 14:14:47 leot Exp $ +# $NetBSD: Makefile,v 1.36 2021/09/16 11:52:19 leot Exp $ -DISTNAME= mitmproxy-7.0.0 +DISTNAME= mitmproxy-7.0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mitmproxy/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/net/mitmproxy/distinfo diff -u pkgsrc/net/mitmproxy/distinfo:1.24 pkgsrc/net/mitmproxy/distinfo:1.25 --- pkgsrc/net/mitmproxy/distinfo:1.24 Sat Jul 17 14:14:47 2021 +++ pkgsrc/net/mitmproxy/distinfo Thu Sep 16 11:52:19 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2021/07/17 14:14:47 leot Exp $ +$NetBSD: distinfo,v 1.25 2021/09/16 11:52:19 leot Exp $ -SHA1 (mitmproxy-7.0.0.tar.gz) = c014af7f0798dd81a488f0920d4c1862b2a1fdb9 -RMD160 (mitmproxy-7.0.0.tar.gz) = bd1d2ea67f9ecd8f899ce6f345faa825f43571db -SHA512 (mitmproxy-7.0.0.tar.gz) = 3836a33e5d2be09fb89987d2b0b898183dab9f17b990b98ab754d07cc5d7275786cfac0ab946e65a099ece054c7bbd65d62d01e4e4281e5f9b5f3dcdd0ac80b4 -Size (mitmproxy-7.0.0.tar.gz) = 27308204 bytes +SHA1 (mitmproxy-7.0.3.tar.gz) = 8484fcd8d446198439926b6ca2509f0b2ae35dfa +RMD160 (mitmproxy-7.0.3.tar.gz) = 922973381adb8da43b5a59a71186e1a4a6b3882d +SHA512 (mitmproxy-7.0.3.tar.gz) = cffbb60421724fa28aab69b3bf1100e0aa5ab6e8933186f5706eb4eee35ef0f716616001156dac07921c73024e6ad8b98499a273575c592bb7694c0dffb728da +Size (mitmproxy-7.0.3.tar.gz) = 27311502 bytes --_----------=_1631793139262140--