Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 19:57:49 +0000
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: 511af954a8b5 - main - archivers/upx: Fix CPE data
Message-ID:  <6a1c92bd.30e4d.4dfcd2dd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

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

commit 511af954a8b579069f1c05442ce708e8256d9d31
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-05-31 19:50:07 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-05-31 19:51:26 +0000

    archivers/upx: Fix CPE data
    
    According to NVD CPE Dictionary upx_project:upx is deprecated in favour
    of upx:upx
---
 archivers/upx/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile
index 47afb37846cd..d1288b34187f 100644
--- a/archivers/upx/Makefile
+++ b/archivers/upx/Makefile
@@ -25,8 +25,6 @@ CMAKE_ON=	UPX_CONFIG_DISABLE_BZIP2 \
 		UPX_CONFIG_DISABLE_WERROR \
 		UPX_CONFIG_DISABLE_WSTRICT
 
-CPE_VENDOR=	upx_project
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c92bd.30e4d.4dfcd2dd>