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 Sep 14 10:48:41 UTC 2025

Modified Files:
        pkgsrc/net/mitmproxy: Makefile distinfo

Log Message:
mitmproxy: Update to 12.1.2

Changes:
12.1.2
- Fix mitmweb auth cookie always using the default web_port option.
- Fix missing content-length header in curl export
- Fix update log message with correct header name
- Fix crash in mitmweb when no explicit Server-Connection is logged
- Add syntax highlighting for CSS and JavaScript contentviews
- Display local timezone in the Timing tab of mitmweb
- Prevent showing the quit message in the console when no flows are
  available under specific configurations
- Do not escape non-ascii characters in the JSON contentview


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/mitmproxy/Makefile
cvs rdiff -u -r1.34 -r1.35 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.54 pkgsrc/net/mitmproxy/Makefile:1.55
--- pkgsrc/net/mitmproxy/Makefile:1.54  Wed Aug 20 17:40:51 2025
+++ pkgsrc/net/mitmproxy/Makefile       Sun Sep 14 10:48:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2025/08/20 17:40:51 leot Exp $
+# $NetBSD: Makefile,v 1.55 2025/09/14 10:48:41 leot Exp $
 
-DISTNAME=      mitmproxy-12.1.1
+DISTNAME=      mitmproxy-12.1.2
 CATEGORIES=    net
 MASTER_SITES=  https://downloads.mitmproxy.org/${PKGVERSION_NOREV}/
 
@@ -18,11 +18,11 @@ DEPENDS+=   ${PYPKGPREFIX}-certifi>=2019.9
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=42.0:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-flask>=3.0:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-h11>=0.16.0:../../www/py-h11
-DEPENDS+=      ${PYPKGPREFIX}-h2>=4.1:../../www/py-h2
+DEPENDS+=      ${PYPKGPREFIX}-h2>=4.3.0:../../www/py-h2
 DEPENDS+=      ${PYPKGPREFIX}-hyperframe>=6.0:../../www/py-hyperframe
 DEPENDS+=      ${PYPKGPREFIX}-kaitaistruct>=0.10:../../devel/py-kaitaistruct
 DEPENDS+=      ${PYPKGPREFIX}-ldap3>=2.8:../../databases/py-ldap3
-DEPENDS+=      ${PYPKGPREFIX}-mitmproxy_rs>=0.12.3:../../net/py-mitmproxy_rs
+DEPENDS+=      ${PYPKGPREFIX}-mitmproxy_rs>=0.12.6:../../net/py-mitmproxy_rs
 DEPENDS+=      ${PYPKGPREFIX}-msgpack>=1.0.0:../../devel/py-msgpack
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=24.3:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-passlib>=1.6.5:../../security/py-passlib

Index: pkgsrc/net/mitmproxy/distinfo
diff -u pkgsrc/net/mitmproxy/distinfo:1.34 pkgsrc/net/mitmproxy/distinfo:1.35
--- pkgsrc/net/mitmproxy/distinfo:1.34  Wed Aug 20 17:40:51 2025
+++ pkgsrc/net/mitmproxy/distinfo       Sun Sep 14 10:48:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/08/20 17:40:51 leot Exp $
+$NetBSD: distinfo,v 1.35 2025/09/14 10:48:41 leot Exp $
 
-BLAKE2s (mitmproxy-12.1.1.tar.gz) = ca4dbed13cd43c9e415d5d48aeaa2697fcb98dde5fc27fb6dbd41923e1940176
-SHA512 (mitmproxy-12.1.1.tar.gz) = 025535c315d5c9b51cf87db39c936faec1a39ca41527fce8c5bad465b715698350205a677020b30b424f72726c77c28e14ccd5d9e3be79aaf45bcc9260fcde6b
-Size (mitmproxy-12.1.1.tar.gz) = 1707016 bytes
+BLAKE2s (mitmproxy-12.1.2.tar.gz) = 465a8fc288999be448ac4d34787e21b06fcbf9df1c86b67c1f898ccbb045a3dd
+SHA512 (mitmproxy-12.1.2.tar.gz) = a0dfdda3c50d1cfe13f5b541916fb8d357c4888cbd3f2c478da4e75d47f3cb82c2a799d63e1a7dcbc8e1ab24a297786fd2b3decd8ae9c2f81cbcc58a4922a8f7
+Size (mitmproxy-12.1.2.tar.gz) = 1707880 bytes



Home | Main Index | Thread Index | Old Index