Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 11:57:34 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 845624003bad - main - security/metasploit: Add CPE information
Message-ID:  <202109111157.18BBvYXS083390@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=845624003badd4b7bda8cd3e36bb8d84b564e017

commit 845624003badd4b7bda8cd3e36bb8d84b564e017
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-11 11:55:06 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-11 11:55:06 +0000

    security/metasploit: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/metasploit/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index f41fc9507200..c6b735051176 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -97,7 +97,7 @@ RUN_DEPENDS=	nmap:security/nmap \
 		rubygem-eventmachine>=0:devel/rubygem-eventmachine \
 		rubygem-zeitwerk>=0:devel/rubygem-zeitwerk
 
-USES=		python shebangfix
+USES=		cpe python shebangfix
 USE_RUBY=	yes
 SHEBANG_FILES=	data/exploits/CVE-2017-17562/build.sh \
 		data/exploits/CVE-2017-17562/install-deps.sh \
@@ -147,6 +147,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	rapid7
 GH_PROJECT=	metasploit-framework
 
+CPE_VENDOR=	rapid7
+
 NO_ARCH=	yes
 NO_ARCH_IGNORE=	template_x64_bsd.bin template_x86_bsd.bin CVE-2013-2171.bin
 STRIP=



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