openwrt/package/utils/busybox
Álvaro Fernández Rojas 749d54fea8
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
busybox: backport hexdump fix for Big Endian systems
hexdump isn't working properly on some Big Endian systems, producing
incorrect output such as:
  hexdump -vn 5 -e '"fd" 1/1 "%02x:" 2/2 "%x:"' /dev/urandom
  fdff:542c0054:17920017:
Which should be:
  fdff:542c:1792:

This breaks the default ULA prefix generation on some systems. See:
https://github.com/openwrt/openwrt/issues/19844

The issue has already been fixed upstream, so we can backport the fix:
https://git.busybox.net/busybox/commit/libbb/dump.c?id=f5c7cae55fc3e19d074198bc12152486067ea8c7

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2025-11-23 17:10:00 +01:00
..
config busybox: update to 1.37.0 2024-12-05 21:16:55 +01:00
files busybox: Save shell history into /tmp 2024-12-08 19:18:02 +01:00
patches busybox: backport hexdump fix for Big Endian systems 2025-11-23 17:10:00 +01:00
Config-defaults.in busybox: Save shell history into /tmp 2024-12-08 19:18:02 +01:00
Config.in busybox: add selinux variant 2020-08-23 23:37:08 +01:00
convert_defaults.pl busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated 2014-01-31 13:50:16 +00:00
convert_menuconfig.pl busybox: adjust convert_menuconfig.pl to emit relative path references for Config.in files and refresh generated files 2016-01-03 11:38:31 +00:00
Makefile busybox: bump PKG_RELEASE 2025-07-19 18:54:05 +02:00
selinux.config busybox: add selinux variant 2020-08-23 23:37:08 +01:00