mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
multimedia/icecast: fix PKG_CPE_ID
cpe:/a:xiph:icecast is the correct CPE ID for icecast:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:xiph:icecast
Fixes: a36f265f76 (icecast: Update to 2.4.4)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
bb47b02796
commit
b24b5acd7d
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=André Gaul <andre@gaul.io>, \
|
|||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:icecast:icecast
|
PKG_CPE_ID:=cpe:/a:xiph:icecast
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:= 1
|
PKG_INSTALL:= 1
|
||||||
|
|||||||
Reference in New Issue
Block a user