From: Anuj Mittal Date: Wed, 15 Dec 2021 09:03:03 +0000 (+0800) Subject: busybox: upgrade 1.33.1 -> 1.33.2 X-Git-Tag: 2021-04.5-hardknott~92 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0b34671cb9a91419216a532954bd2783d3384ba0;p=openembedded-core.git busybox: upgrade 1.33.1 -> 1.33.2 Bug fix release. 1.33.2 has fixes for hush and ash (parsing fixes) and unlzma (fix a case where we could read before beginning of buffer). Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.33.2.bb similarity index 100% rename from meta/recipes-core/busybox/busybox-inittab_1.33.0.bb rename to meta/recipes-core/busybox/busybox-inittab_1.33.2.bb diff --git a/meta/recipes-core/busybox/busybox_1.33.1.bb b/meta/recipes-core/busybox/busybox_1.33.2.bb similarity index 95% rename from meta/recipes-core/busybox/busybox_1.33.1.bb rename to meta/recipes-core/busybox/busybox_1.33.2.bb index 4002d6a5c6..44c83ab83c 100644 --- a/meta/recipes-core/busybox/busybox_1.33.1.bb +++ b/meta/recipes-core/busybox/busybox_1.33.2.bb @@ -51,4 +51,4 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ " SRC_URI_append_libc-musl = " file://musl.cfg " -SRC_URI[tarball.sha256sum] = "12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28" +SRC_URI[tarball.sha256sum] = "6843ba7977081e735fa0fdb05893e3c002c8c5ad7c9c80da206e603cc0ac47e7"