From 9f7155892383c6c06c8ef6a528187f20e030a21c Mon Sep 17 00:00:00 2001
From: Kris Kennaway <kris@FreeBSD.org>
Date: Fri, 8 Sep 2000 10:04:18 +0000
Subject: scanssh 1.2 is a utility which scans a subnet and reports on the
 installed versions of SSH it finds.

---
 security/Makefile               |  1 +
 security/scanssh/distinfo       |  1 +
 security/scanssh/files/patch-aa | 11 +++++++++++
 security/scanssh/files/patch-ab |  9 +++++++++
 security/scanssh/pkg-comment    |  1 +
 security/scanssh/pkg-descr      |  3 +++
 security/scanssh/pkg-plist      |  3 +++
 7 files changed, 29 insertions(+)
 create mode 100644 security/scanssh/distinfo
 create mode 100644 security/scanssh/files/patch-aa
 create mode 100644 security/scanssh/files/patch-ab
 create mode 100644 security/scanssh/pkg-comment
 create mode 100644 security/scanssh/pkg-descr
 create mode 100644 security/scanssh/pkg-plist

(limited to 'security')

diff --git a/security/Makefile b/security/Makefile
index 6a9e5db1c03c..d54352cbb61a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -87,6 +87,7 @@
     SUBDIR += ruby-acl
     SUBDIR += ruby-tcpwrap
     SUBDIR += saint
+    SUBDIR += scanssh
     SUBDIR += seahorse
     SUBDIR += siphon
     SUBDIR += skip
diff --git a/security/scanssh/distinfo b/security/scanssh/distinfo
new file mode 100644
index 000000000000..952bf31c65b5
--- /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 000000000000..68c74afd64de
--- /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 000000000000..39276ec470dd
--- /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 000000000000..6546ce62f680
--- /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 000000000000..a32ff11ce444
--- /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 000000000000..143b511fac96
--- /dev/null
+++ b/security/scanssh/pkg-plist
@@ -0,0 +1,3 @@
+bin/scanssh
+share/scanssh/exclude.list
+@dirrm share/scanssh
-- 
cgit v1.2.3