mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
2e349b50f9
commit
267829171f
4 changed files with 14 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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::
|
||||
|
||||
=========
|
||||
|
|
Loading…
Reference in a new issue