All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott][PATCH 0/1] Pull request
@ 2021-12-20 10:11 Anuj Mittal
  2021-12-20 10:11 ` [hardknott][PATCH 1/1] busybox: upgrade 1.33.1 -> 1.33.2 Anuj Mittal
  0 siblings, 1 reply; 3+ messages in thread
From: Anuj Mittal @ 2021-12-20 10:11 UTC (permalink / raw)
  To: openembedded-core

This includes just a busybox upgrade to address some security issues.

Tested on autobuilder and no issues found.

Thanks,

Anuj

The following changes since commit f6791df317e66b2d3fa88d3a038d888d4512305a:

  libpcre/libpcre2: correct SRC_URI (2021-12-10 12:45:13 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next

Anuj Mittal (1):
  busybox: upgrade 1.33.1 -> 1.33.2

 .../{busybox-inittab_1.33.0.bb => busybox-inittab_1.33.2.bb}    | 0
 .../busybox/{busybox_1.33.1.bb => busybox_1.33.2.bb}            | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/busybox/{busybox-inittab_1.33.0.bb => busybox-inittab_1.33.2.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.33.1.bb => busybox_1.33.2.bb} (95%)

-- 
2.33.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [hardknott][PATCH 1/1] busybox: upgrade 1.33.1 -> 1.33.2
  2021-12-20 10:11 [hardknott][PATCH 0/1] Pull request Anuj Mittal
@ 2021-12-20 10:11 ` Anuj Mittal
  0 siblings, 0 replies; 3+ messages in thread
From: Anuj Mittal @ 2021-12-20 10:11 UTC (permalink / raw)
  To: openembedded-core

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 <anuj.mittal@intel.com>
---
 .../{busybox-inittab_1.33.0.bb => busybox-inittab_1.33.2.bb}    | 0
 .../busybox/{busybox_1.33.1.bb => busybox_1.33.2.bb}            | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/busybox/{busybox-inittab_1.33.0.bb => busybox-inittab_1.33.2.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.33.1.bb => busybox_1.33.2.bb} (95%)

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"
-- 
2.33.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [hardknott][PATCH 0/1] Pull request
@ 2021-12-23  9:16 Anuj Mittal
  0 siblings, 0 replies; 3+ messages in thread
From: Anuj Mittal @ 2021-12-23  9:16 UTC (permalink / raw)
  To: openembedded-core

Please merge this change.

Thanks,

Anuj

The following changes since commit f6791df317e66b2d3fa88d3a038d888d4512305a:

  libpcre/libpcre2: correct SRC_URI (2021-12-10 12:45:13 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next

Anuj Mittal (1):
  busybox: upgrade 1.33.1 -> 1.33.2

 .../{busybox-inittab_1.33.0.bb => busybox-inittab_1.33.2.bb}    | 0
 .../busybox/{busybox_1.33.1.bb => busybox_1.33.2.bb}            | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/busybox/{busybox-inittab_1.33.0.bb => busybox-inittab_1.33.2.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.33.1.bb => busybox_1.33.2.bb} (95%)

-- 
2.33.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-23  9:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 10:11 [hardknott][PATCH 0/1] Pull request Anuj Mittal
2021-12-20 10:11 ` [hardknott][PATCH 1/1] busybox: upgrade 1.33.1 -> 1.33.2 Anuj Mittal
2021-12-23  9:16 [hardknott][PATCH 0/1] Pull request Anuj Mittal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.