From ba3ca92ec55d8e9c95c9f8dcef5eedb2eaf8618e Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 12 Mar 2001 17:01:34 +0000 Subject: [PATCH] upgrade to scanssh 1.5 --- security/scanssh/Makefile | 6 +++--- security/scanssh/files/md5 | 6 +++--- security/scanssh/patches/patch-Makefile.in | 11 ----------- 3 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 security/scanssh/patches/patch-Makefile.in diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 915f6cae5c8..b1aa5c518ea 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2001/02/20 14:01:29 brad Exp $ +# $OpenBSD: Makefile,v 1.3 2001/03/12 17:01:34 brad Exp $ -DISTNAME= scanssh-1.4 +DISTNAME= scanssh-1.5 CATEGORIES= security -NEED_VERSION= 1.352 +NEED_VERSION= 1.336 MASTER_SITES= http://www.monkey.org/~provos/ HOMEPAGE= http://www.monkey.org/~provos/scanssh/ diff --git a/security/scanssh/files/md5 b/security/scanssh/files/md5 index 8a57b00d6b8..f016c243252 100644 --- a/security/scanssh/files/md5 +++ b/security/scanssh/files/md5 @@ -1,3 +1,3 @@ -MD5 (scanssh-1.4.tar.gz) = 843796cdb9361ed7e3d862a0e3a6ce16 -RMD160 (scanssh-1.4.tar.gz) = 8825be05348f1d5e8f53657a0de65f9b81320413 -SHA1 (scanssh-1.4.tar.gz) = 266d9de9a7965177b5d10ec0eed3de3e199ac237 +MD5 (scanssh-1.5.tar.gz) = 40f017a11ae49b018f29ea1b680473c9 +RMD160 (scanssh-1.5.tar.gz) = 776e1762b817c6e20919cbfec1a5bec4870b7650 +SHA1 (scanssh-1.5.tar.gz) = f09f56932f14426ae35a714422638c7b30cca35f diff --git a/security/scanssh/patches/patch-Makefile.in b/security/scanssh/patches/patch-Makefile.in deleted file mode 100644 index 07ab7393915..00000000000 --- a/security/scanssh/patches/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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@ -