summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2017-06-22 00:42:47 +0200
committerThomas Penteker <tek@serverop.de>2017-06-22 00:42:47 +0200
commit5b6546cdc6497a202f801deea54806a3b3de0e12 (patch)
treece7454bdca5ce43a8838a2497b3f3c311e2ab772
parent8790317b3cd8b5274b4ffe10af69b41ebbef55d5 (diff)
downloadcontrib-5b6546cdc6497a202f801deea54806a3b3de0e12.tar.gz
contrib-5b6546cdc6497a202f801deea54806a3b3de0e12.tar.xz
thc-hydra: use github for source
-rw-r--r--thc-hydra/.md5sum2
-rw-r--r--thc-hydra/.signature6
-rw-r--r--thc-hydra/Pkgfile5
3 files changed, 7 insertions, 6 deletions
diff --git a/thc-hydra/.md5sum b/thc-hydra/.md5sum
index c8af257c7..841706372 100644
--- a/thc-hydra/.md5sum
+++ b/thc-hydra/.md5sum
@@ -1 +1 @@
-20e097ff7ee11f1c02a9fd2e626a2f97 hydra-8.5.tar.gz
+abb22fea48aa8c8ebbc37bc29770ecbf v8.5.tar.gz
diff --git a/thc-hydra/.signature b/thc-hydra/.signature
index 979474541..427204bf3 100644
--- a/thc-hydra/.signature
+++ b/thc-hydra/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF35ydPgNCrfhHzemzysvHdG/h28wHZX1AapOU7nNe6tuHjURVBlQ+xQQi45pdKBBJV48UK5yyebq2qCJl4pB77AY=
-SHA256 (Pkgfile) = 9b7d512ac820be546752714296918f7f82c9824e25dd2e9815c81cd0a65aa6a3
+RWSagIOpLGJF3/NBeXBljAJwaagjHqcOioEWn1D5WvbpoGUZEQX+5/AVd47XvWUB5ynSoh5UvdHyf51xwmKEO2Nwr2IeNB7CPQk=
+SHA256 (Pkgfile) = 04de21a7313f3cf8e9f323975a53ac23b03052d4f585a8f75ad1c43fb480db7c
SHA256 (.footprint) = d49a29687756ad72de9e3aecbfe0728d983d023acbebac0dfcec2f93405b2844
-SHA256 (hydra-8.5.tar.gz) = 557ab284f877aa6c8a26f7491c0373a84836593e5e0ca141b327035e7937dd6d
+SHA256 (v8.5.tar.gz) = 69b69d16ce9499f3a941836b4d8a1c8a3ff9b905c921cc8c588a3af7f65a3b4b
diff --git a/thc-hydra/Pkgfile b/thc-hydra/Pkgfile
index 149991747..1cf3ee318 100644
--- a/thc-hydra/Pkgfile
+++ b/thc-hydra/Pkgfile
@@ -7,14 +7,15 @@
name=thc-hydra
version=8.5
release=1
-source=(https://crux.nu/~tek/hydra-$version.tar.gz)
+source=(https://github.com/vanhauser-thc/thc-hydra/archive/v$version.tar.gz)
build() {
- cd hydra-$version
+ cd $name-$version
sed -i 's/dummy_ssh/dummy_sshkey/' hydra-sshkey.c
./configure --prefix=$PKG/usr
+
make
make install

Generated by cgit