diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-01-25 21:27:06 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-01-25 21:26:56 +0000 |
commit | cf0d28bf8c1b84a343ac0045564dad1ca9463163 (patch) | |
tree | 7fb82c91fa1894ac6ef3ff762a4cb468c729f579 /utils | |
parent | fa20bc6f8c1cb60fab45ec7d2fe69a77a46c2b96 (diff) |
utils/cryptsetup: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cryptsetup_project:cryptsetup
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/cryptsetup/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index 70a014222..48acf95bb 100644 --- a/utils/cryptsetup/Makefile +++ b/utils/cryptsetup/Makefile @@ -18,6 +18,7 @@ PKG_HASH:=410ded65a1072ab9c8e41added37b9729c087fef4d2db02bb4ef529ad6da4693 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING COPYING.LGPL +PKG_CPE_ID:=cpe:/a:cryptsetup_project:cryptsetup PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |