[openwrt/openwrt] ppp: update deprecated cpe
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 11 07:49:06 PST 2026
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/51fab879a70687092efcab5c7bfa620a12dff409
commit 51fab879a70687092efcab5c7bfa620a12dff409
Author: Thomas Perale <thomas.perale at mind.be>
AuthorDate: Wed Jan 7 14:03:22 2026 +0100
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 <thomas.perale at mind.be>
Link: https://github.com/openwrt/openwrt/pull/21441
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
(cherry picked from commit dd519f6c05b37e2a676cc20991d2525066fe6d06)
---
package/network/services/ppp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index ed7df3a249..0523b5f3e3 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 <nbd at nbd.name>
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
More information about the lede-commits
mailing list