diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-01-26 12:01:07 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-02-04 14:41:42 -0800 |
| commit | 988751415d80e01c4e202ba50b9a4acbbca41c49 (patch) | |
| tree | 4e5baf9ffa8e643a627ffaa5cf33ff5a7ae3dbc0 /meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | |
| parent | d7e5d4796cfa194f59c2a6b9825d931f8bfc3616 (diff) | |
| download | meta-openembedded-988751415d80e01c4e202ba50b9a4acbbca41c49.tar.gz | |
python3-grpcio: patch CVE-2024-11407
Cherry-pick commit [1] mentioned in [2].
[1] https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791
[2] https://nvd.nist.gov/vuln/detail/CVE-2024-11407
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb index 59bfbf5538..b12b509142 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | |||
| @@ -12,6 +12,7 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \ | |||
| 12 | file://0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch;patchdir=third_party/boringssl-with-bazel/src/ \ | 12 | file://0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch;patchdir=third_party/boringssl-with-bazel/src/ \ |
| 13 | file://0001-target.h-define-proper-macro-for-ppc-ppc64.patch \ | 13 | file://0001-target.h-define-proper-macro-for-ppc-ppc64.patch \ |
| 14 | file://0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch \ | 14 | file://0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch \ |
| 15 | file://CVE-2024-11407.patch \ | ||
| 15 | " | 16 | " |
| 16 | SRC_URI[sha256sum] = "c77618071d96b7a8be2c10701a98537823b9c65ba256c0b9067e0594cdbd954d" | 17 | SRC_URI[sha256sum] = "c77618071d96b7a8be2c10701a98537823b9c65ba256c0b9067e0594cdbd954d" |
| 17 | 18 | ||
