diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-08 10:04:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-08 10:04:18 +0000 |
commit | 9f7155892383c6c06c8ef6a528187f20e030a21c (patch) | |
tree | 28a4512155c159e2e3b29333c7893122b16f54b4 /security/scanssh | |
parent | e5f9da5743629830b11c9e108fa5a0da342d6230 (diff) | |
download | ports-9f7155892383c6c06c8ef6a528187f20e030a21c.tar.gz ports-9f7155892383c6c06c8ef6a528187f20e030a21c.zip |
Notes
Diffstat (limited to 'security/scanssh')
-rw-r--r-- | security/scanssh/distinfo | 1 | ||||
-rw-r--r-- | security/scanssh/files/patch-aa | 11 | ||||
-rw-r--r-- | security/scanssh/files/patch-ab | 9 | ||||
-rw-r--r-- | security/scanssh/pkg-comment | 1 | ||||
-rw-r--r-- | security/scanssh/pkg-descr | 3 | ||||
-rw-r--r-- | security/scanssh/pkg-plist | 3 |
6 files changed, 28 insertions, 0 deletions
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 |