From: Wang Mingyu <[email protected]> Changelog: =========== - Fix size_t overflow in 'amqp_decode_bytes' bounds check leading to out-of-bounds read (GHSA-jgjf-7fwf-f3c7, #888) - Fix heap buffer overflow in 'amqp_frame_to_bytes' for oversized body frames (GHSA-hfjv-vcp3-39wh, #892) - 'librabbitmq-tools' fall back to the 'AMQP_URL' environment variable when no connection options are given on the command line (#887) - Fix undefined behavior in 'amqp_decode_properties' when decoding content-header property flags (#883, #885) - Fix 'ioctlsocket' type mismatch on Windows (#890) - Document buffer lifetime requirement of 'amqp_decode_table''s encoded buffer to prevent use-after-free misuse (#895) - 'librabbitmq-tools' now enable default SSL certificate verification paths unless '--no-default-cert-paths' is passed (fixes #868, #893) - Building the tools now requires POPT v1.14 or newer
Signed-off-by: Wang Mingyu <[email protected]> --- .../rabbitmq-c/{rabbitmq-c_0.16.0.bb => rabbitmq-c_0.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/rabbitmq-c/{rabbitmq-c_0.16.0.bb => rabbitmq-c_0.17.0.bb} (91%) diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.17.0.bb similarity index 91% rename from meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb rename to meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.17.0.bb index c4428008db..05179c0230 100644 --- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.17.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https;tag=v${PV} \ " -SRCREV = "800d57c9ca7352181167ec3c6aba66b8518c321c" +SRCREV = "59df173fff72857896a8257bbfb72d9d29175f1e" DEPENDS = "popt openssl" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128102): https://lists.openembedded.org/g/openembedded-devel/message/128102 Mute This Topic: https://lists.openembedded.org/mt/120170896/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
