diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-18 20:19:20 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-28 07:51:29 +0100 |
| commit | 407bb733876ae85e3596e4ccadbedd0ce2e7a0a4 (patch) | |
| tree | b32152c4c1d4d62130a78c995b580bfcc6ad8c0e | |
| parent | a3e099e8a0b1367562172bd81084a7a2e6723b45 (diff) | |
| download | poky-407bb733876ae85e3596e4ccadbedd0ce2e7a0a4.tar.gz | |
libcap: upgrade 2.63 -> 2.64
Changes from 2.63:
- Fix memory leak in libpsx at program exit. (Bug: 215551 reported by Kalen Hall)
- Be more resilient to CGo configuration with Go compiler when building tests. (Bug: 215603)
- Fix cap_*prctl() return code/errno handling. (Bug: 215772 reported by Anderson Toshiyuki Sasaki)
- Minor clarification to cap_get_pid() man page concerning pid value within namespaces. (Bug: 215812)
(From OE-Core rev: b23e43ea7c677b5450969d3586d1f68cc278fc73)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bfbf8f05d1789b8a8a6826b83a21fd09b8e903ad)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libcap/libcap_2.64.bb (renamed from meta/recipes-support/libcap/libcap_2.63.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcap/libcap_2.63.bb b/meta/recipes-support/libcap/libcap_2.64.bb index 9e341c4bd0..7690d3e9a5 100644 --- a/meta/recipes-support/libcap/libcap_2.63.bb +++ b/meta/recipes-support/libcap/libcap_2.64.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${ | |||
| 20 | SRC_URI:append:class-nativesdk = " \ | 20 | SRC_URI:append:class-nativesdk = " \ |
| 21 | file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ | 21 | file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ |
| 22 | " | 22 | " |
| 23 | SRC_URI[sha256sum] = "0c637b8f44fc7d8627787e9cf57f15ac06c1ddccb53e41feec5496be3466f77f" | 23 | SRC_URI[sha256sum] = "c8465e1f0b068d5fc06199231135ccac7adb56d662b1de93589252e8cd071e13" |
| 24 | 24 | ||
| 25 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" | 25 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" |
| 26 | 26 | ||
