diff options
| author | Thomas Perale | 2026-01-07 13:03:22 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-01-10 23:16:11 +0000 |
| commit | dd519f6c05b37e2a676cc20991d2525066fe6d06 (patch) | |
| tree | e529eca36f1c16811a999d338f5d1b292e699d00 | |
| parent | 2a55846bf422e1f48e92786eb9a69844291ed9c7 (diff) | |
| download | openwrt-dd519f6c05b37e2a676cc20991d2525066fe6d06.tar.gz | |
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@mind.be>
Link: https://github.com/openwrt/openwrt/pull/21441
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/network/services/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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@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 |