aboutsummaryrefslogtreecommitdiffstats
path: root/packages/thc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/thc
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/thc')
-rw-r--r--packages/thc/.mtn2git_empty0
-rw-r--r--packages/thc/hydra_4.4.bb26
-rw-r--r--packages/thc/thcrut-1.2.5/.mtn2git_empty0
-rw-r--r--packages/thc/thcrut-1.2.5/configure_in.patch11
-rwxr-xr-x[-rw-r--r--]packages/thc/thcrut_1.2.5.bb0
5 files changed, 37 insertions, 0 deletions
diff --git a/packages/thc/.mtn2git_empty b/packages/thc/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/thc/.mtn2git_empty
diff --git a/packages/thc/hydra_4.4.bb b/packages/thc/hydra_4.4.bb
index e69de29bb2..dacb5ada8d 100644
--- a/packages/thc/hydra_4.4.bb
+++ b/packages/thc/hydra_4.4.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "A very fast network logon cracker which support many different services"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+SECTION = "console/network"
+DEPENDS = "openssl"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://thc.org/releases/hydra-${PV}-src.tar.gz"
+S = "${WORKDIR}/hydra-${PV}-src"
+
+inherit autotools
+
+do_configure() {
+ echo "Now that's a sucky build system..."
+ cp -f Makefile.am Makefile
+}
+
+BINARIES = "pw-inspector hydra"
+
+do_install() {
+ install -d ${D}${bindir}
+ for f in ${BINARIES}
+ do
+ install -m 0755 $f ${D}${bindir}
+ done
+}
diff --git a/packages/thc/thcrut-1.2.5/.mtn2git_empty b/packages/thc/thcrut-1.2.5/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/thc/thcrut-1.2.5/.mtn2git_empty
diff --git a/packages/thc/thcrut-1.2.5/configure_in.patch b/packages/thc/thcrut-1.2.5/configure_in.patch
index e69de29bb2..d85681555c 100644
--- a/packages/thc/thcrut-1.2.5/configure_in.patch
+++ b/packages/thc/thcrut-1.2.5/configure_in.patch
@@ -0,0 +1,11 @@
+--- configure.in 2005-02-02 11:05:04.000000000 -0500
++++ configure.in.new 2005-02-02 11:41:23.000000000 -0500
+@@ -37,7 +37,7 @@
+ trydir_l="${trydir_l} /usr/local/lib"
+ fi
+
+-trydir_i="${trydir_i} ${prefix}/include/pcap ${prefix}/include/pcre /usr/include/pcre /usr/include/pcap"
++trydir_i="${prefix}/include/pcap ${prefix}/include/pcre /usr/include/pcre /usr/include/pcap"
+ AC_ARG_WITH(includes,
+ [ --with-includes=DIR Space-seperated list of include directories],
+ [
diff --git a/packages/thc/thcrut_1.2.5.bb b/packages/thc/thcrut_1.2.5.bb
index 57e91d3417..57e91d3417 100644..100755
--- a/packages/thc/thcrut_1.2.5.bb
+++ b/packages/thc/thcrut_1.2.5.bb