Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 11:52:49 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: d91356587353 - main - archivers/ha: Revert "Add CPE information"
Message-ID:  <202109271152.18RBqnxo007509@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=d91356587353d4ec0ac116623486eab85ee39fc7

commit d91356587353d4ec0ac116623486eab85ee39fc7
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-27 11:27:24 +0000
Commit:     Bernhard Froehlich <decke@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>,' \



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