git: 1f35da5fb927 - main - security/dropbear: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:59 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f35da5fb9278cb7775fbc2cb79c72a024e29b65

commit 1f35da5fb9278cb7775fbc2cb79c72a024e29b65
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:47:32 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:29 +0000

    security/dropbear: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 security/dropbear/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index b456481de668..bb39513f8841 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -12,8 +12,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cpe gmake tar:bzip2
-CPE_VENDOR=	matt_johnston
-CPE_PRODUCT=	dropbear_ssh_server
+CPE_VENDOR=	dropbear_ssh_project
+CPE_PRODUCT=	dropbear_ssh
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}


More information about the dev-commits-ports-all mailing list