From c6d54048f69b2a1b2198979bab6a7f6a5940f0c5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:35:35 +0800 Subject: [PATCH] libtommath: upgrade 1.2.0 -> 1.2.1 Changelog: -- Bugfix release because of potential integer overflow c.f. PR #546 resp. CVE-2023-36328 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../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 --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"