network/mitmproxy-bin: Updated for version 9.0.1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-01-03 20:15:09 -05:00 committed by Willy Sudiarto Raharjo
parent 2e349b50f9
commit 267829171f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 14 additions and 11 deletions

View file

@ -25,13 +25,16 @@
# stuff needed to build them). Use https://docs.mitmproxy.org/stable/
# for that.
# 20230103 bkw: update for v9.0.1, fix PKGTYPE, update man page.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mitmproxy-bin
SRCNAM=mitmproxy
VERSION=${VERSION:-7.0.4}
VERSION=${VERSION:-9.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
# Binary repack, only supports:
ARCH=x86_64
@ -98,4 +101,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

View file

@ -1,12 +1,12 @@
PRGNAM="mitmproxy-bin"
VERSION="7.0.4"
VERSION="9.0.1"
HOMEPAGE="https://mitmproxy.org/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://snapshots.mitmproxy.org/7.0.4/mitmproxy-7.0.4-linux.tar.gz \
https://github.com/mitmproxy/mitmproxy/archive/v7.0.4/mitmproxy-7.0.4.tar.gz"
MD5SUM_x86_64="38d1298b356081aaa5ffd69e2f5ba2e5 \
acbe2f24300c7a30479b0ad65ce319b9"
DOWNLOAD_x86_64="https://snapshots.mitmproxy.org/9.0.1/mitmproxy-9.0.1-linux.tar.gz \
https://github.com/mitmproxy/mitmproxy/archive/9.0.1/mitmproxy-9.0.1.tar.gz"
MD5SUM_x86_64="30da921ebfb0b4a5020e4eee82e4b0d6 \
7cd164f90c348ca05f23606971f88e2b"
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"

View file

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "MITMPROXY" 1 "2022-01-27" "7.0.4" "SlackBuilds.org"
.TH "MITMPROXY" 1 "2023-01-03" "9.0.1" "SlackBuilds.org"
.SH NAME
mitmproxy \- man-in-the-middle SSL/TLS intercepting proxy
.\" RST source for mitmproxy(1) man page. Convert with:
@ -53,10 +53,10 @@ These commands have lots of options; each one can be run with
Full documentation is available at: \fI\%https://docs.mitmproxy.org/stable/\fP
.sp
Quite a few example scripts for \fBmitmproxy\fP are installed in
/usr/doc/mitmproxy\-7.0.4/examples/
/usr/doc/mitmproxy\-9.0.1/examples/
.SH COPYRIGHT
.sp
See the file /usr/doc/mitmproxy\-7.0.4/LICENSE for license information.
See the file /usr/doc/mitmproxy\-9.0.1/LICENSE for license information.
.SH AUTHORS
.sp
\fBmitmproxy\fP was written by Aldo Cortesi.

View file

@ -2,7 +2,7 @@
.. rst2man.py mitmproxy.rst > mitmproxy.1
.. rst2man.py comes from the SBo development/docutils package.
.. |version| replace:: 7.0.4
.. |version| replace:: 9.0.1
.. |date| date::
=========