git: 44052bec2c67 - main - security/openssh-portable: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:24 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=44052bec2c67ce32ff3f8936ecde9870aaa6d8be

commit 44052bec2c67ce32ff3f8936ecde9870aaa6d8be
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 18:53:22 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:20 +0000

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

diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 3c072134a788..306c7f4d15a4 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -18,7 +18,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 CONFLICTS?=		openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel-*
 
-USES=			alias autoreconf compiler:c11 localbase ncurses \
+USES=			alias autoreconf compiler:c11 cpe localbase ncurses \
 			pkgconfig ssl
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--prefix=${PREFIX} \
@@ -28,6 +28,8 @@ CONFIGURE_ARGS=		--prefix=${PREFIX} \
 
 ETCOLD=			${PREFIX}/etc
 
+CPE_VENDOR=		openbsd
+
 FLAVORS=			default hpn gssapi
 default_CONFLICTS_INSTALL=	openssh-portable-hpn openssh-portable-gssapi \
 				openssh-portable-x509


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