diff mbox series

[meta-oe] libtommath: upgrade 1.2.0 -> 1.2.1

Message ID 1695108935-7276-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] libtommath: upgrade 1.2.0 -> 1.2.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 7:35 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 -- Bugfix release because of potential integer overflow
          c.f. PR #546 resp. CVE-2023-36328

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libtommath/{libtommath_1.2.0.bb => libtommath_1.2.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libtommath/{libtommath_1.2.0.bb => libtommath_1.2.1.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libtommath/libtommath_1.2.0.bb b/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
similarity index 91%
rename from meta-oe/recipes-support/libtommath/libtommath_1.2.0.bb
rename to meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
index 1efccdd843..32ec290c16 100644
--- a/meta-oe/recipes-support/libtommath/libtommath_1.2.0.bb
+++ b/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
@@ -8,7 +8,7 @@  DEPENDS = "libtool-cross"
 
 SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master"
 
-SRCREV = "6ca6898bf37f583c4cc9943441cd60dd69f4b8f2"
+SRCREV = "97e500351e653472b2ea00b37137ad0414165efe"
 
 S = "${WORKDIR}/git"