Browse Source
c-ares: Add CPE ID to track CVEs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
libs/c-ares/Makefile
|
@ -12,6 +12,7 @@ PKG_NAME:=c-ares |
|
|
PKG_VERSION:=1.14.0 |
|
|
PKG_VERSION:=1.14.0 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_LICENSE:=MIT |
|
|
PKG_LICENSE:=MIT |
|
|
|
|
|
PKG_CPE_ID:=cpe:/a:c-ares_project:c-ares |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://c-ares.haxx.se/download |
|
|
PKG_SOURCE_URL:=https://c-ares.haxx.se/download |
|
|