From: Wang Mingyu Date: Tue, 27 Jun 2023 07:17:09 +0000 (+0800) Subject: nettle: upgrade 3.9 -> 3.9.1 X-Git-Tag: uninative-4.1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7595367022b2a0226a3996bf2e6152a452e92715;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/nettle/nettle_3.9.bb b/meta/recipes-support/nettle/nettle_3.9.1.bb similarity index 96% rename from meta/recipes-support/nettle/nettle_3.9.bb rename to meta/recipes-support/nettle/nettle_3.9.1.bb index 7a5bdb2a038..6bb76a62171 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\d+(\.\d+)+)\.tar"