summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-27 15:17:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-28 07:55:00 +0100
commit7595367022b2a0226a3996bf2e6152a452e92715 (patch)
tree90c3a5d7d138ab99ba4b0c979d4babe7fedd5aca
parent656470b4b0db579308d218d1ece77bdacd168d14 (diff)
downloadopenembedded-core-7595367022b2a0226a3996bf2e6152a452e92715.tar.gz
nettle: upgrade 3.9 -> 3.9.1
Bug fixes: ========== * Fix OCB loop for processing messages of size 272 bytes or larger. * Fix alignment bug in the new x86_64 non-pclmul assembly implementation of ghash. * Fix build-time memory leak in eccdata. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/nettle/nettle_3.9.1.bb (renamed from meta/recipes-support/nettle/nettle_3.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nettle/nettle_3.9.bb b/meta/recipes-support/nettle/nettle_3.9.1.bb
index 7a5bdb2a03..6bb76a6217 100644
--- a/meta/recipes-support/nettle/nettle_3.9.bb
+++ b/meta/recipes-support/nettle/nettle_3.9.1.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
file://check-header-files-of-openssl-only-if-enable_.patch \
"
-SRC_URI[sha256sum] = "0ee7adf5a7201610bb7fe0acbb7c9b3be83be44904dd35ebbcd965cd896bfeaa"
+SRC_URI[sha256sum] = "ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3"
UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"