diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2025-06-24 16:13:54 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-26 11:02:34 +0100 |
| commit | 3982111d24c3504a969fca13853400c9ad9a3115 (patch) | |
| tree | c324b126581da328cd5aa804c52304244536a61a /meta/recipes-devtools/python/python3-cryptography.bb | |
| parent | dd5f43145ab0e39de00b55c572141854a62f63e1 (diff) | |
| download | poky-3982111d24c3504a969fca13853400c9ad9a3115.tar.gz | |
python3-cryptography{-vectors}: upgrade 45.0.3 -> 45.0.4
https://cryptography.io/en/latest/changelog/#v45-0-4
45.0.4 - 2025-06-09
Fixed decrypting PKCS#8 files encrypted with SHA1-RC4. (This is not
considered secure, and is supported only for backwards compatibility.)
(From OE-Core rev: fbed96588a48c8d9bb9fe617d9d71168cef01e5c)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index e40e62f626..f41e13f4a1 100644 --- a/meta/recipes-devtools/python/python3-cryptography.bb +++ b/meta/recipes-devtools/python/python3-cryptography.bb | |||
| @@ -11,7 +11,7 @@ LDSHARED += "-pthread" | |||
| 11 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography-vectors | 11 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography-vectors |
| 12 | # Upgrade both recipes at the same time | 12 | # Upgrade both recipes at the same time |
| 13 | require python3-cryptography-common.inc | 13 | require python3-cryptography-common.inc |
| 14 | SRC_URI[sha256sum] = "ec21313dd335c51d7877baf2972569f40a4291b76a0ce51391523ae358d05899" | 14 | SRC_URI[sha256sum] = "7405ade85c83c37682c8fe65554759800a4a8c54b2d96e0f8ad114d31b808d57" |
| 15 | 15 | ||
| 16 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ | 16 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ |
| 17 | file://check-memfree.py \ | 17 | file://check-memfree.py \ |
