diff --git a/sslsplit/.footprint b/sslsplit/.footprint deleted file mode 100644 index 069e6ed60..000000000 --- a/sslsplit/.footprint +++ /dev/null @@ -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 diff --git a/sslsplit/.signature b/sslsplit/.signature deleted file mode 100644 index 0ee0d24c2..000000000 --- a/sslsplit/.signature +++ /dev/null @@ -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 diff --git a/sslsplit/Pkgfile b/sslsplit/Pkgfile deleted file mode 100644 index 13c128465..000000000 --- a/sslsplit/Pkgfile +++ /dev/null @@ -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/\/SSLSPLIT_FEATURES/g' GNUmakefile - sed -i '/opts_suite/d' main.t.c - - make DESTDIR=$PKG PREFIX=/usr SYSCONFDIR=/etc install -}