head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.54
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.52
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.50
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.48
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.46
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.44
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.42
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.40
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.38
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.36
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.34
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.32
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.30
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.28
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.26
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.24
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.22
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.20
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.18
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.16
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.14
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.12
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.10
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.8
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.6
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.4
	pkgsrc-2004Q1-base:1.3
	pkgsrc-2003Q4:1.3.0.2
	pkgsrc-2003Q4-base:1.3
	buildlink2-base:1.3
	netbsd-1-4-PATCH002:1.2
	comdex-fall-1999:1.1
	netbsd-1-4-PATCH001:1.1
	netbsd-1-4-RELEASE:1.1;
locks; strict;
comment	@# @;


1.3
date	2000.07.30.11.22.02;	author frueauf;	state dead;
branches;
next	1.2;

1.2
date	2000.02.05.04.52.06;	author wiz;	state Exp;
branches;
next	1.1;

1.1
date	99.03.22.16.42.55;	author bouyer;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update nessus to 1.0.3.

Main change is the splitup into libnasl, nessus-libraries, nessus-core
and nessus-plugins.

Too many changes come with 1.0.3, but most noteable the number of checked
security vulnerabilities increased and got updated.

This is based on work Hubert Feyrer did on some former version.
@
text
@$NetBSD: patch-ad,v 1.2 2000/02/05 04:52:06 wiz Exp $
--- configure.orig	Mon Mar  8 18:52:49 1999
+++ configure	Mon Mar 22 16:15:25 1999
@@@@ -1239,7 +1239,6 @@@@
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
 echo "configure:1242: checking for a BSD compatible install" >&5
-if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@@@ -1258,7 +1257,7 @@@@
 	    # OSF/1 installbsd also uses dspmsg, but is usable.
 	    :
 	  else
-	    ac_cv_path_install="$ac_dir/$ac_prog -c"
+	    ac_cv_path_install="$ac_dir/$ac_prog"
 	    break 2
 	  fi
 	fi
@@@@ -1278,7 +1277,6 @@@@
     # removed, or if the path is relative.
     INSTALL="$ac_install_sh"
   fi
-fi
 echo "$ac_t""$INSTALL" 1>&6
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
--- Makefile.orig	Mon Mar 22 15:38:46 1999
+++ Makefile	Mon Mar 22 15:39:32 1999
@@@@ -27,28 +27,28 @@@@
 	@@./configure
 
 install : libs/libnessus.so bin/nessus bin/nessusd plugins
-	$(INSTALL) -o root -m $(CLIENTMODE) libs/libnessus* ${prefix}/lib/
-	$(INSTALL) -o root -m $(SERVERMODE) bin/nessusd ${prefix}/bin/nessusd
-	$(INSTALL) -o root -m $(CLIENTMODE) bin/nessus ${prefix}/bin/nessus
-	$(INSTALL) -o root -m $(CLIENTMODE) bin/nsr2html ${prefix}/bin/nsr2html
+	$(INSTALL) -c -o root -m $(CLIENTMODE) libs/libnessus* ${prefix}/lib/
+	$(INSTALL) -c -o root -m $(SERVERMODE) bin/nessusd ${prefix}/bin/nessusd
+	$(INSTALL) -c -o root -m $(CLIENTMODE) bin/nessus ${prefix}/bin/nessus
+	$(INSTALL) -c -o root -m $(CLIENTMODE) bin/nsr2html ${prefix}/bin/nsr2html
 	$(INSTALL) -d -o root -m $(PLUGINSDIRMODE) ${prefix}/share/nessus/plugins
 	$(INSTALL) -d -o root -m $(REPORTSDIRMODE) ${prefix}/share/nessus/reports
-	$(INSTALL)  -o root -m $(PLUGINSMODE) bin/plugins/*.nes \
+	$(INSTALL)  -c -o root -m $(PLUGINSMODE) bin/plugins/*.nes \
 	${prefix}/share/nessus/plugins/
-	$(INSTALL) -o root -m $(PLUGINSMODE) doc/Manual ${prefix}/share/nessus/Manual
-	$(INSTALL) -o root -m $(PLUGINSMODE) doc/nessus.1 ${prefix}/man/man1/nessus.1
+	$(INSTALL) -c -o root -m $(PLUGINSMODE) doc/Manual ${prefix}/share/nessus/Manual
+	$(INSTALL) -c -o root -m $(PLUGINSMODE) doc/nessus.1 ${prefix}/man/man1/nessus.1
 	@@echo "Nessus is now properly installed on your system"
 	@@echo "just run ldconfig if your system needs it"
         
 install-nosuid : 
-	$(INSTALL) -s -o root -m $(CLIENTMODE) libs/libnessus* ${prefix}/lib/
-	$(INSTALL) -s -o root -m $(CLIENTMODE) bin/nessusd ${prefix}/bin/nessusd
-	$(INSTALL) -s -o root -m $(CLIENTMODE) bin/nessus ${prefix}/bin/nessus
+	$(INSTALL) -c -s -o root -m $(CLIENTMODE) libs/libnessus* ${prefix}/lib/
+	$(INSTALL) -c -s -o root -m $(CLIENTMODE) bin/nessusd ${prefix}/bin/nessusd
+	$(INSTALL) -c -s -o root -m $(CLIENTMODE) bin/nessus ${prefix}/bin/nessus
 	$(INSTALL) -d -o root -m $(PLUGINSDIRMODE) bin/plugins ${prefix}/share/nessus/plugins
-	$(INSTALL) -s -o root -m $(PLUGINSMODE) bin/plugins/*.nes \
+	$(INSTALL) -c -s -o root -m $(PLUGINSMODE) bin/plugins/*.nes \
 	${prefix}/share/nessus/plugins/
-	$(INSTALL) -o root -m $(PLUGINSMODE) doc/Manual ${prefix}/share/nessus/Manual
-	$(INSTALL) -o root -m $(PLUGINSMODE) doc/nessus.1 ${prefix}/man/man1/nessus.1
+	$(INSTALL) -c -o root -m $(PLUGINSMODE) doc/Manual ${prefix}/share/nessus/Manual
+	$(INSTALL) -c -o root -m $(PLUGINSMODE) doc/nessus.1 ${prefix}/man/man1/nessus.1
 	@@echo "Nessus is now properly installed on your system"
 	@@echo "run ldconfig if needed !"
         
@


1.2
log
@RCS tags added
@
text
@d1 1
a1 1
$NetBSD$
@


1.1
log
@Patches needed for 1.3.3.
@
text
@d1 1
@

