Message ID | 20230801163641.1234605-1-peter.marko@siemens.com |
---|---|
State | New |
Headers | show |
Series | [master,mickledore] openssl: Upgrade 3.1.1 -> 3.1.2 | expand |
Gentle ping. Is there any problem with this patch? Peter
On 2023-08-13 06:49, Peter Marko via lists.openembedded.org wrote: > Gentle ping. > Is there any problem with this patch? > > Peter > Peter, We'd all like to see this openssl update merged but I suspect, that for master, it's backed up behind the 6.4 kernel update and some glibc update problems summarize here: https://lists.yoctoproject.org/g/yocto/message/60802 and (I confirmed with Steve) because it's not in master, as a matter of policy, it's not in mickledore-nut: https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/mickledore-nut Stay tuned, check on: https://git.openembedded.org/openembedded-core/log/?qt=range&q=master-next and ping again if it's not in oe-core/master-next/master in a week and mickledore-nut a while after that. Note that, it won't be in mickledore-nut until after a week or two after it hits master.
diff --git a/meta/recipes-connectivity/openssl/openssl_3.1.1.bb b/meta/recipes-connectivity/openssl/openssl_3.1.2.bb similarity index 99% rename from meta/recipes-connectivity/openssl/openssl_3.1.1.bb rename to meta/recipes-connectivity/openssl/openssl_3.1.2.bb index c2a7173c84..817bfedee1 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.1.1.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.1.2.bb @@ -18,7 +18,7 @@ SRC_URI:append:class-nativesdk = " \ file://environment.d-openssl.sh \ " -SRC_URI[sha256sum] = "b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674" +SRC_URI[sha256sum] = "a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539" inherit lib_package multilib_header multilib_script ptest perlnative MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"