git: 8f558924ee00 - main - security/sudo: Ignore portscout
Date: Tue, 20 Jun 2023 11:29:40 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f558924ee0050c746b3a62c2254b072557aa5f0 commit 8f558924ee0050c746b3a62c2254b072557aa5f0 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2023-06-20 11:28:46 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-06-20 11:28:46 +0000 security/sudo: Ignore portscout It doesn't understand sudo versioning scheme and keep giving false alerts. Sponsored by: Rubicon Communications, LLC ("Netgate") --- security/sudo/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index dd158ce93c72..848ab77c99c3 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -26,6 +26,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-tty-tickets LDFLAGS+= -lgcc +PORTSCOUT= ignore:1 + OPTIONS_DEFINE= AUDIT DISABLE_AUTH DISABLE_ROOT_SUDO DOCS EXAMPLES \ INSULTS LDAP NLS NOARGS_SHELL OPIE PAM PYTHON SSSD OPTIONS_DEFAULT= AUDIT PAM