Browse Source
php7: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec
6 years ago
No known key found for this signature in database
GPG Key ID: 60244CCEFB39E584
1 changed files with
1 additions and
0 deletions
-
lang/php7/Makefile
|
|
@ -13,6 +13,7 @@ PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> |
|
|
|
|
|
|
|
PKG_LICENSE:=PHPv3.01 |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|
PKG_CPE_ID:=cpe:/a:php:php |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=http://www.php.net/distributions/ |
|
|
|