diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-09-12 14:13:21 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-09-17 12:40:26 +0200 |
commit | 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (patch) | |
tree | b46d31883b6a3d091fcb9b4f747c2cad0a9b45fe /utils/mc | |
parent | ffe358b918535e6b63499dc8b42fe046b696f785 (diff) |
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'utils/mc')
-rw-r--r-- | utils/mc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f50f7da38..1f031646c 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -10,6 +10,7 @@ PKG_VERSION:=4.8.23 PKG_RELEASE:=2 PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> PKG_LICENSE:=GPL-3.0-or-later +PKG_CPE_ID:=cpe:/a:midnight_commander:midnight_commander PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://ftp.midnight-commander.org/ |