]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
nettle: upgrade 3.9 -> 3.9.1
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 27 Jun 2023 07:17:09 +0000 (15:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2023 06:55:00 +0000 (07:55 +0100)
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>
meta/recipes-support/nettle/nettle_3.9.1.bb [moved from meta/recipes-support/nettle/nettle_3.9.bb with 96% similarity]

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 7a5bdb2a03876ac8b0e94bc462b6763cd63d765b..6bb76a621719e2ad36c3b5be6e20bf149e948eaf 100644 (file)
@@ -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"