sslsplit: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:40 +00:00
parent b9b0fad995
commit 982e69e819
3 changed files with 0 additions and 36 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/sslsplit/
-rw-r--r-- root/root etc/sslsplit/sslsplit.conf.sample
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sslsplit
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/sslsplit.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/sslsplit.conf.5.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31amAYPz6T2uouJwdeprFVXi/5uh1no48AbtwCExZsRwMA+jQnIJRyztpsTcZuSPm7VYcNsdGhm1vwsQiDO9vQs=
SHA256 (Pkgfile) = b1627773dae140c3cbad36769a1807f3b5fa1c2c8455abfae36532073aae666e
SHA256 (.footprint) = 16c554c1f78815aff31b412df89ac4afeea8fef1cb5a25feade5f50c71b0c57b
SHA256 (sslsplit-0.5.5.tar.gz) = 3a6b9caa3552c9139ea5c9841d4bf24d47764f14b1b04b7aae7fa2697641080b

View File

@ -1,19 +0,0 @@
# Description: MITM attacks against SSL/TLS encrypted network connections
# URL: https://github.com/droe/sslsplit
# Maintainer: UNMAINTAINED
# Depends on: libevent libnet libpcap
name=sslsplit
version=0.5.5
release=1
source=(https://github.com/droe/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i -e 's/-D_FORTIFY_SOURCE=2 //g' \
-e 's/\<FEATURES\>/SSLSPLIT_FEATURES/g' GNUmakefile
sed -i '/opts_suite/d' main.t.c
make DESTDIR=$PKG PREFIX=/usr SYSCONFDIR=/etc install
}