Hi Christian,
On Tue, Jan 03, 2023 at 11:29:22PM +0100, Christian Melki wrote:
> After a year of low activity and questionmarks,
> we finally have a new release of busybox.
> Release changelog @ https://busybox.net/
>
> Not that many new features, mostly fixes.
> One notable addition is seedrng.
> But it marks a new release that includes security fixes.
>
> Plugs CVEs: CVE-2022-28391, CVE-2022-30065
>
> * Forward the ptxdist specific patches.
> * Remove one security patch to awk that has been fixed.
> * Update busybox imported kconfig tree.
> Not that many changes, since it has been a slow year.
> New utilites: tsort, seedrng and tree.
>
> Signed-off-by: Christian Melki <[email protected]>
> ---
> config/busybox/Config.in | 4 +-
> config/busybox/coreutils/Config.in | 7 ++-
> config/busybox/libbb/Config.in | 62 ++++++++++++++++---
> config/busybox/miscutils/Config.in | 12 ++++
> config/busybox/networking/Config.in | 2 +-
> config/busybox/networking/udhcp/Config.in | 7 ++-
> config/busybox/shell/Config.in | 5 ++
> ...wk-fix-use-after-free-CVE-2022-30065.patch | 29 ---------
> .../0200-reactivate-check-for-tty.patch | 0
> ...-only-pass-real-libs-to-SELINUX_LIBS.patch | 2 +-
> ...honour-SKIP_STRIP-and-don-t-strip-if.patch | 0
> .../{busybox-1.35.0 => busybox-1.36.0}/series | 3 +-
> 12 files changed, 89 insertions(+), 44 deletions(-)
> delete mode 100644
> patches/busybox-1.35.0/0203-awk-fix-use-after-free-CVE-2022-30065.patch
> rename patches/{busybox-1.35.0 =>
> busybox-1.36.0}/0200-reactivate-check-for-tty.patch (100%)
> rename patches/{busybox-1.35.0 =>
> busybox-1.36.0}/0201-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
> (94%)
> rename patches/{busybox-1.35.0 =>
> busybox-1.36.0}/0202-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
> (100%)
> rename patches/{busybox-1.35.0 => busybox-1.36.0}/series (74%)
It seems rules/busybox.make is ommited from the patch...
ladis