Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (45881153ff7727ea742f10f65e5965c1ba0ac2e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (45881153ff7727ea742f10f65e5965c1ba0ac2e0)
  • Date: Tue, 27 Aug 2013 14:21:26 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

security/thc-hydra/BUILD | 7 -------
security/thc-hydra/DETAILS | 10 +++++-----
security/thc-hydra/HISTORY | 5 +++++
3 files changed, 10 insertions(+), 12 deletions(-)

New commits:
commit 45881153ff7727ea742f10f65e5965c1ba0ac2e0
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell Update: thc-hydra 5.4 -> 7.5

BUILD has been removed as no longer being needed. Based upon the
upstream developer site, thc-hydra only requires a simple
"configure, make, make install" type installation. For this reason
the BUILD file that was there has been removed to allow for the
default build process to be run.

Additionally, details has been updated beyond the general changes
(e.g. - version number, SHA-512 value). While nothing major has been
revised, the SOURCE and SOURCE_URL has been updated. There are three
items that have been noted in the HISTORY file.

As a side note, it does appear that there needs to be a little more
work with dependancies for this spell. In working on updating this
spell and the testing around the update, it seems that the files being
used to validate dependancies and modules needs to be checked.

diff --git a/security/thc-hydra/BUILD b/security/thc-hydra/BUILD
deleted file mode 100755
index c48addb..0000000
--- a/security/thc-hydra/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-./configure --prefix=${INSTALL_ROOT}/usr &&
-
-sedit "s:-DLIBSVN::g" Makefile &&
-sedit "s:-I/usr/include/subversion-1::g" Makefile &&
-sedit "s:-lsvn_client-1 -lapr-0 -laprutil-0::g" Makefile &&
-
-make
diff --git a/security/thc-hydra/DETAILS b/security/thc-hydra/DETAILS
index 1300df1..016d7b6 100755
--- a/security/thc-hydra/DETAILS
+++ b/security/thc-hydra/DETAILS
@@ -1,11 +1,11 @@
SPELL=thc-hydra
- VERSION=5.4
- SOURCE=hydra-$VERSION-src.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/hydra-$VERSION-src
- SOURCE_URL[0]=http://freeworld.thc.org/releases/$SOURCE
+ VERSION=7.5
+ SOURCE=hydra-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/hydra-$VERSION
+ SOURCE_URL[0]=http://www.thc.org/releases/$SOURCE
WEB_SITE=http://www.thc.org/thc-hydra
ENTERED=20041208
-
SOURCE_HASH=sha512:0afe21d16a49d364476cc35cb8cdb4885a5f622385c672d11e75ba85b6015c9d605b451b162f17d6fab22f05ddbcae53c4c04572d200f3487f91e32caef36aa4
+
SOURCE_HASH=sha512:b15ca32da6f1cd675d7149e9ef32fbb7b3d01e1fa2d648a1ed12bb6ae38d131f1123d84ff125d5f98677f62cddc97597d98d9cee662fcd305342c6f3fd2e10f8
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 f364434..e0ddcaf 100644
--- a/security/thc-hydra/HISTORY
+++ b/security/thc-hydra/HISTORY
@@ -1,3 +1,8 @@
+2013-08-26 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: Version bump 5.4 -> 7.5
+ SOURCE, SOURCE_URL, SOURCE_DESTINATION updated.
+ * BUILD: Removed
+
2009-09-08 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 5.4




  • [SM-Commit] GIT changes to master grimoire by David Haley (45881153ff7727ea742f10f65e5965c1ba0ac2e0), David Haley, 08/27/2013

Archive powered by MHonArc 2.6.24.

Top of Page