Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv13154

Added Files:
        scanssh-1.6b-1.info scanssh-1.6b-1.patch 
Log Message:
Moving to stable based on good feedback


--- NEW FILE: scanssh-1.6b-1.info ---
Package: scanssh
Version: 1.6b
Revision: 1
Source: http://www.monkey.org/~provos/%n-%v.tar.gz
Source-MD5: b0b7a4e6953a878b188156449ae0750f
SourceDirectory: scanssh
Patch: %f.patch
ConfigureParams: --mandir='%p/share/man' --bindir='%p/bin/'
InstallScript: <<
head -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: libpcap
Description: Fast SSH Protocol Scanner
License: BSD
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://www.monkey.org/~provos/scanssh/


--- NEW FILE: scanssh-1.6b-1.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 <sys/wait.h> 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 <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>
+#if __APPLE__
+#include <netinet/in.h>
+#endif
 
 #include "config.h"
 




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to