aboutsummaryrefslogtreecommitdiff
path: root/security/hydra/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-11-21 21:56:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-11-21 21:56:25 +0000
commitd6fcd7713c4e91ef8f6a6ee53e968825195a3bc0 (patch)
treeecd9e0e506fe31766569b1714dd167b25fa66606 /security/hydra/files
parent01ce5dad5830d8bd0a20aa240675ae764a0e47f9 (diff)
downloadports-d6fcd7713c4e91ef8f6a6ee53e968825195a3bc0.tar.gz
ports-d6fcd7713c4e91ef8f6a6ee53e968825195a3bc0.zip
Notes
Diffstat (limited to 'security/hydra/files')
-rw-r--r--security/hydra/files/patch-configure51
-rw-r--r--security/hydra/files/patch-hydra-pcanywhere.c21
2 files changed, 51 insertions, 21 deletions
diff --git a/security/hydra/files/patch-configure b/security/hydra/files/patch-configure
new file mode 100644
index 000000000000..27f225fcb9df
--- /dev/null
+++ b/security/hydra/files/patch-configure
@@ -0,0 +1,51 @@
+--- configure.orig Sat Oct 28 19:51:24 2006
++++ configure Sat Oct 28 19:42:03 2006
+@@ -118,11 +118,11 @@
+ echo " ... NOT found, module postgres disabled"
+ fi
+
+-echo "Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) ..."
++echo "Checking for SVN (ibsvn_client-1 libapr-1.so libaprutil-1.so) ..."
+ for i in $LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib .
+ do
+ if [ "X" = "X$SVN_PATH" ]; then
+- if [ -f "$i/libsvn_client-1.so" ]&&[ -f "$i/libapr-0.so" ]&&[ -f "$i/libaprutil-0.so" ]; then
++ if [ -f "$i/libsvn_client-1.so" ]&&[ -f "$i/libapr-1.so" ]&&[ -f "$i/libaprutil-1.so" ]; then
+ SVN_PATH="$i"
+ fi
+ fi
+@@ -202,8 +202,8 @@
+ fi
+ fi
+ if [ "X" = "X$APR_IPATH" ]; then
+- if [ -d "$i/apr-0" ]; then
+- APR_IPATH="$i/apr-0"
++ if [ -d "$i/apr-1" ]; then
++ APR_IPATH="$i/apr-1"
+ fi
+ fi
+ done
+@@ -220,8 +220,8 @@
+ fi
+ fi
+ if [ "X" = "X$APR_IPATH" ]; then
+- if [ -d "$i/apr-0" ]; then
+- APR_IPATH="$i/apr-0"
++ if [ -d "$i/apr-1" ]; then
++ APR_IPATH="$i/apr-1"
+ fi
+ fi
+ done
+@@ -379,10 +379,10 @@
+ XLIBS="$XLIBS -lpq"
+ fi
+ if [ -n "$SVN_PATH" ]; then
+- XLIBS="$XLIBS -lsvn_client-1 -lapr-0 -laprutil-0"
++ XLIBS="$XLIBS -lsvn_client-1 -lapr-1 -laprutil-1"
+ fi
+ if [ -n "$SVN_PATH" ]; then
+- XLIBS="$XLIBS -lsvn_client-1 -lapr-0 -laprutil-0"
++ XLIBS="$XLIBS -lsvn_client-1 -lapr-1 -laprutil-1"
+ fi
+ if [ -n "$SSH_PATH" ]; then
+ XLIBS="$XLIBS -lssh"
diff --git a/security/hydra/files/patch-hydra-pcanywhere.c b/security/hydra/files/patch-hydra-pcanywhere.c
deleted file mode 100644
index ef1b59b7cb59..000000000000
--- a/security/hydra/files/patch-hydra-pcanywhere.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- hydra-pcanywhere.c.orig Wed Sep 7 21:59:26 2005
-+++ hydra-pcanywhere.c Mon Oct 10 20:22:28 2005
-@@ -111,8 +111,9 @@
- char clogin[128]="";
- char cpass[128]="";
- int ret,i;
--
-+ char *server[5];
- char *client[4];
-+
- int clientsize[4];
- client[0]="\x00\x00\x00\x00";
- clientsize[0]=4;
-@@ -123,7 +124,6 @@
- client[3]="\x6f\x62\x01\x02\x00\x00\x00";
- clientsize[3]=7;
-
-- char *server[5];
- server[0]= "nter";
- server[1]="\x1B\x61";
- server[2]="\0x1B\0x62";