From 25cfd0324c734a6d7550629fd0e8ab751d0d3adb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 Jun 2026 17:00:52 +0800 Subject: [PATCH] monocypher: upgrade 4.0.2 -> 4.0.3 Changelog: =========== - Fixed timing leak vulnerability in EdDSA/Ed25519 signatures. - Various minor documentation fixes. - Various minor build system fixes. - Various minor compiler warning fixes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../monocypher/{monocypher_4.0.2.bb => monocypher_4.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-crypto/monocypher/{monocypher_4.0.2.bb => monocypher_4.0.3.bb} (85%) diff --git a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.3.bb similarity index 85% rename from meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb rename to meta-oe/recipes-crypto/monocypher/monocypher_4.0.3.bb index 178f273ae6..0c8f090cf5 100644 --- a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb +++ b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.3.bb @@ -7,7 +7,7 @@ LICENSE = "BSD-2-Clause | CC0-1.0" LIC_FILES_CHKSUM = "file://LICENCE.md;md5=ff30a1c41dfd9e6fa559a9e45ee98302" SRC_URI = "https://monocypher.org/download/${BPN}-${PV}.tar.gz" -SRC_URI[sha512sum] = "bf275d4c53ff94af6cdc723a4e002e9f080f4d1436c86c76bb37870b34807f1d7b32331d8ff8a1aeb369e946f3769021e03e63efac25b82efc5abf54dc084714" +SRC_URI[sha512sum] = "40904ada5c7ee4f7741733e38b69a30a4b0561cbffba5ffe7c2dce16136d540251ec0d9056ff606510d3b5b708fb8a40db7e0870d4a0b2dc17ba2bfb880f8965" MIRRORS =+ "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz"