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:           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.

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



Home | Main Index | Thread Index | Old Index