diff options
author | tijl <tijl@FreeBSD.org> | 2016-03-17 21:05:53 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-03-17 21:05:53 +0800 |
commit | ea73116d75c3a54d75b9cfc76b086eee52fafe3f (patch) | |
tree | 34511f7647b6fb42e7f94ac6903aafd4149b7f12 /security | |
parent | 769194d7b7fa625f0fb5c88cd55400ebbb8d4186 (diff) | |
download | freebsd-ports-gnome-ea73116d75c3a54d75b9cfc76b086eee52fafe3f.tar.gz freebsd-ports-gnome-ea73116d75c3a54d75b9cfc76b086eee52fafe3f.tar.zst freebsd-ports-gnome-ea73116d75c3a54d75b9cfc76b086eee52fafe3f.zip |
Mark Nessus ports deprecated. Nessus became proprietary closed-source
software many years ago and the ports are now outdated. A good alternative
is OpenVAS which started as a fork of the open-source Nessus.
PR: 208023
Approved by: Udo.Schweigert@siemens.com (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-libnasl/Makefile | 3 | ||||
-rw-r--r-- | security/nessus-libraries/Makefile | 3 | ||||
-rw-r--r-- | security/nessus-plugins/Makefile | 3 | ||||
-rw-r--r-- | security/nessus/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index 34b64414c951..7ca896b7659a 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -20,6 +20,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libnessus.so:${PORTSDIR}/security/nessus-libraries +DEPRECATED= Abandoned, consider using OpenVAS +EXPIRATION_DATE=2016-09-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" USES= bison libtool diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index 96c8b76be6d5..d452f6064baa 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -20,6 +20,9 @@ COMMENT= Libraries for Nessus, the security scanner LICENSE= LGPL20 +DEPRECATED= Abandoned, consider using OpenVAS +EXPIRATION_DATE=2016-09-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cipher --localstatedir="${PREFIX}/var" .if defined(WITH_NESSUS_BPF_SHARE) diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index 1603c343b9e5..94d411ace567 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -20,6 +20,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/nessus/nessus-devel.h:${PORTSDIR}/security/n RUN_DEPENDS= ${LOCALBASE}/include/nessus/nessus-devel.h:${PORTSDIR}/security/nessus \ nmap:${PORTSDIR}/security/nmap +DEPRECATED= Abandoned, consider using OpenVAS +EXPIRATION_DATE=2016-09-30 + USES= libtool WRKSRC= ${WRKDIR}/nessus-plugins diff --git a/security/nessus/Makefile b/security/nessus/Makefile index efc15adf00e6..9c8536782d54 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -20,6 +20,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libnasl.so:${PORTSDIR}/security/nessus-libnasl +DEPRECATED= Abandoned, consider using OpenVAS +EXPIRATION_DATE=2016-09-30 + OPTIONS_DEFINE= GTK2 OPTIONS_DEFAULT=GTK2 |