scanssh stable port information

Package: scanssh
Version: 1.6b
Revision: 2
Source: http://www.monkey.org/~provos/%n-%v.tar.gz
Source-MD5: b0b7a4e6953a878b188156449ae0750f
SourceDirectory: scanssh
PatchFile: %n.patch
PatchFile-MD5: d37e95205c95a2344a9e41b58b688691
ConfigureParams: --mandir='%p/share/man' --bindir='%p/bin/'
InstallScript: <<
head -n 28 scanssh.c > LICENSE
mkdir -p %d%p/bin
mkdir -p %d%p/share/man/man1
make install DESTDIR=%d
<<
DocFiles: README LICENSE
Depends: libpcap-shlibs
BuildDepends: fink (>= 0.24.12-1), libpcap
Description: Fast SSH Protocol Scanner
License: BSD
Maintainer: Ben Hines
Homepage: http://www.monkey.org/~provos/scanssh/

scanssh stable port .patch

diff -ruN scanssh/config.h.in scanssh-patched/config.h.in
--- scanssh/config.h.in Tue Nov 27 08:49:51 2001
+++ scanssh-patched/config.h.in Wed Jan 30 05:31:46 2002
@@ -1,5 +1,7 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */

+#define IN6ADDRSZ 16
+
/* Define if you have that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H

diff -ruN scanssh/missing/getnameinfo.c scanssh-patched/missing/getnameinfo.c
--- scanssh/missing/getnameinfo.c Mon Feb 19 16:13:05 2001
+++ scanssh-patched/missing/getnameinfo.c Wed Jan 30 04:47:41 2002
@@ -12,6 +12,9 @@
#include
#include
#include
+#if __APPLE__
+#include
+#endif

#include "config.h"


scanssh _unstable_ port .patch