git: d91356587353 - main - archivers/ha: Revert "Add CPE information"

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 27 11:52:50 UTC 2021


The branch main has been updated by decke:

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

commit d91356587353d4ec0ac116623486eab85ee39fc7
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-27 11:27:24 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-27 11:52:14 +0000

    archivers/ha: Revert "Add CPE information"
    
    The CVE-2015-1198 points to an invalid CPE entry for "Linux
    High Availability".
    
    This reverts commit 8e36aa89c5357316ed5bf1cc3d877624b51e21a6.
    
    Discussed with: ak@
    See:            https://nvd.nist.gov/vuln/detail/CVE-2015-1198
    See:            https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774954
---
 archivers/ha/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile
index 15f05c41b881..3e69951b4d82 100644
--- a/archivers/ha/Makefile
+++ b/archivers/ha/Makefile
@@ -16,8 +16,7 @@ NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/ha
 MAKEFILE=	makefile.nix
 ALL_TARGET=	ha
-USES=		cpe gmake tar:tgz
-CPE_VENDOR=	linux-ha
+USES=		gmake tar:tgz
 
 post-patch:
 	@${REINPLACE_CMD} 's,<malloc.h>,<stdlib.h>,' \


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