svn commit: r560471 - in head/security: . greenbone-security-assistant8 openvas8 openvas8-cli openvas8-libraries openvas8-manager openvas8-scanner sks

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Jan 6 08:25:35 UTC 2021


Author: acm
Date: Wed Jan  6 08:25:33 2021
New Revision: 560471
URL: https://svnweb.freebsd.org/changeset/ports/560471

Log:
  - Connect security/py-python-gvm

Modified:
  head/security/Makefile
  head/security/greenbone-security-assistant8/Makefile
  head/security/openvas8-cli/Makefile
  head/security/openvas8-libraries/Makefile
  head/security/openvas8-manager/Makefile
  head/security/openvas8-scanner/Makefile
  head/security/openvas8/Makefile
  head/security/sks/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -956,6 +956,7 @@
     SUBDIR += py-python-axolotl
     SUBDIR += py-python-axolotl-curve25519
     SUBDIR += py-python-gnupg
+    SUBDIR += py-python-gvm
     SUBDIR += py-python-jose
     SUBDIR += py-python-nss
     SUBDIR += py-python-openid

Modified: head/security/greenbone-security-assistant8/Makefile
==============================================================================
--- head/security/greenbone-security-assistant8/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/greenbone-security-assistant8/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -28,6 +28,9 @@ ETCDIR=		${PREFIX}/etc/openvas
 
 OPENVAS_VER?=	8
 
+DEPRECATED=	End of life, please migrate to new version of greenbone-security-assistant
+EXPIRATION_DATE=2021-02-06
+
 post-install:
 	${MV} ${STAGEDIR}${ETCDIR}/gsad_log.conf ${STAGEDIR}${ETCDIR}/gsad_log.conf.sample
 

Modified: head/security/openvas8-cli/Makefile
==============================================================================
--- head/security/openvas8-cli/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/openvas8-cli/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -25,6 +25,9 @@ USE_GNOME=	glib20 libxslt:run
 
 OPENVAS_VER?=	8
 
+DEPRECATED=     End of life
+EXPIRATION_DATE=2021-02-06
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
 	${MV} ${STAGEDIR}${PREFIX}/bin/check_omp \

Modified: head/security/openvas8-libraries/Makefile
==============================================================================
--- head/security/openvas8-libraries/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/openvas8-libraries/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -31,6 +31,9 @@ USE_GNOME=	glib20
 
 OPENVAS_VER?=	8
 
+DEPRECATED=	End of life, please migrate to security/gvm-libs port
+EXPIRATION_DATE=2021-02-06
+
 OPTIONS_DEFINE=	LDAP RADIUS
 OPTIONS_DEFAULT=LDAP
 

Modified: head/security/openvas8-manager/Makefile
==============================================================================
--- head/security/openvas8-manager/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/openvas8-manager/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -40,6 +40,9 @@ REINPLACE_ARGS=	-i ''
 
 OPENVAS_VER?=	8
 
+DEPRECATED=	End of life, please migrate to security/gvmd port
+EXPIRATION_DATE=2021-02-06
+
 OPTIONS_DEFINE=	DOCS
 OPTIONS_DEFAULT=SQLITE3
 OPTIONS_SUB=	yes

Modified: head/security/openvas8-scanner/Makefile
==============================================================================
--- head/security/openvas8-scanner/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/openvas8-scanner/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -32,6 +32,9 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VE
 
 OPENVAS_VER?=	8
 
+DEPRECATED=	End of life, please migrate to security/openvas port
+EXPIRATION_DATE=2021-02-06
+
 OPTIONS_DEFINE=	DOCS
 
 post-install:

Modified: head/security/openvas8/Makefile
==============================================================================
--- head/security/openvas8/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/openvas8/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -29,4 +29,7 @@ RUN_DEPENDS+=	${LOCALBASE}/sbin/gsad:security/greenbon
 SUB_FILES=	pkg-message
 OPENVAS_VER=	8
 
+DEPRECATED=	End of life, please migrate to security/gvm port
+EXPIRATION_DATE=2021-02-06
+
 .include <bsd.port.mk>

Modified: head/security/sks/Makefile
==============================================================================
--- head/security/sks/Makefile	Wed Jan  6 08:24:12 2021	(r560470)
+++ head/security/sks/Makefile	Wed Jan  6 08:25:33 2021	(r560471)
@@ -7,7 +7,7 @@ MASTER_SITES=	http://bitbucket.org/skskeyserver/sks-ke
 
 EXTRA_PATCHES=	${FILESDIR}/debian-bug-870150:-p1
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Synchronizing Key Server, a fast OpenPGP keyserver
 
 LICENSE=	GPLv2+


More information about the svn-ports-head mailing list