mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
45.0.7 - 2025-09-01 * Added a function to support an upcoming pyOpenSSL release. https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4507---2025-09-01 Comparing Changes: https://github.com/pyca/cryptography/compare/45.0.6...45.0.7 (From OE-Core rev: 00787e40527786d510a06d9a4dde5d8fb7ab7d90) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.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.7"
|