Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Jan 2000 23:30:54 +0100 (CET)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16018: Update of ports: security/nessus*
Message-ID:  <20000109223054.360945704@totem.fix.no>

next in thread | raw e-mail | index | archive | help

>Number:         16018
>Category:       ports
>Synopsis:       Update of ports: security/nessus*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan  9 14:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

FreeBSD eggsilo.bsdonline.org 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Dec 26
22:36:33 CET 1999
root@eggsilo.bsdonline.org:/usr/src/sys/compile/EGGSILO  i386

>Description:

Updates the ports to version 0.99.3, fixes some lost files, and enables
encryption between the client and server (--enable-cipher in
nessus-libraries).

>How-To-Repeat:

	

>Fix:
	
diff -Nur nessus.old/Makefile nessus/Makefile
--- nessus.old/Makefile	Fri Jan  7 17:40:12 2000
+++ nessus/Makefile	Sun Jan  9 20:37:19 2000
@@ -6,8 +6,8 @@
 # $FreeBSD: ports/security/nessus/Makefile,v 1.7 2000/01/07 16:40:12 asami Exp $
 #
 
-DISTNAME=	nessus-core-0.99.2
-PKGNAME=	nessus-0.99.2
+DISTNAME=	nessus-core-0.99.3
+PKGNAME=	nessus-0.99.3
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.cis.fed.gov/pub/nessus/nessus-${NESSUS_REV}/ \
 		ftp://ftp.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
diff -Nur nessus.old/files/md5 nessus/files/md5
--- nessus.old/files/md5	Mon Dec 27 22:49:04 1999
+++ nessus/files/md5	Sun Jan  9 21:32:33 2000
@@ -1 +1 @@
-MD5 (nessus/nessus-core-0.99.2.tar.gz) = cf0893d536329678aaf6ec23ddf2d787
+MD5 (nessus/nessus-core-0.99.3.tar.gz) = aef01999fc6c25353cd1302e13c9a81a
diff -Nur nessus.old/pkg/PLIST nessus/pkg/PLIST
--- nessus.old/pkg/PLIST	Mon Dec 27 22:49:06 1999
+++ nessus/pkg/PLIST	Sun Jan  9 21:47:42 2000
@@ -9,3 +9,8 @@
 include/nessus/nessusudp.h
 include/nessus/ntcompat.h
 sbin/nessusd
+@dirrm var/nessus
+@dirrm etc/nessus
+@dirrm lib/nessus/plugins
+@dirrm lib/nessus/reports
+@dirrm lib/nessus
diff -Nur nessus-libraries.old/Makefile nessus-libraries/Makefile
--- nessus-libraries.old/Makefile	Fri Jan  7 17:40:10 2000
+++ nessus-libraries/Makefile	Sun Jan  9 22:50:52 2000
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/security/nessus-libraries/Makefile,v 1.4 2000/01/07 16:40:10 asami Exp $
 #
 
-DISTNAME=	nessus-libraries-0.99.2
+DISTNAME=	nessus-libraries-0.99.3
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.cis.fed.gov/pub/nessus/nessus-${NESSUS_REV}/ \
 		ftp://ftp.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
@@ -26,6 +26,9 @@
 WRKSRC=		${WRKDIR}/nessus-libraries
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-cipher
+
+MAN1=		nessus-config.1
 
 .include <bsd.port.pre.mk>
 
diff -Nur nessus-libraries.old/files/md5 nessus-libraries/files/md5
--- nessus-libraries.old/files/md5	Mon Dec 27 22:51:52 1999
+++ nessus-libraries/files/md5	Sun Jan  9 20:38:22 2000
@@ -1 +1 @@
-MD5 (nessus/nessus-libraries-0.99.2.tar.gz) = 57d60b452fc0134b4b54f7ed4ab06db8
+MD5 (nessus/nessus-libraries-0.99.3.tar.gz) = ecb683a1e4adb4b41448df3794bbd9c5
diff -Nur nessus-libraries.old/pkg/PLIST nessus-libraries/pkg/PLIST
--- nessus-libraries.old/pkg/PLIST	Mon Dec 27 22:51:53 1999
+++ nessus-libraries/pkg/PLIST	Sun Jan  9 20:50:41 2000
@@ -13,6 +13,7 @@
 lib/libpeks.a
 lib/libpeks.so
 lib/libpeks.so.0
+include/nessus/getopt.h
 include/nessus/pcap.h
 include/nessus/pcap-namedb.h
 include/nessus/libnessus.h
@@ -21,4 +22,7 @@
 include/nessus/net/bpf.h
 @dirrm include/nessus/net
 @dirrm include/nessus
+include/peks/messages.h
+include/peks/peks.h
+@dirrm include/peks
 bin/nessus-config
