diff options
author | kris <kris@FreeBSD.org> | 2000-10-14 23:29:01 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-10-14 23:29:01 +0000 |
commit | 9a440230e81ed6243e43cc743546e898a70f0de1 (patch) | |
tree | 4bd63923140879b006d5cc8fa4cad9ba999f886b /security | |
parent | 55181f9b9c62ef6960cf6ed0fe772d6c00613ddd (diff) | |
download | FreeBSD-ports-9a440230e81ed6243e43cc743546e898a70f0de1.zip FreeBSD-ports-9a440230e81ed6243e43cc743546e898a70f0de1.tar.gz |
Upgrade to scanssh 1.3
Diffstat (limited to 'security')
-rw-r--r-- | security/scanssh/Makefile | 2 | ||||
-rw-r--r-- | security/scanssh/distinfo | 2 | ||||
-rw-r--r-- | security/scanssh/files/patch-ab | 16 |
3 files changed, 11 insertions, 9 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index eb08e32..f17bfa7 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scanssh -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ DISTNAME= scanssh diff --git a/security/scanssh/distinfo b/security/scanssh/distinfo index 952bf31..99b82ad 100644 --- a/security/scanssh/distinfo +++ b/security/scanssh/distinfo @@ -1 +1 @@ -MD5 (scanssh.tar.gz) = bfded085a98cb78478147b882dbfab45 +MD5 (scanssh.tar.gz) = 68f8aea9e9dfe0fd10d6391cad88251f diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab index 39276ec..864d959 100644 --- a/security/scanssh/files/patch-ab +++ b/security/scanssh/files/patch-ab @@ -1,9 +1,11 @@ ---- Makefile.in.orig Thu Sep 7 08:36:00 2000 -+++ Makefile.in Fri Sep 8 02:58:02 2000 -@@ -1,5 +1,5 @@ - # Thanks for Dug Song for configure magic. +--- Makefile.in.orig Thu Sep 28 08:02:38 2000 ++++ Makefile.in Sat Oct 14 16:25:24 2000 +@@ -6,7 +6,7 @@ + VPATH= @srcdir@ + + CC= @CC@ -CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE +CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@prefix@\" - CC= @CC@ - PROG= scanssh - BINOWN= root + LDFLAGS= @LDFLAGS@ + + prefix= @prefix@ |