[openwrt/openwrt] lldpd: add PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 6 08:38:39 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8eca549bdc4a48fc2a9558e90bb338a3b8225449

commit 8eca549bdc4a48fc2a9558e90bb338a3b8225449
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 18:00:30 2022 +0200

    lldpd: add PKG_CPE_ID
    
    Add CPE ID for tracking CVEs.
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/network/services/lldpd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index c9c66e8d93..77b226a1e4 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -17,6 +17,7 @@ PKG_HASH:=0cb77fd7634401347b8311db1bf64d4fc3890acba90915e2cc2c5f79045ddbf0
 
 PKG_MAINTAINER:=Stijn Tintel <stijn at linux-ipv6.be>
 PKG_LICENSE:=ISC
+PKG_CPE_ID:=cpe:/a:lldpd_project:lldpd
 
 PKG_FIXUP:=autoreconf
 PKG_BUILD_PARALLEL:=1




More information about the lede-commits mailing list