summaryrefslogtreecommitdiff
path: root/security/scanssh/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-23 22:57:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-23 22:57:04 +0000
commitcb9984c3da24fb5539d6a4ef4f1f2b62121227aa (patch)
tree0d0029e4c2469c36b357a1ee79a2192a6e6c8278 /security/scanssh/files
parentAdd support for translations. PORTREVISION bump for changing the pkg-plist. (diff)
Update to scanssh 2.1.
Submitted by: brueffer (previous version) PR: ports/77348
Notes
Notes: svn path=/head/; revision=134024
Diffstat (limited to 'security/scanssh/files')
-rw-r--r--security/scanssh/files/patch-Makefile.in11
-rw-r--r--security/scanssh/files/patch-aa10
-rw-r--r--security/scanssh/files/patch-ab10
-rw-r--r--security/scanssh/files/patch-pcapu.c16
4 files changed, 11 insertions, 36 deletions
diff --git a/security/scanssh/files/patch-Makefile.in b/security/scanssh/files/patch-Makefile.in
new file mode 100644
index 000000000000..a6e23615904e
--- /dev/null
+++ b/security/scanssh/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sat Apr 23 15:51:17 2005
++++ Makefile.in Sat Apr 23 15:51:24 2005
+@@ -79,7 +79,7 @@
+ scanssh_SOURCES = scanssh.c atomicio.c exclude.c connecter.c xmalloc.c interface.c socks.c http.c telnet.c exclude.h interface.h scanssh.h socks.h xmalloc.h
+
+ scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@
+-CFLAGS = -O2 -Wall -g
++CFLAGS+= -Wall -g
+
+ INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat @EVENTINC@ @PCAPINC@ @DNETINC@
+
diff --git a/security/scanssh/files/patch-aa b/security/scanssh/files/patch-aa
deleted file mode 100644
index a55565066b0b..000000000000
--- a/security/scanssh/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- exclude.c.orig Fri Sep 8 02:53:19 2000
-+++ exclude.c Fri Sep 8 02:53:34 2000
-@@ -40,7 +40,7 @@
-
- #include "exclude.h"
-
--char *excludefile = "exclude.list";
-+char *excludefile = PREFIX "/share/scanssh/exclude.list";
- struct exclude_list excludequeue;
- struct exclude_list rndexclqueue;
diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab
deleted file mode 100644
index c3a71a9d1cde..000000000000
--- a/security/scanssh/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Fri Mar 9 19:07:36 2001
-+++ Makefile.in Fri Mar 9 19:07:57 2001
-@@ -6,7 +6,7 @@
- VPATH= @srcdir@
-
- CC= @CC@
--CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE
-+CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE -DPREFIX=\"@prefix@\"
- LDFLAGS= @LDFLAGS@
- LIBS= @LIBS@ @PCAPLIB@
diff --git a/security/scanssh/files/patch-pcapu.c b/security/scanssh/files/patch-pcapu.c
deleted file mode 100644
index 2d2de113dc46..000000000000
--- a/security/scanssh/files/patch-pcapu.c
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- pcapu.c.orig Mon Mar 3 17:55:38 2003
-+++ pcapu.c Mon Mar 3 17:56:03 2003
-@@ -47,8 +47,8 @@
- #include "config.h"
-
- struct phdr {
-- unsigned long saddr;
-- unsigned long daddr;
-+ in_addr_t saddr;
-+ in_addr_t daddr;
- char zero;
- unsigned char protocol;
- unsigned short length;