heads/patches/busybox-1.33.2.patch
Matt DeVillier 0e356e43cb
modules/busybox: update 1.32.0 -> 1.33.2 (stable)
- update module version, hash
- rename patch
- update config

Busybox 1.33.0 adds base32, which has been disabled in busybox.config
as it conflicts with tpmtotp's base32.

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
2023-02-21 14:34:27 -06:00

13 lines
501 B
Diff

diff -u --recursive clean/busybox-1.33.2/libbb/messages.c busybox-1.33.2/libbb/messages.c
--- clean/busybox-1.33.2/libbb/messages.c 2017-10-20 04:36:58.000000000 -0400
+++ busybox-1.33.2/libbb/messages.c 2018-02-09 12:02:45.918726483 -0500
@@ -13,7 +13,7 @@
/* allow version to be extended, via CFLAGS */
#ifndef BB_EXTRA_VERSION
-#define BB_EXTRA_VERSION " ("AUTOCONF_TIMESTAMP")"
+#define BB_EXTRA_VERSION " (heads)"
#endif
const char bb_banner[] ALIGN1 = "BusyBox v" BB_VER BB_EXTRA_VERSION;