diff options
| author | Nick Hainke | 2022-09-03 16:00:30 +0000 |
|---|---|---|
| committer | Daniel Golle | 2022-09-06 15:36:37 +0000 |
| commit | 8eca549bdc4a48fc2a9558e90bb338a3b8225449 (patch) | |
| tree | 2783112ec9b91c28d2f940bea13ed25a7dc32c27 | |
| parent | 55c015ae4d115cf8ffb61ee2778d8355c224bd46 (diff) | |
| download | openwrt-8eca549bdc4a48fc2a9558e90bb338a3b8225449.tar.gz | |
lldpd: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/network/services/lldpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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@linux-ipv6.be> PKG_LICENSE:=ISC +PKG_CPE_ID:=cpe:/a:lldpd_project:lldpd PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 |