mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
ppp: update deprecated cpe
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
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]c61a239514add 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> (cherry picked from commitdd519f6c05)
This commit is contained in:
parent
f9e60e980c
commit
51fab879a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue