From b24b5acd7d9a2ee4f04ce2cf024be82b341e5f37 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 19 Mar 2026 22:30:35 +0100 Subject: [PATCH] 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: a36f265f767da363b60ef09a3b72bb84d9d3cf33 (icecast: Update to 2.4.4) Signed-off-by: Fabrice Fontaine --- multimedia/icecast/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index 94b7edbd8b..1b504571a9 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=André Gaul , \ PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING -PKG_CPE_ID:=cpe:/a:icecast:icecast +PKG_CPE_ID:=cpe:/a:xiph:icecast PKG_FIXUP:=autoreconf PKG_INSTALL:= 1