From: Thomas Perale Date: Wed, 7 Jan 2026 13:03:22 +0000 (+0100) Subject: ppp: update deprecated cpe X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21441%2Fhead;p=thirdparty%2Fopenwrt.git ppp: update deprecated cpe The CPE 'samba:ppp' added in OpenWrt commit [1], has been deprecated in favour of 'point-to-point_protocol_project:point-to-point_protocol' (see [2]). [1] c61a239514 add PKG_CPE_ID ids to package and tools [2] https://nvd.nist.gov/products/cpe/detail/1224B76D-6BB3-4088-9F42-23AC04A764F2 Signed-off-by: Thomas Perale Link: https://github.com/openwrt/openwrt/pull/21441 Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index ed7df3a2494..0523b5f3e37 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -20,7 +20,7 @@ PKG_SOURCE_VERSION:=9f612dc02c34509f062ed63b60bcc7e937e25178 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=BSD-4-Clause -PKG_CPE_ID:=cpe:/a:samba:ppp +PKG_CPE_ID:=cpe:/a:point-to-point_protocol_project:point-to-point_protocol PKG_ASLR_PIE_REGULAR:=1 PKG_BUILD_DEPENDS:=libpcap