diff -Nur nessus-libnasl.old/Makefile nessus-libnasl/Makefile
--- nessus-libnasl.old/Makefile	Fri Jan  7 17:40:09 2000
+++ nessus-libnasl/Makefile	Sun Jan  9 21:23:29 2000
@@ -6,8 +6,8 @@
 # $FreeBSD: ports/security/nessus-libnasl/Makefile,v 1.4 2000/01/07 16:40:09 asami Exp $
 #
 
-DISTNAME=	libnasl-0.99.2
-PKGNAME=	nessus-libnasl-0.99.2
+DISTNAME=	libnasl-0.99.3
+PKGNAME=	nessus-libnasl-0.99.3
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.cis.fed.gov/pub/nessus/nessus-${NESSUS_REV}/ \
 		ftp://ftp.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
@@ -29,6 +29,8 @@
 WRKSRC=		${WRKDIR}/libnasl
 
 GNU_CONFIGURE=	yes
+
+MAN1=		nasl-config.1
 
 .include <bsd.port.pre.mk>
 
diff -Nur nessus-libnasl.old/files/md5 nessus-libnasl/files/md5
--- nessus-libnasl.old/files/md5	Mon Dec 27 22:50:16 1999
+++ nessus-libnasl/files/md5	Sun Jan  9 21:13:46 2000
@@ -1 +1 @@
-MD5 (nessus/libnasl-0.99.2.tar.gz) = d9fa10e28af5f6f237532c5139fe5a97
+MD5 (nessus/libnasl-0.99.3.tar.gz) = 9213cbc030781a5e08c97f5eec8b74c4
diff -Nur nessus-plugins.old/Makefile nessus-plugins/Makefile
--- nessus-plugins.old/Makefile	Fri Jan  7 17:40:11 2000
+++ nessus-plugins/Makefile	Sun Jan  9 21:59:42 2000
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/security/nessus-plugins/Makefile,v 1.5 2000/01/07 16:40:11 asami Exp $
 #
 
-DISTNAME=	nessus-plugins-0.99.2
+DISTNAME=	nessus-plugins-0.99.3
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.cis.fed.gov/pub/nessus/nessus-${NESSUS_REV}/ \
 		ftp://ftp.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
@@ -30,6 +30,8 @@
 WRKSRC=		${WRKDIR}/nessus-plugins
 
 GNU_CONFIGURE=	yes
+
+MAN1=		nessus-build.1
 
 .include <bsd.port.pre.mk>
 
diff -Nur nessus-plugins.old/files/md5 nessus-plugins/files/md5
--- nessus-plugins.old/files/md5	Mon Dec 27 22:54:04 1999
+++ nessus-plugins/files/md5	Sun Jan  9 21:52:35 2000
@@ -1 +1 @@
-MD5 (nessus/nessus-plugins-0.99.2.tar.gz) = 8e844bcdb0f9af997fb5e3e9346ba94b
+MD5 (nessus/nessus-plugins-0.99.3.tar.gz) = 2fea6d654ed9bccb993406c943670783
diff -Nur nessus-plugins.old/pkg/PLIST nessus-plugins/pkg/PLIST
--- nessus-plugins.old/pkg/PLIST	Mon Dec 27 22:54:05 1999
+++ nessus-plugins/pkg/PLIST	Sun Jan  9 22:11:42 2000
@@ -275,7 +275,6 @@
 lib/nessus/plugins/webdist.nasl
 lib/nessus/plugins/webgais.nasl
 lib/nessus/plugins/websendmail.nasl
-lib/nessus/plugins/webserver_detect_type_nd_version.nasl
 lib/nessus/plugins/webserver_robot.nasl
 lib/nessus/plugins/wftp.nasl
 lib/nessus/plugins/whois_raw.nasl
@@ -296,9 +295,17 @@
 lib/nessus/plugins/xtramail_control.nasl
 lib/nessus/plugins/xtramail_helo.nasl
 lib/nessus/plugins/xtramail_pop_overflow.nasl
+lib/nessus/plugins/cgibin_browsable.nasl
+lib/nessus/plugins/csm_helo.nasl
+lib/nessus/plugins/doc_browsable.nasl
+lib/nessus/plugins/http_version.nasl
+lib/nessus/plugins/printenv.nasl
+lib/nessus/plugins/rover_pop3_overflow.nasl
+lib/nessus/plugins/roxen_counter.nasl
+lib/nessus/plugins/w3msql_overflow.nasl
+lib/nessus/plugins/winsatan.nasl
 lib/nessus/plugins/yahoo_dos.nasl
 lib/nessus/plugins_factory/Makefile
 lib/nessus/plugins_factory/libtool
 lib/nessus/plugins_factory/nessus.tmpl
-@dirrm lib/nessus/plugins
 @dirrm lib/nessus/plugins_factory

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000109223054.360945704>