diff mbox series

package/fastd: add FASTD_CPE_ID_VERSION

Message ID 20210329192905.19883-1-post@lespocky.de
State Accepted
Headers show
Series package/fastd: add FASTD_CPE_ID_VERSION | expand

Commit Message

Alexander Dahl March 29, 2021, 7:29 p.m. UTC
With that FASTD_CPE_ID expands to:

    cpe:2.3:a:fastd_project:fastd:21.0:*:*:*:*:*:*:*

That's the same as listed on
https://nvd.nist.gov/products/cpe/detail/826746

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 package/fastd/fastd.mk | 1 +
 1 file changed, 1 insertion(+)


base-commit: 86d70b64815ca5ced09525d0537e48aa69f6976c

Comments

Thomas Petazzoni March 30, 2021, 7:44 p.m. UTC | #1
On Mon, 29 Mar 2021 21:29:05 +0200
Alexander Dahl <post@lespocky.de> wrote:

> With that FASTD_CPE_ID expands to:
> 
>     cpe:2.3:a:fastd_project:fastd:21.0:*:*:*:*:*:*:*
> 
> That's the same as listed on
> https://nvd.nist.gov/products/cpe/detail/826746
> 
> Signed-off-by: Alexander Dahl <post@lespocky.de>
> ---
>  package/fastd/fastd.mk | 1 +
>  1 file changed, 1 insertion(+)

Thanks a lot for taking a look at this! Applied, thanks.

Thomas
Peter Korsgaard April 3, 2021, 10:34 a.m. UTC | #2
>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > With that FASTD_CPE_ID expands to:
 >     cpe:2.3:a:fastd_project:fastd:21.0:*:*:*:*:*:*:*

 > That's the same as listed on
 > https://nvd.nist.gov/products/cpe/detail/826746

 > Signed-off-by: Alexander Dahl <post@lespocky.de>

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/package/fastd/fastd.mk b/package/fastd/fastd.mk
index bbec63d963..c1db1cc472 100644
--- a/package/fastd/fastd.mk
+++ b/package/fastd/fastd.mk
@@ -9,6 +9,7 @@  FASTD_SITE = https://github.com/NeoRaider/fastd/releases/download/v$(FASTD_VERSI
 FASTD_SOURCE = fastd-$(FASTD_VERSION).tar.xz
 FASTD_LICENSE = BSD-2-Clause
 FASTD_LICENSE_FILES = COPYRIGHT
+FASTD_CPE_ID_VERSION = $(FASTD_VERSION).0
 FASTD_DEPENDENCIES = host-bison host-pkgconf libuecc libsodium
 
 ifeq ($(BR2_PACKAGE_LIBCAP),y)