thc-hydra: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:32:40 +00:00
parent 338e876065
commit 06a1b1df7c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 42 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dpl4hydra.sh
-rwxr-xr-x root/root usr/bin/hydra
-rwxr-xr-x root/root usr/bin/hydra-wizard.sh
-rwxr-xr-x root/root usr/bin/pw-inspector
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/dpl4hydra_full.csv
-rw-r--r-- root/root usr/etc/dpl4hydra_local.csv
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/share/man/hydra.1
-rw-r--r-- root/root usr/share/man/pw-inspector.1
-rw-r--r-- root/root usr/share/man/xhydra.1

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30kjB0UBNoexRy/08BoLBMz1nmzTuPEyHlan5woBBorutAiKaZWCHzSMZFQmlrB4SkacgO+2HTlOAb51aqYl4gM=
SHA256 (Pkgfile) = 55544c04105acfa2568c32c5e7688899c8d48692d315cf2a080df59f0fef2e81
SHA256 (.footprint) = c8c7263117c3c93e287793c5d2701427d6a0d985f9b19e4c59f4db751cf2435a
SHA256 (thc-hydra-v9.1.tar.gz) = ce08a5148c0ae5ff4b0a4af2f7f15c5946bc939a57eae1bbb6dda19f34410273

View File

@ -1,23 +0,0 @@
# Description: fast network logon cracker
# URL: https://github.com/vanhauser-thc/thc-hydra
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
# Nice to have: mysql, libssh, libidn, libssh, gtk
name=thc-hydra
version=9.1
release=1
source=(https://github.com/vanhauser-thc/thc-hydra/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
sed -i 's/dummy_ssh/dummy_sshkey/' hydra-sshkey.c
sed -i 's!MANDIR = /man/man1/!/MANDIR = /share/man/man1!' Makefile*
./configure \
--prefix=$PKG/usr
make
MANDIR="/share/man" make install
}