Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | procps: fix build with new glibc but old kernel headers | Ross Burton | 2024-06-19 | 1 | -0/+1 |
| | | | | | | | | | | | If you're building procps with a newer glibc (with pidfd_open()) but older kernel headers (say 4.x, before __NR_pidfd_open) then procps will fail to build because of a typo in configure.ac. (From OE-Core rev: aaced482585fa32d2eadeeb3eb692b3c55666a2a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> | ||||
* | procps: update 4.0.3 -> 4.0.4 | Alexander Kanavin | 2023-09-18 | 1 | -0/+97 |
Drop patches as all issues resolved upstream; one of them is a CVE backport. (From OE-Core rev: 8b5f6565a16bd17cf0cce62d5e7438a01e0cc1c3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |