Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mitmproxy mitmproxy: Update to 5.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bd0df0e0211
branches: trunk
changeset: 428931:2bd0df0e0211
user: leot <leot%pkgsrc.org@localhost>
date: Mon Apr 13 20:40:22 2020 +0000
description:
mitmproxy: Update to 5.1.1
Changes:
5.1.1
-----
* Fixed Docker images not starting due to missing shell
5.1
---
** Major Changes **
* Initial Support for TLS 1.3
** Full Changelog **
* Reduce leaf certificate validity to one year due to upcoming browser
changes (@mhils)
* Rename mitmweb's web_iface option to web_host for consistency (@oxr463)
* Sending a SIGTERM now exits mitmproxy without prompt, SIGINT still
asks (@ThinkChaos)
* Don't force host header on outgoing requests (@mhils)
* Additional documentation and examples for WebSockets (@Kriechi)
* Gracefully handle hyphens in domain names (@matosconsulting)
* Fix header replacement count (@naivekun)
* Emit serverconnect event only after a connection has been
established (@Prinzhorn)
* Fix ValueError in table mode of server replay flow (@ylmrx)
* HTTP/2: send all stream reset types to other connection (@rohfle)
* HTTP/2: fix WINDOW_UPDATE swallowed on closed streams (@Kriechi)
* Fix wrong behavior of --allow-hosts options (@BlownSnail)
* Additional and updated documentation for examples, WebSockets,
Getting Started (@Kriechi)
diffstat:
net/mitmproxy/Makefile | 12 ++++++------
net/mitmproxy/PLIST | 3 ++-
net/mitmproxy/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 12 deletions(-)
diffs (72 lines):
diff -r 2750bfb91ffd -r 2bd0df0e0211 net/mitmproxy/Makefile
--- a/net/mitmproxy/Makefile Mon Apr 13 20:23:41 2020 +0000
+++ b/net/mitmproxy/Makefile Mon Apr 13 20:40:22 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/01/01 21:30:03 leot Exp $
+# $NetBSD: Makefile,v 1.29 2020/04/13 20:40:22 leot Exp $
-DISTNAME= mitmproxy-5.0.1
+DISTNAME= mitmproxy-5.1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=mitmproxy/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -10,15 +10,15 @@
COMMENT= Interactive console program for inspecting and editing traffic flows
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=19.0:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=19.1.0:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.3.1:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-blinker>=1.4:../../devel/py-blinker
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>=2.1.4:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.9:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-flask>=1.1.1:../../www/py-flask
-DEPENDS+= ${PYPKGPREFIX}-h2>=3.0.1:../../www/py-h2
+DEPENDS+= ${PYPKGPREFIX}-h2>=3.2.0:../../www/py-h2
DEPENDS+= ${PYPKGPREFIX}-hyperframe>=5.1.0:../../www/py-hyperframe
DEPENDS+= ${PYPKGPREFIX}-kaitaistruct>=0.7:../../devel/py-kaitaistruct
DEPENDS+= ${PYPKGPREFIX}-ldap3>=2.6.1:../../databases/py-ldap3
@@ -30,7 +30,7 @@
DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.16:../../devel/py-ruamel-yaml
DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
DEPENDS+= ${PYPKGPREFIX}-tornado>=4.3.0:../../www/py-tornado
-DEPENDS+= ${PYPKGPREFIX}-urwid>=2.0.1:../../devel/py-urwid
+DEPENDS+= ${PYPKGPREFIX}-urwid>=2.1.0:../../devel/py-urwid
DEPENDS+= ${PYPKGPREFIX}-wsproto>=0.14.0:../../www/py-wsproto
DEPENDS+= ${PYPKGPREFIX}-zstandard>=0.11.0:../../archivers/py-zstandard
diff -r 2750bfb91ffd -r 2bd0df0e0211 net/mitmproxy/PLIST
--- a/net/mitmproxy/PLIST Mon Apr 13 20:23:41 2020 +0000
+++ b/net/mitmproxy/PLIST Mon Apr 13 20:40:22 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/12/17 10:21:51 leot Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/04/13 20:40:22 leot Exp $
bin/mitmdump
bin/mitmproxy
bin/mitmweb
@@ -476,6 +476,7 @@
${PYSITELIB}/mitmproxy/proxy/server.py
${PYSITELIB}/mitmproxy/proxy/server.pyc
${PYSITELIB}/mitmproxy/proxy/server.pyo
+${PYSITELIB}/mitmproxy/py.typed
${PYSITELIB}/mitmproxy/script/__init__.py
${PYSITELIB}/mitmproxy/script/__init__.pyc
${PYSITELIB}/mitmproxy/script/__init__.pyo
diff -r 2750bfb91ffd -r 2bd0df0e0211 net/mitmproxy/distinfo
--- a/net/mitmproxy/distinfo Mon Apr 13 20:23:41 2020 +0000
+++ b/net/mitmproxy/distinfo Mon Apr 13 20:40:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/01/01 21:30:03 leot Exp $
+$NetBSD: distinfo,v 1.20 2020/04/13 20:40:22 leot Exp $
-SHA1 (mitmproxy-5.0.1.tar.gz) = cc5be23d2721fe389e4876fcd2be0f936e066889
-RMD160 (mitmproxy-5.0.1.tar.gz) = 145ec4cb67fcc95189456fab331dec42cbf24201
-SHA512 (mitmproxy-5.0.1.tar.gz) = 57dbd05b73452eed279889c683ed2ca34ca69f1ab68326e21fb1988a498f9ef617ea522e6a44d332723002b116f81c593291622399a4086ee1c5ccff3e225847
-Size (mitmproxy-5.0.1.tar.gz) = 27203923 bytes
+SHA1 (mitmproxy-5.1.1.tar.gz) = c563cd6882aca4a59f993196b5636b9ff7b8a7da
+RMD160 (mitmproxy-5.1.1.tar.gz) = 029e4b3b8ea53a4bddfe6109053764b76bf96dfa
+SHA512 (mitmproxy-5.1.1.tar.gz) = ac5cd82d4d89590b57625661c493aca6a702605c612ea1acd9e0d0806067d47f60085ee68260bba2a10dc343410ae6a76ea1575287a0e312e4467a4e8485c6e1
+Size (mitmproxy-5.1.1.tar.gz) = 27223155 bytes
Home |
Main Index |
Thread Index |
Old Index