Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 03:30:21 -0500
From:      =?UTF-8?Q?Alonso_C=C3=A1rdenas_M=C3=A1rquez?= <acm@freebsd.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r560471 - in head/security: . greenbone-security-assistant8 openvas8 openvas8-cli openvas8-libraries openvas8-manager openvas8-scanner sks
Message-ID:  <CAEpPhTLAdRgp6VP6dmg3RtT9SZJ_n3c_WzS1Jv1KJDBWfp6=ag@mail.gmail.com>
In-Reply-To: <202101060825.1068PX58062532@repo.freebsd.org>
References:  <202101060825.1068PX58062532@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
El mi=C3=A9, 6 de ene. de 2021 a la(s) 03:25, Jose Alonso Cardenas Marquez =
(
acm@freebsd.org) escribi=C3=B3:

> 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
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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 +=3D py-python-axolotl
>      SUBDIR +=3D py-python-axolotl-curve25519
>      SUBDIR +=3D py-python-gnupg
> +    SUBDIR +=3D py-python-gvm
>      SUBDIR +=3D py-python-jose
>      SUBDIR +=3D py-python-nss
>      SUBDIR +=3D py-python-openid
>
> Modified: head/security/greenbone-security-assistant8/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D               ${PREFIX}/etc/openvas
>
>  OPENVAS_VER?=3D  8
>
> +DEPRECATED=3D    End of life, please migrate to new version of
> greenbone-security-assistant
> +EXPIRATION_DATE=3D2021-02-06
> +
>  post-install:
>         ${MV} ${STAGEDIR}${ETCDIR}/gsad_log.conf
> ${STAGEDIR}${ETCDIR}/gsad_log.conf.sample
>
>
> Modified: head/security/openvas8-cli/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D    glib20 libxslt:run
>
>  OPENVAS_VER?=3D  8
>
> +DEPRECATED=3D     End of life
> +EXPIRATION_DATE=3D2021-02-06
> +
>  post-install:
>         @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
>         ${MV} ${STAGEDIR}${PREFIX}/bin/check_omp \
>
> Modified: head/security/openvas8-libraries/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D    glib20
>
>  OPENVAS_VER?=3D  8
>
> +DEPRECATED=3D    End of life, please migrate to security/gvm-libs port
> +EXPIRATION_DATE=3D2021-02-06
> +
>  OPTIONS_DEFINE=3D        LDAP RADIUS
>  OPTIONS_DEFAULT=3DLDAP
>
>
> Modified: head/security/openvas8-manager/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D       -i ''
>
>  OPENVAS_VER?=3D  8
>
> +DEPRECATED=3D    End of life, please migrate to security/gvmd port
> +EXPIRATION_DATE=3D2021-02-06
> +
>  OPTIONS_DEFINE=3D        DOCS
>  OPTIONS_DEFAULT=3DSQLITE3
>  OPTIONS_SUB=3D   yes
>
> Modified: head/security/openvas8-scanner/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D
> ${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VE
>
>  OPENVAS_VER?=3D  8
>
> +DEPRECATED=3D    End of life, please migrate to security/openvas port
> +EXPIRATION_DATE=3D2021-02-06
> +
>  OPTIONS_DEFINE=3D        DOCS
>
>  post-install:
>
> Modified: head/security/openvas8/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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+=3D ${LOCALBASE}/sbin/gsad:security/greenbo=
n
>  SUB_FILES=3D     pkg-message
>  OPENVAS_VER=3D   8
>
> +DEPRECATED=3D    End of life, please migrate to security/gvm port
> +EXPIRATION_DATE=3D2021-02-06
> +
>  .include <bsd.port.mk>
>
> Modified: head/security/sks/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D   http://bitbucket.org/skskeyserver/sks-k=
e
>
>  EXTRA_PATCHES=3D ${FILESDIR}/debian-bug-870150:-p1
>
> -MAINTAINER=3D    ports@FreeBSD.org
> +MAINTAINER=3D    acm@FreeBSD.org
>  COMMENT=3D       Synchronizing Key Server, a fast OpenPGP keyserver
>
>  LICENSE=3D       GPLv2+
>

My fault. I committed more changes than my main commit.

- Mark openvas ports like DEPRECATED
- Take security/sks maintainership



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