Browse Source
Merge pull request #8497 from ja-pa/lighttpd-cpe-id
lighttpd: Add PKG_CPE_ID for proper CVE tracking
lilik-openwrt-22.03
Eneas Queiroz
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
-
net/lighttpd/Makefile
|
@ -17,6 +17,7 @@ PKG_HASH:=3bdfce1cf3e9650a556a8c26fb15342c5717c63f530c54693db632b0371dcb78 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=BSD-3c |
|
|
PKG_LICENSE:=BSD-3c |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
PKG_CPE_ID:=cpe:/a:lighttpd:lighttpd |
|
|
|
|
|
|
|
|
PKG_FIXUP:=autoreconf |
|
|
PKG_FIXUP:=autoreconf |
|
|
PKG_INSTALL:=1 |
|
|
PKG_INSTALL:=1 |
|
|