summaryrefslogtreecommitdiff
path: root/security/hydra/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-04-17 12:19:54 +0000
committeradrianp <adrianp@pkgsrc.org>2005-04-17 12:19:54 +0000
commit6a62162baa871dc002cd44b70aa43375a880d943 (patch)
tree88fb6f26a1adb90331450997b136d96997059237 /security/hydra/patches
parentf0d66fca9a2e12feed2b3f3d608122ff9b8ad8a7 (diff)
downloadpkgsrc-6a62162baa871dc002cd44b70aa43375a880d943.tar.gz
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5, PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
Diffstat (limited to 'security/hydra/patches')
-rw-r--r--security/hydra/patches/patch-aa22
-rw-r--r--security/hydra/patches/patch-ab33
-rw-r--r--security/hydra/patches/patch-ac13
-rw-r--r--security/hydra/patches/patch-ad13
4 files changed, 81 insertions, 0 deletions
diff --git a/security/hydra/patches/patch-aa b/security/hydra/patches/patch-aa
new file mode 100644
index 00000000000..6f0cbeb9cd1
--- /dev/null
+++ b/security/hydra/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
+
+--- Makefile.am.orig 2005-04-17 13:11:05.000000000 +0100
++++ Makefile.am
+@@ -28,17 +28,11 @@ EXTRA_DIST = README README.arm README.pa
+ hydra-mod.h hydra.h crc32.h d3des.h md4.h
+
+ all: pw-inspector hydra xhydra
+- @echo
+- @echo Now type "make install"
+
+ hydra: $(OBJ)
+ $(CC) $(OPTS) $(LIBS) -o $(BIN) $(OBJ) $(LIB) $(XLIBS) $(XLIBPATHS)
+- @echo
+- @echo If men could get pregnant, abortion would be a sacrament
+- @echo
+
+ xhydra:
+- -cd hydra-gtk && ./make_xhydra.sh
+
+ pw-inspector: pw-inspector.c
+ -$(CC) $(OPTS) -o pw-inspector pw-inspector.c
diff --git a/security/hydra/patches/patch-ab b/security/hydra/patches/patch-ab
new file mode 100644
index 00000000000..790578fb652
--- /dev/null
+++ b/security/hydra/patches/patch-ab
@@ -0,0 +1,33 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
+
+--- configure.orig 2005-02-01 14:50:26.000000000 +0000
++++ configure
+@@ -130,7 +130,7 @@ if [ "$SAPR3_IPATH" = "/usr/include" ];
+ fi
+
+ echo "Checking for libssh (libssh/libssh.h) ..."
+-for i in $LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib .
++for i in $LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib /usr/pkg/lib .
+ do
+ if [ "X" = "X$SSH_PATH" ]; then
+ if [ -f "$i/libssh.so" -o -f "$i/libssh.dylib" ]; then
+@@ -144,7 +144,7 @@ do
+ fi
+ fi
+ done
+-for i in /usr/local/include /*ssl/include /usr/include .
++for i in /usr/local/include /*ssl/include /usr/include /usr/pkg/include .
+ do
+ if [ "X" = "X$SSH_IPATH" ]; then
+ if [ -f "$i/libssh/libssh.h" ]; then
+@@ -291,10 +291,3 @@ echo >> Makefile.in
+ cat Makefile.unix > Makefile
+ cat Makefile.in >> Makefile
+ cat Makefile.am >> Makefile
+-
+-echo
+-echo NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES
+-echo =======================================================================
+-echo ARM/PalmPilot users: please run ./configure-arm or ./configure-palm respectivly
+-echo
+-echo "now type \"make\""
diff --git a/security/hydra/patches/patch-ac b/security/hydra/patches/patch-ac
new file mode 100644
index 00000000000..dbee963559d
--- /dev/null
+++ b/security/hydra/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
+
+--- hydra-gtk/src/main.c.orig 2005-01-05 22:31:46.000000000 +0000
++++ hydra-gtk/src/main.c 2005-01-05 22:32:41.000000000 +0000
+@@ -30,7 +30,7 @@
+ gtk_set_locale ();
+ gtk_init (&argc, &argv);
+
+- add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
++ add_pixmap_directory ("@PREFIX@/share/xhydra/pixmaps");
+
+ /* initialize the message id */
+ message_id = 0;
diff --git a/security/hydra/patches/patch-ad b/security/hydra/patches/patch-ad
new file mode 100644
index 00000000000..309dd82b325
--- /dev/null
+++ b/security/hydra/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
+
+--- hydra-gtk/src/Makefile.in.orig 2005-01-05 22:33:45.000000000 +0000
++++ hydra-gtk/src/Makefile.in 2005-01-05 22:34:23.000000000 +0000
+@@ -88,7 +88,7 @@
+ xhydra_OBJECTS = main.o support.o interface.o callbacks.o
+ xhydra_DEPENDENCIES =
+ xhydra_LDFLAGS =
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ $(INCLUDES)
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@