upgrade to scanssh 1.4

This commit is contained in:
brad 2001-02-20 14:01:29 +00:00
parent 7c842ebd3c
commit 86d49e678d
5 changed files with 26 additions and 15 deletions

View File

@ -1,22 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/12 19:52:17 jakob Exp $
# $OpenBSD: Makefile,v 1.2 2001/02/20 14:01:29 brad Exp $
DISTNAME= scanssh-1.3a
CATEGORIES= security
NEED_VERSION= 1.352
DISTNAME= scanssh-1.4
CATEGORIES= security
NEED_VERSION= 1.352
MASTER_SITES= http://www.monkey.org/~provos/
HOMEPAGE= http://www.monkey.org/~provos/scanssh/
HOMEPAGE= http://www.monkey.org/~provos/scanssh/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.monkey.org/~provos/
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
WRKSRC= ${WRKDIR}/scanssh
WRKDIST= ${WRKDIR}/scanssh
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (scanssh-1.3a.tar.gz) = 0453825af98ee4c5c1da787d2ecb8914
RMD160 (scanssh-1.3a.tar.gz) = c8e09587a8e04cba1fe6d112f455d3d0b0b1f54e
SHA1 (scanssh-1.3a.tar.gz) = 6f25628e316c7fae610ba6c8677a89757afc9169
MD5 (scanssh-1.4.tar.gz) = 843796cdb9361ed7e3d862a0e3a6ce16
RMD160 (scanssh-1.4.tar.gz) = 8825be05348f1d5e8f53657a0de65f9b81320413
SHA1 (scanssh-1.4.tar.gz) = 266d9de9a7965177b5d10ec0eed3de3e199ac237

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Tue Feb 20 08:55:28 2001
+++ Makefile.in Tue Feb 20 08:55:57 2001
@@ -6,7 +6,7 @@
VPATH= @srcdir@
CC= @CC@
-CFLAGS= @CFLAGS@ @DEFS@ -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE
+CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE
LDFLAGS= @LDFLAGS@
LIBS= @LIBS@ @PCAPLIB@

View File

@ -1 +1 @@
ssh remote version scanner
SSH remote version scanner

View File

@ -1,4 +1,4 @@
scanssh scans the given addresses and networks for running SSH
ScanSSH scans the given addresses and networks for running SSH
servers. It will query their version number and displays the results
in a list.