Browse Source
Merge pull request #8632 from ja-pa/wget-cpe-id
wget: Add PKG_CPE_ID for proper CVE tracking
lilik-openwrt-22.03
Florian Eckert
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
net/wget/Makefile
|
|
@ -18,6 +18,8 @@ PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at> |
|
|
|
PKG_LICENSE:=GPL-3.0+ |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
|
|
PKG_CPE_ID:=cpe:/a:gnu:wget |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|