From d878e1cbdfcae5928069cb419840af7e39721c95 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 10 Mar 2001 03:17:11 +0000 Subject: Update to scanssh 1.5 and portlint Submitted by: bento --- security/scanssh/files/patch-aa | 1 - security/scanssh/files/patch-ab | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'security/scanssh/files') diff --git a/security/scanssh/files/patch-aa b/security/scanssh/files/patch-aa index 68c74afd64de..a55565066b0b 100644 --- a/security/scanssh/files/patch-aa +++ b/security/scanssh/files/patch-aa @@ -8,4 +8,3 @@ +char *excludefile = PREFIX "/share/scanssh/exclude.list"; struct exclude_list excludequeue; struct exclude_list rndexclqueue; - diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab index c023b2cb32db..c3a71a9d1cde 100644 --- a/security/scanssh/files/patch-ab +++ b/security/scanssh/files/patch-ab @@ -1,11 +1,10 @@ ---- Makefile.in.orig Sun Oct 8 08:36:26 2000 -+++ Makefile.in Fri Nov 3 10:58:43 2000 +--- Makefile.in.orig Fri Mar 9 19:07:36 2001 ++++ Makefile.in Fri Mar 9 19:07:57 2001 @@ -6,7 +6,7 @@ VPATH= @srcdir@ CC= @CC@ --CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -+CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -DPREFIX=\"@prefix@\" +-CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE ++CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE -DPREFIX=\"@prefix@\" LDFLAGS= @LDFLAGS@ - - prefix= @prefix@ + LIBS= @LIBS@ @PCAPLIB@ -- cgit v1.2.3