diff mbox series

[meta-oe,wrynose,19/30] monocypher: upgrade 4.0.2 -> 4.0.3

Message ID 20260720233811.2324493-19-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-oe,wrynose,1/30] imagemagick: upgrade 7.1.2-24 -> 7.1.2-25 | expand

Commit Message

Ankur Tyagi July 20, 2026, 11:38 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 25cfd0324c734a6d7550629fd0e8ab751d0d3adb)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../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 mbox series

Patch

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"