Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-29 | toolbox: gcc 14 fix | Waldemar Brodkorb | |
2025-03-28 | git: update to 2.49.0 | Waldemar Brodkorb | |
2025-03-28 | strace: update to 6.14 | Waldemar Brodkorb | |
2025-03-28 | irssi: update to 1.4.5, switch to openssl as default | Waldemar Brodkorb | |
2025-03-28 | tor: update to 0.4.8.16, switch to openssl | Waldemar Brodkorb | |
2025-03-27 | barebox: finetune Makefile, tested with malta | Waldemar Brodkorb | |
2025-03-24 | barebox: update to 2025.03.0 | Waldemar Brodkorb | |
2025-03-24 | u-boot: update to 2025.01 | Waldemar Brodkorb | |
2025-03-24 | fix build when SSL headers are not installed on the build host | Waldemar Brodkorb | |
2025-03-22 | u-boot: add host dependencies, remove patch | Waldemar Brodkorb | |
2025-03-21 | add arch dependencies | Waldemar Brodkorb | |
2025-03-21 | busybox: add patch from buildroot | Waldemar Brodkorb | |
2025-03-21 | virtio: rework, add support for x86_64 | Waldemar Brodkorb | |
2025-03-21 | qemu-x86_64: various fixes | Waldemar Brodkorb | |
- fix dual-boot for EFI setups - normal BIOS does not work in dual-boot - VGA and EFI does not work | |||
2025-03-20 | busybox: update to 1.37.0 | Waldemar Brodkorb | |
2025-03-20 | wget: update to 1.25.0 | Waldemar Brodkorb | |
2025-03-18 | grub: update to 2.12 | Waldemar Brodkorb | |
2025-03-16 | expat: update to 2.7.0 | Waldemar Brodkorb | |
2025-03-16 | coreutils: update to 9.6 | Waldemar Brodkorb | |
2025-03-12 | dropear: update to 2025.87 | Waldemar Brodkorb | |
2025-03-12 | curl: update to 8.12.1 | Waldemar Brodkorb | |
2025-03-03 | add support for no Linux kernel builds, use it for arcturus-ucbf54x | Waldemar Brodkorb | |
2025-02-24 | gnutls: update to 3.8.9 | Waldemar Brodkorb | |
2025-02-23 | gdb: update to 16.2 | Waldemar Brodkorb | |
2025-02-12 | openssl: update to 3.4.1 | Waldemar Brodkorb | |
2025-02-12 | libass needs harfbuzz | Waldemar Brodkorb | |
2025-02-02 | squid: update to 6.13 | Waldemar Brodkorb | |
2025-02-02 | ltp: update to 20250130 | Waldemar Brodkorb | |
2025-02-02 | cyrus-sasl: update to 2.1.28 | Waldemar Brodkorb | |
2025-02-01 | openssl: update to 3.4.0 | Waldemar Brodkorb | |
2025-02-01 | bind: update to 9.18.33 | Waldemar Brodkorb | |
2025-01-29 | valgrind: update to 3.24.0 | Waldemar Brodkorb | |
2025-01-29 | gdb: update to 16.1 | Waldemar Brodkorb | |
2025-01-28 | bind: update to 9.18.32 | Waldemar Brodkorb | |
2025-01-28 | libuv: update to 1.50.0 | Waldemar Brodkorb | |
2025-01-27 | strace: update to 6.13 | Waldemar Brodkorb | |
2025-01-23 | asterisk: update to 20.11.1 | Waldemar Brodkorb | |
2025-01-22 | rsync: update to 3.4.1 | Waldemar Brodkorb | |
2025-01-09 | use elfutils systemwide | Waldemar Brodkorb | |
libelf is deprecated and does not build with gcc-14. Use elfutils instead as drop-in replacement. Add patches from Buildroot to disable progs, which use glibc specific functions. | |||
2025-01-09 | package: json-c: Fix for compiling with gcc-14 | Phil Sutter | |
Wrong ordering in calloc() is bad, mkay? Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-09 | package: cfgfs: Fix for ignored attribute warnings | Phil Sutter | |
The 'bounded' attribute seems to never have existed. Replace it by the 'access' attribute which probably does the same. Declare decompressors' 'dst' parameter as read_write for now, no idea if any of them reads back the written output while decompressing. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-09 | package: cfgfs: Fix for compiling with gcc-14 | Phil Sutter | |
The asprintf() function is not exported unless _GNU_SOURCE has been defined. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-09 | package: ndisc6: Fix for compiling with gcc-14 | Phil Sutter | |
The callback declaration adjustment was flawed: While dropping 'restrict' keyword might be needed for some reason, dropping the asterisk changes parameter types. Also, 'const data' defaults to 'int' type when it should be 'void' instead. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-09 | package: apcupsd: Fix for compiling with gcc-13 | Phil Sutter | |
Kudos to Fabrice Fontaine for coming up with this: https://lore.kernel.org/buildroot/20240113100654.85904-1-fontaine.fabrice@gmail.com/ Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-09 | package: linux-atm: Revert "fix musl compile" | Phil Sutter | |
This reverts commit c5dc60b664fcbba2642346c4b80fc407264337b7. This change breaks when compiling using gcc-14. It is also not correct: on_exit() takes two arguments and passes the exit status to the callback as expected by trace_on_exit() here. In contrast, atexit() expects a callback which does not take any arguments and thus the logic for when to print a trace breaks when using it. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: Port minidlna | Phil Sutter | |
This is a more capable alternative to gmediaserver. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: Port zfs package | Phil Sutter | |
This still lacks some init scripts to reassemble pools and for other tasks. For now, I just do: | disks=$(blkid | sed -n 's,^/dev/\(sd[a-z]\): .* TYPE="crypto_LUKS".*,\1,p') | for disk in $disks; do | [ -b /dev/mapper/$disk ] || cryptsetup luksOpen \ | --key-file=/etc/mykeyfile /dev/$disk $disk | done | zpool import -a Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: Port apcupsd | Phil Sutter | |
For USB-connected UPSs, kernel's USB_HIDDEV option is required as the daemon communicates via /dev/usb/hiddev* raw HID devices. Therefore make USB_HID select USB_HIDDEV (shouldn't hurt much on other systems) and select the former if the package is enabled. Ship a config which defaults to USB-based UPSs as they are probably the most common ones. Also install a minimal apccontrol which merely remounts relevant filesystems read-only in case of near blackout. The core OpenADK fs layout should tolerate pulling the plug as-is already. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: Port libexif | Phil Sutter | |
Needed by upcoming minidlna package. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: base-files: Add bonding support to network scripts | Phil Sutter | |
Also add a sample LACP configuration and while being at it, fix the documentation URL. Signed-off-by: Phil Sutter <phil@nwl.cc> |