Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2023 11:29:40 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f558924ee00 - main - security/sudo: Ignore portscout
Message-ID:  <202306201129.35KBTeP9048895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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