[PATCH 1/3] busybox: update to 1.33

Rosen Penev rosenp at gmail.com
Sun Jan 3 21:43:45 EST 2021


On Sun, Jan 3, 2021 at 5:07 PM Hauke Mehrtens <hauke at hauke-m.de> wrote:
>
> On 1/4/21 1:24 AM, Rosen Penev wrote:
> > Remove stime backport.
> >
> > Remove static libgcc patch as upstream fixed it in a different way.
> >
> > Remove date -k patch as it no longer applies. It's also pointless as
> > busybox' hwclock utility can do the same thing. That will be changed
> > in a future commit.
> >
> > Remove ntpd patch as that seems to have been applied upstream.
> >
> > Refresh patches.
> >
> > Signed-off-by: Rosen Penev <rosenp at gmail.com>
> > ---
> >   package/utils/busybox/Makefile                |  6 +-
> >   .../001-remove-stime-function-calls.patch     | 84 -----------------
> >   .../patches/110-no_static_libgcc.patch        | 11 ---
> >   .../busybox/patches/120-lto-jobserver.patch   |  6 +-
> >   .../patches/200-udhcpc_reduce_msgs.patch      |  4 +-
> >   .../patches/201-udhcpc_changed_ifindex.patch  |  2 +-
> >   .../203-udhcpc_renew_no_deconfig.patch        |  2 +-
> >   .../patches/230-add_nslookup_lede.patch       |  6 +-
> >   .../busybox/patches/250-date-k-flag.patch     | 92 -------------------
> >   .../500-move-traceroute-applets-to-bin.patch  |  2 +-
> >   ...520-loginutils-handle-crypt-failures.patch |  6 +-
> >   .../patches/600-allow-ntpd-non-root.patch     | 12 ---
> >   12 files changed, 17 insertions(+), 216 deletions(-)
> >   delete mode 100644 package/utils/busybox/patches/001-remove-stime-function-calls.patch
> >   delete mode 100644 package/utils/busybox/patches/110-no_static_libgcc.patch
> >   delete mode 100644 package/utils/busybox/patches/250-date-k-flag.patch
> >   delete mode 100644 package/utils/busybox/patches/600-allow-ntpd-non-root.patch
>
> Better apply "base-files: use hwclock --systz" before this one to not
> break git bisect.
OK
>
> You did not refresh the configuration.
> See this description:
> https://git.openwrt.org/696c511fb480be04a0ab4563b06b5e1b0d7eb684
>
OK
> Petr send a update of busybox to version 1.32.0 in August, but did not
> apply it because of a reported bug:
> https://lists.openwrt.org/pipermail/openwrt-devel/2020-August/030730.html
>
> It looks like the problem was fixed in 1.32.1 and 1.33.0 here:
> https://git.busybox.net/busybox/commit/?id=91e11eba6e3ee21f70905bca857b9b216fb764f6
> https://git.busybox.net/busybox/commit/?h=1_32_stable&id=e7629ffbf5c697a0fa805e2439c278e019d84835
I rantime tested on malta. I don't see any glaring problems.

Although I just noticed the SELinux variant does not compile because
of an upstream oversight...

Will resend.
>
> Hauke



More information about the openwrt-devel mailing list