diff options
| author | Fabrice Fontaine | 2025-09-17 08:19:35 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-22 08:41:23 +0000 |
| commit | 8d03e6157fd598c60516bbf5ebc3eb528647b1ba (patch) | |
| tree | 0bc8754add9b6f5451238186c806527d8550e62e | |
| parent | bfbf9a4121209027659c9837c2cacb7bc572cb76 (diff) | |
| download | telephony-8d03e6157fd598c60516bbf5ebc3eb528647b1ba.tar.gz | |
net/sngrep: assign PKG_CPE_ID
cpe:/a:irontec:sngrep is the correct CPE ID for sngrep:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:irontec:sngrep
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
| -rw-r--r-- | net/sngrep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile index 66941e4..3630f9f 100644 --- a/net/sngrep/Makefile +++ b/net/sngrep/Makefile @@ -15,6 +15,7 @@ PKG_RELEASE:=1 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:irontec:sngrep PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/irontec/sngrep/releases/download/v$(PKG_VERSION) |