Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=a9TfB6ZF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=EO51+prt Received: by mail.netbsd.org (Postfix, from userid 605) id B495D84E72; Sun, 24 Mar 2024 20:00:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711310413; bh=b+RXzxH/GC325p5ckKtT4ak4B7llHnuvb77aSLKII/E=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=a9TfB6ZFW5FzxxsP0d7GrxJHr4N0gnA5/O1ip0tm2cLY/VTRX0Q8PsD7Ce633Xy4P 9vW70JdqYUFtPt996tGkRqCkpPqgR26Wkz64pkw+AagrTZ4/beUTRfkKwAugr0ahRG LU8kttLhtcMqyeRQnfz3P3XNEqCyxqinMgkknkKQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EF9C84E71 for ; Sun, 24 Mar 2024 20:00:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 fKqRhrxO9SUh for ; Sun, 24 Mar 2024 20:00:12 +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 F18B684DC1 for ; Sun, 24 Mar 2024 20:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711310412; bh=b+RXzxH/GC325p5ckKtT4ak4B7llHnuvb77aSLKII/E=; h=Date:From:Subject:To:Reply-To; b=EO51+prt1W8p53Yl0K1r5as7bQULZPj/t16F1bbaQmHHFCHwRv7bCnVWtdy0/zuDq agYvg8kAM2csWsg/Rxe/MF99p9ZCwNtSlGNHdH8Pvmjy58GxlcOkdPZVcE7jgxs8FZ ulmo0WuB8uh/3MyKu+3GIZ5r/AP5UICn4Yzbt/Bo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7F49FA2C; Sun, 24 Mar 2024 20:00:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171131041176110" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 20:00:11 +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: <20240324200011.E7F49FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171131041176110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Mar 24 20:00:11 UTC 2024 Modified Files: pkgsrc/net/mitmproxy: Makefile distinfo Log Message: mitmproxy: Update to 10.2.4 Changes: ## mitmproxy 10.2.4 * Fix a bug where errors during startup would not be displayed when running mitmproxy. * Use newer cryptography APIs to avoid CryptographyDeprecationWarnings. This bumps the minimum required version to cryptography 42.0. ## mitmproxy 10.2.3 * Fix a regression where `allow_hosts`/`ignore_hosts` would break with IPv6 connections. * Fix bug where failed CONNECT request URLs are saved to HAR files incorrectly. * Fix duplicate answers being returned in DNS queries. * Fix bug where wireguard config is generated with incorrect endpoint when two or more NICs are active. * Fix a regression when leaf cert creation would fail with intermediate CAs in `ca_file`. * Add `content_view_lines_cutoff` option to mitmdump * Allow runtime modifications of HTTP flow filters for server replays * Fix bug view options menu in case of overflow * Allow --allow-hosts and --ignore-hosts to work together ## mitmproxy 10.2.2 * Fix a regression where clientplayback would break due to eager task execution. * Fix a regression where WebSocket connections would break due to eager task execution. * Fix bug where insecure HTTP requests are saved incorrectly when exporting to HAR files. * `allow_hosts`/`ignore_hosts` option now matches against the full `host:port` string. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/mitmproxy/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/mitmproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171131041176110 Content-Disposition: inline Content-Length: 2100 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.47 pkgsrc/net/mitmproxy/Makefile:1.48 --- pkgsrc/net/mitmproxy/Makefile:1.47 Sun Jan 28 08:29:03 2024 +++ pkgsrc/net/mitmproxy/Makefile Sun Mar 24 20:00:11 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2024/01/28 08:29:03 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2024/03/24 20:00:11 leot Exp $ -DISTNAME= mitmproxy-10.2.1 +DISTNAME= mitmproxy-10.2.4 CATEGORIES= net MASTER_SITES= https://downloads.mitmproxy.org/${PKGVERSION_NOREV}/ @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-asgiref>=3.2.10 DEPENDS+= ${PYPKGPREFIX}-brotli>=1.0:../../archivers/py-brotli DEPENDS+= ${PYPKGPREFIX}-certifi>=2019.9.11:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-click>=7.0:../../devel/py-click -DEPENDS+= ${PYPKGPREFIX}-cryptography>=39.0:../../security/py-cryptography +DEPENDS+= ${PYPKGPREFIX}-cryptography>=42.0:../../security/py-cryptography DEPENDS+= ${PYPKGPREFIX}-flask>=1.1.1:../../www/py-flask DEPENDS+= ${PYPKGPREFIX}-h11>=0.11:../../www/py-h11 DEPENDS+= ${PYPKGPREFIX}-h2>=4.1:../../www/py-h2 Index: pkgsrc/net/mitmproxy/distinfo diff -u pkgsrc/net/mitmproxy/distinfo:1.30 pkgsrc/net/mitmproxy/distinfo:1.31 --- pkgsrc/net/mitmproxy/distinfo:1.30 Sat Jan 6 23:39:24 2024 +++ pkgsrc/net/mitmproxy/distinfo Sun Mar 24 20:00:11 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2024/01/06 23:39:24 leot Exp $ +$NetBSD: distinfo,v 1.31 2024/03/24 20:00:11 leot Exp $ -BLAKE2s (mitmproxy-10.2.1.tar.gz) = a3ac2d141752b5955bfa2e4d7f6a7ce623373974ad0db522db8981c3cd17b497 -SHA512 (mitmproxy-10.2.1.tar.gz) = 3d5b8c5ef2f9f68193eed65a03e54a1b026703a76ea33079f7362fcecbe3047aa2f42084abcc9200b49bd49d89b2c053a2f88649b4a0cacaf08339fe04378afb -Size (mitmproxy-10.2.1.tar.gz) = 1529683 bytes +BLAKE2s (mitmproxy-10.2.4.tar.gz) = 13b40b35ca78d6626f1af24754ffaf9f05a22f0edad3088db24794bc0d97e84a +SHA512 (mitmproxy-10.2.4.tar.gz) = babeafb9a54d3fc64db37c37adccf03835a5cba8ec630c63cc614fb774a077625f5f88004c2b3cb2ffb2455280ff97badf6393cb02d10047476012266032dfd8 +Size (mitmproxy-10.2.4.tar.gz) = 1530273 bytes --_----------=_171131041176110--