diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-27 15:17:09 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 07:56:33 +0100 |
| commit | e614c7822d18f4add9005a9429f4a585b0ed91e3 (patch) | |
| tree | b7890a2bea285a28191abff4dcc71632944101f2 | |
| parent | 96d1cfca0c55f7e2ac8a4fc0321e3aff93c1e98a (diff) | |
| download | poky-e614c7822d18f4add9005a9429f4a585b0ed91e3.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.
(From OE-Core rev: 7595367022b2a0226a3996bf2e6152a452e92715)
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 \ | |||
| 20 | file://check-header-files-of-openssl-only-if-enable_.patch \ | 20 | file://check-header-files-of-openssl-only-if-enable_.patch \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | SRC_URI[sha256sum] = "0ee7adf5a7201610bb7fe0acbb7c9b3be83be44904dd35ebbcd965cd896bfeaa" | 23 | SRC_URI[sha256sum] = "ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3" |
| 24 | 24 | ||
| 25 | UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" | 25 | UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" |
| 26 | 26 | ||
