From: Khem Raj Date: Mon, 22 Feb 2021 01:28:36 +0000 (-0800) Subject: nettle: Upgrade to 3.7.1 X-Git-Tag: yocto-3.3~424 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=28156e43673288ecfb9d43b1aecfd01256c71585;p=openembedded-core.git nettle: Upgrade to 3.7.1 bugfix release [1] [1] https://lists.gnu.org/archive/html/info-gnu/2021-02/msg00011.html Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/nettle/nettle-3.7/Add-target-to-only-build-tests-not-run-them.patch b/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch similarity index 100% rename from meta/recipes-support/nettle/nettle-3.7/Add-target-to-only-build-tests-not-run-them.patch rename to meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch diff --git a/meta/recipes-support/nettle/nettle-3.7/check-header-files-of-openssl-only-if-enable_.patch b/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch similarity index 100% rename from meta/recipes-support/nettle/nettle-3.7/check-header-files-of-openssl-only-if-enable_.patch rename to meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch diff --git a/meta/recipes-support/nettle/nettle-3.7/dlopen-test.patch b/meta/recipes-support/nettle/nettle/dlopen-test.patch similarity index 100% rename from meta/recipes-support/nettle/nettle-3.7/dlopen-test.patch rename to meta/recipes-support/nettle/nettle/dlopen-test.patch diff --git a/meta/recipes-support/nettle/nettle-3.7/run-ptest b/meta/recipes-support/nettle/nettle/run-ptest similarity index 100% rename from meta/recipes-support/nettle/nettle-3.7/run-ptest rename to meta/recipes-support/nettle/nettle/run-ptest diff --git a/meta/recipes-support/nettle/nettle_3.7.bb b/meta/recipes-support/nettle/nettle_3.7.1.bb similarity index 95% rename from meta/recipes-support/nettle/nettle_3.7.bb rename to meta/recipes-support/nettle/nettle_3.7.1.bb index 2c219c2a12..d6bb1c84c6 100644 --- a/meta/recipes-support/nettle/nettle_3.7.bb +++ b/meta/recipes-support/nettle/nettle_3.7.1.bb @@ -23,7 +23,7 @@ SRC_URI_append_class-target = "\ file://dlopen-test.patch \ " -SRC_URI[sha256sum] = "f001f64eb444bf13dd91bceccbc20acbc60c4311d6e2b20878452eb9a9cec75a" +SRC_URI[sha256sum] = "156621427c7b00a75ff9b34b770b95d34f80ef7a55c3407de94b16cbf436c42e" UPSTREAM_CHECK_REGEX = "nettle-(?P\d+(\.\d+)+)\.tar"