pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mitmproxy



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.

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



Home | Main Index | Thread Index | Old Index