summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2009-09-15 00:20:33 +0200
committerArjan Bouter2009-09-15 00:20:33 +0200
commit3f77081fc865be86edec578d21e83e20cde7f654 (patch)
tree180d5b08a03279746e1364330705ab4e6e4a737c
parentf2ecaf901474c9619f3a318e16dae34806dc9bcd (diff)
thc-hydra: version 5.4 and fixed DEPENDS
-rwxr-xr-xsecurity/thc-hydra/DEPENDS16
-rwxr-xr-xsecurity/thc-hydra/DETAILS7
-rw-r--r--security/thc-hydra/HISTORY3
3 files changed, 19 insertions, 7 deletions
diff --git a/security/thc-hydra/DEPENDS b/security/thc-hydra/DEPENDS
index 5513a1a216..e0c4d3a484 100755
--- a/security/thc-hydra/DEPENDS
+++ b/security/thc-hydra/DEPENDS
@@ -4,12 +4,22 @@ optional_depends "libssh" \
"" \
"Support for SSH module" &&
+optional_depends "postgresql" \
+ "" \
+ "" \
+ "Support for Postgres module" &&
+message "or alternatively, use libpqxx" &&
optional_depends "libpqxx" \
"" \
"" \
"Support for Postgres module" &&
-optional_depends "gtk+" \
- "" \
- "" \
+optional_depends "subversion" \
+ "" \
+ "" \
+ "Support for SVN module" &&
+
+optional_depends "gtk+2" \
+ "" \
+ "--disable-xhydra" \
"Compiles gtk+ GUI xhydra."
diff --git a/security/thc-hydra/DETAILS b/security/thc-hydra/DETAILS
index 6b4a63cd94..1300df1be3 100755
--- a/security/thc-hydra/DETAILS
+++ b/security/thc-hydra/DETAILS
@@ -1,12 +1,11 @@
SPELL=thc-hydra
- VERSION=5.3
+ VERSION=5.4
SOURCE=hydra-$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/hydra-$VERSION-src
- SOURCE_URL[0]=http://www.thc.org/releases/$SOURCE
+ SOURCE_URL[0]=http://freeworld.thc.org/releases/$SOURCE
WEB_SITE=http://www.thc.org/thc-hydra
ENTERED=20041208
- UPDATED=20050429
- SOURCE_HASH=sha512:937da53c503c52c196df4d7e92f268ad9807b0524ee7eed727992f0b48abe1175a09ac368a7e3e87c9828a9ba41658b8973f6f110e07af7592bd2a583e04d826
+ SOURCE_HASH=sha512:0afe21d16a49d364476cc35cb8cdb4885a5f622385c672d11e75ba85b6015c9d605b451b162f17d6fab22f05ddbcae53c4c04572d200f3487f91e32caef36aa4
LICENSE[0]=GPL
KEYWORDS="security"
SHORT="THC-Hydra - the best parallized login hacker"
diff --git a/security/thc-hydra/HISTORY b/security/thc-hydra/HISTORY
index 7819d3a706..f364434b01 100644
--- a/security/thc-hydra/HISTORY
+++ b/security/thc-hydra/HISTORY
@@ -1,3 +1,6 @@
+2009-09-08 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS: version 5.4
+
2006-10-17 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* DEPENDS: openssl isn't optional #12152