summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2025-04-02perl: update to 5.40.1Waldemar Brodkorb
2025-04-01python3: update to 3.12.9Waldemar Brodkorb
2025-04-01libffi: update to 3.4.7Waldemar Brodkorb
2025-04-01remove jamvm packageWaldemar Brodkorb
2025-04-01remove openjdk7/openjdk8 supportWaldemar Brodkorb
2025-04-01quickjs: new packageWaldemar Brodkorb
2025-03-31asterisk: update to 22.3.0Waldemar Brodkorb
2025-03-29toolbox: gcc 14 fixWaldemar Brodkorb
2025-03-28git: update to 2.49.0Waldemar Brodkorb
2025-03-28strace: update to 6.14Waldemar Brodkorb
2025-03-28irssi: update to 1.4.5, switch to openssl as defaultWaldemar Brodkorb
2025-03-28tor: update to 0.4.8.16, switch to opensslWaldemar Brodkorb
2025-03-27barebox: finetune Makefile, tested with maltaWaldemar Brodkorb
2025-03-24barebox: update to 2025.03.0Waldemar Brodkorb
2025-03-24u-boot: update to 2025.01Waldemar Brodkorb
2025-03-24fix build when SSL headers are not installed on the build hostWaldemar Brodkorb
2025-03-22u-boot: add host dependencies, remove patchWaldemar Brodkorb
2025-03-21add arch dependenciesWaldemar Brodkorb
2025-03-21busybox: add patch from buildrootWaldemar Brodkorb
2025-03-21virtio: rework, add support for x86_64Waldemar Brodkorb
2025-03-21qemu-x86_64: various fixesWaldemar Brodkorb
- fix dual-boot for EFI setups - normal BIOS does not work in dual-boot - VGA and EFI does not work
2025-03-20busybox: update to 1.37.0Waldemar Brodkorb
2025-03-20wget: update to 1.25.0Waldemar Brodkorb
2025-03-18grub: update to 2.12Waldemar Brodkorb
2025-03-16expat: update to 2.7.0Waldemar Brodkorb
2025-03-16coreutils: update to 9.6Waldemar Brodkorb
2025-03-12dropear: update to 2025.87Waldemar Brodkorb
2025-03-12curl: update to 8.12.1Waldemar Brodkorb
2025-03-03add support for no Linux kernel builds, use it for arcturus-ucbf54xWaldemar Brodkorb
2025-02-24gnutls: update to 3.8.9Waldemar Brodkorb
2025-02-23gdb: update to 16.2Waldemar Brodkorb
2025-02-12openssl: update to 3.4.1Waldemar Brodkorb
2025-02-12libass needs harfbuzzWaldemar Brodkorb
2025-02-02squid: update to 6.13Waldemar Brodkorb
2025-02-02ltp: update to 20250130Waldemar Brodkorb
2025-02-02cyrus-sasl: update to 2.1.28Waldemar Brodkorb
2025-02-01openssl: update to 3.4.0Waldemar Brodkorb
2025-02-01bind: update to 9.18.33Waldemar Brodkorb
2025-01-29valgrind: update to 3.24.0Waldemar Brodkorb
2025-01-29gdb: update to 16.1Waldemar Brodkorb
2025-01-28bind: update to 9.18.32Waldemar Brodkorb
2025-01-28libuv: update to 1.50.0Waldemar Brodkorb
2025-01-27strace: update to 6.13Waldemar Brodkorb
2025-01-23asterisk: update to 20.11.1Waldemar Brodkorb
2025-01-22rsync: update to 3.4.1Waldemar Brodkorb
2025-01-09use elfutils systemwideWaldemar 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-09package: json-c: Fix for compiling with gcc-14Phil Sutter
Wrong ordering in calloc() is bad, mkay? Signed-off-by: Phil Sutter <phil@nwl.cc>
2025-01-09package: cfgfs: Fix for ignored attribute warningsPhil 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-09package: cfgfs: Fix for compiling with gcc-14Phil Sutter
The asprintf() function is not exported unless _GNU_SOURCE has been defined. Signed-off-by: Phil Sutter <phil@nwl.cc>
2025-01-09package: ndisc6: Fix for compiling with gcc-14Phil 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>