diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
7 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6a9e5db..d54352c 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 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 |