summaryrefslogtreecommitdiffstats
path: root/security/scanssh
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-09-08 10:04:18 +0000
committerkris <kris@FreeBSD.org>2000-09-08 10:04:18 +0000
commit0f8b27ac5584011370aa5171a3ed63a77f7f0319 (patch)
tree507b02b919ef11476feafadcb50071a88ef6e8d9 /security/scanssh
parent421ec416b1427086c9592885d4e0b34790f6cafd (diff)
downloadFreeBSD-ports-0f8b27ac5584011370aa5171a3ed63a77f7f0319.zip
FreeBSD-ports-0f8b27ac5584011370aa5171a3ed63a77f7f0319.tar.gz
scanssh 1.2 is a utility which scans a subnet and reports on the
installed versions of SSH it finds.
Diffstat (limited to 'security/scanssh')
-rw-r--r--security/scanssh/distinfo1
-rw-r--r--security/scanssh/files/patch-aa11
-rw-r--r--security/scanssh/files/patch-ab9
-rw-r--r--security/scanssh/pkg-comment1
-rw-r--r--security/scanssh/pkg-descr3
-rw-r--r--security/scanssh/pkg-plist3
6 files changed, 28 insertions, 0 deletions
diff --git a/security/scanssh/distinfo b/security/scanssh/distinfo
new file mode 100644
index 0000000..952bf31
--- /dev/null
+++ b/security/scanssh/distinfo
@@ -0,0 +1 @@
+MD5 (scanssh.tar.gz) = bfded085a98cb78478147b882dbfab45
diff --git a/security/scanssh/files/patch-aa b/security/scanssh/files/patch-aa
new file mode 100644
index 0000000..68c74af
--- /dev/null
+++ b/security/scanssh/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 0000000..39276ec
--- /dev/null
+++ b/security/scanssh/files/patch-ab
@@ -0,0 +1,9 @@
+--- Makefile.in.orig Thu Sep 7 08:36:00 2000
++++ Makefile.in Fri Sep 8 02:58:02 2000
+@@ -1,5 +1,5 @@
+ # Thanks for Dug Song for configure magic.
+-CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE
++CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@prefix@\"
+ CC= @CC@
+ PROG= scanssh
+ BINOWN= root
diff --git a/security/scanssh/pkg-comment b/security/scanssh/pkg-comment
new file mode 100644
index 0000000..6546ce6
--- /dev/null
+++ b/security/scanssh/pkg-comment
@@ -0,0 +1 @@
+Scanssh scans a subnet and reports the version of SSH installed
diff --git a/security/scanssh/pkg-descr b/security/scanssh/pkg-descr
new file mode 100644
index 0000000..a32ff11
--- /dev/null
+++ b/security/scanssh/pkg-descr
@@ -0,0 +1,3 @@
+Scanssh scans a subnet and reports the version of SSH installed.
+
+WWW: http://www.monkey.org/~provos/
diff --git a/security/scanssh/pkg-plist b/security/scanssh/pkg-plist
new file mode 100644
index 0000000..143b511
--- /dev/null
+++ b/security/scanssh/pkg-plist
@@ -0,0 +1,3 @@
+bin/scanssh
+share/scanssh/exclude.list
+@dirrm share/scanssh
OpenPOWER on IntegriCloud