[arch-commits] Commit in mitmproxy/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Sep 8 06:38:29 UTC 2016


    Date: Thursday, September 8, 2016 @ 06:38:28
  Author: felixonmars
Revision: 188995

upgpkg: mitmproxy 0.17-3

Added a simple change to be compatible with construct 2.6.2 (FS#50691)

Modified:
  mitmproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-08 04:23:23 UTC (rev 188994)
+++ PKGBUILD	2016-09-08 06:38:28 UTC (rev 188995)
@@ -5,7 +5,7 @@
 
 pkgname=mitmproxy
 pkgver=0.17
-pkgrel=2
+pkgrel=3
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/"
@@ -31,6 +31,8 @@
 prepare() {
   cd mitmproxy
 
+  sed -i 's/length_field/lengthfield/' mitmproxy/contrib/tls/_constructs.py
+
   # Let's remove all the upper bounds, use system certificate store and ssl.match_hostname
   sed -e '/certifi/d' \
       -e '/backports.ssl_match_hostname/d' \



More information about the arch-commits mailing list