mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
7 lines
256 B
C++
7 lines
256 B
C++
# Sharing PV between cryptography and cryptography-vectors will
|
|
# ensure that updating one but not the other will cause a build error.
|
|
#
|
|
# Additionally AUH will detect that they share this .inc file and
|
|
# perform a lockstep upgrade for both.
|
|
PV = "45.0.4"
|