commit acbe6e38ac092c855d9743f2c1e82b4307d55bb5 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 1 09:41:21 2020 +0000 thc-hydra: 9.0 -> 9.1 diff --git a/thc-hydra/.signature b/thc-hydra/.signature index a205994a3..31ea4009f 100644 --- a/thc-hydra/.signature +++ b/thc-hydra/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31y0kKqSucVrD2YHN+x/qjeNo8v/ptM16o2cfnh9npsqiKhISpMZmCCkcGoPKRsmBB6Y4VGayFGSLBqf4LD8PAU= -SHA256 (Pkgfile) = 6a3ce5765eb58022afd7edff4555e74182241b994c977027456a983b2afe6fae +RWSagIOpLGJF30kjB0UBNoexRy/08BoLBMz1nmzTuPEyHlan5woBBorutAiKaZWCHzSMZFQmlrB4SkacgO+2HTlOAb51aqYl4gM= +SHA256 (Pkgfile) = 55544c04105acfa2568c32c5e7688899c8d48692d315cf2a080df59f0fef2e81 SHA256 (.footprint) = c8c7263117c3c93e287793c5d2701427d6a0d985f9b19e4c59f4db751cf2435a -SHA256 (thc-hydra-v9.0.tar.gz) = 56672e253c128abaa6fb19e77f6f59ba6a93762a9ba435505a009ef6d58e8d0e +SHA256 (thc-hydra-v9.1.tar.gz) = ce08a5148c0ae5ff4b0a4af2f7f15c5946bc939a57eae1bbb6dda19f34410273 diff --git a/thc-hydra/Pkgfile b/thc-hydra/Pkgfile index c08c27c53..98d5dd87d 100644 --- a/thc-hydra/Pkgfile +++ b/thc-hydra/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: mysql, libssh, libidn, libssh, gtk name=thc-hydra -version=9.0 +version=9.1 release=1 source=(https://github.com/vanhauser-thc/thc-hydra/archive/v$version/$name-v$version...) @@ -13,8 +13,10 @@ 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 + ./configure \ + --prefix=$PKG/usr make MANDIR="/share/man" make install