Skip to content

Commit b24b5ac

Browse files
ffontainecommodo
authored andcommitted
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: a36f265 (icecast: Update to 2.4.4) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
1 parent bb47b02 commit b24b5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimedia/icecast/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=André Gaul <andre@gaul.io>, \
1818

1919
PKG_LICENSE:=GPL-2.0
2020
PKG_LICENSE_FILES:=COPYING
21-
PKG_CPE_ID:=cpe:/a:icecast:icecast
21+
PKG_CPE_ID:=cpe:/a:xiph:icecast
2222

2323
PKG_FIXUP:=autoreconf
2424
PKG_INSTALL:= 1

0 commit comments

Comments
 (0)