diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-01-25 18:39:36 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-29 16:02:11 -0800 |
commit | ff56f877330035e0a5367e80ca56b1eac7fb3b2d (patch) | |
tree | 6b189f311ff16d1e3c6c9c3550b16997288d02ed /net | |
parent | 0d4d5546249b3e013251507bf9d2bdf995b5666d (diff) |
net/bwm-ng: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:bwm-ng_project:bwm-ng
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/bwm-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bwm-ng/Makefile b/net/bwm-ng/Makefile index b68696bba..5ff84f2bd 100644 --- a/net/bwm-ng/Makefile +++ b/net/bwm-ng/Makefile @@ -15,6 +15,7 @@ PKG_HASH:=c1a552b6ff48ea3e4e10110a7c188861abc4750befc67c6caaba8eb3ecf67f46 PKG_MAINTAINER:=Julen Landa Alustiza <julen@zokormazo.info> PKG_LICENSE:=GPL2-2.0 PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:bwm-ng_project:bwm-ng PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |