diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-19 15:35:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:03 -0700 |
commit | c6d54048f69b2a1b2198979bab6a7f6a5940f0c5 (patch) | |
tree | dbad99ef7a83b60b3257f267dabd4754c545ff57 | |
parent | f78e2f367d3b89347e8ddb3e9d260a3d634126dd (diff) | |
download | meta-openembedded-c6d54048f69b2a1b2198979bab6a7f6a5940f0c5.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb (renamed from meta-oe/recipes-support/libtommath/libtommath_1.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libtommath/libtommath_1.2.0.bb b/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" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master" |
10 | 10 | ||
11 | SRCREV = "6ca6898bf37f583c4cc9943441cd60dd69f4b8f2" | 11 | SRCREV = "97e500351e653472b2ea00b37137ad0414165efe" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||