upgrade to scanssh 1.4
This commit is contained in:
parent
7c842ebd3c
commit
86d49e678d
@ -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
|
DISTNAME= scanssh-1.4
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
NEED_VERSION= 1.352
|
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_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
MASTER_SITES= http://www.monkey.org/~provos/
|
SEPARATE_BUILD= concurrent
|
||||||
|
CONFIGURE_STYLE= gnu
|
||||||
|
|
||||||
SEPARATE_BUILD= concurrent
|
WRKDIST= ${WRKDIR}/scanssh
|
||||||
CONFIGURE_STYLE= gnu
|
|
||||||
WRKSRC= ${WRKDIR}/scanssh
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (scanssh-1.3a.tar.gz) = 0453825af98ee4c5c1da787d2ecb8914
|
MD5 (scanssh-1.4.tar.gz) = 843796cdb9361ed7e3d862a0e3a6ce16
|
||||||
RMD160 (scanssh-1.3a.tar.gz) = c8e09587a8e04cba1fe6d112f455d3d0b0b1f54e
|
RMD160 (scanssh-1.4.tar.gz) = 8825be05348f1d5e8f53657a0de65f9b81320413
|
||||||
SHA1 (scanssh-1.3a.tar.gz) = 6f25628e316c7fae610ba6c8677a89757afc9169
|
SHA1 (scanssh-1.4.tar.gz) = 266d9de9a7965177b5d10ec0eed3de3e199ac237
|
||||||
|
11
security/scanssh/patches/patch-Makefile.in
Normal file
11
security/scanssh/patches/patch-Makefile.in
Normal 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@
|
||||||
|
|
@ -1 +1 @@
|
|||||||
ssh remote version scanner
|
SSH remote version scanner
|
||||||
|
@ -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
|
servers. It will query their version number and displays the results
|
||||||
in a list.
|
in a list.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user