diff --git a/thc-hydra/.footprint b/thc-hydra/.footprint deleted file mode 100644 index 9892d456b..000000000 --- a/thc-hydra/.footprint +++ /dev/null @@ -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 diff --git a/thc-hydra/.signature b/thc-hydra/.signature deleted file mode 100644 index 31ea4009f..000000000 --- a/thc-hydra/.signature +++ /dev/null @@ -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 diff --git a/thc-hydra/Pkgfile b/thc-hydra/Pkgfile deleted file mode 100644 index 98d5dd87d..000000000 --- a/thc-hydra/Pkgfile +++ /dev/null @@ -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 -}