From: Fabrice Fontaine Date: Thu, 19 Mar 2026 21:30:35 +0000 (+0100) Subject: multimedia/icecast: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b24b5acd7d9a2ee4f04ce2cf024be82b341e5f37;p=openwrt-packages.git 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 --- diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index 94b7edbd8..1b504571a 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