Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-30 | sudo: update to 1.9.8p2 | Waldemar Brodkorb | |
2021-10-30 | strace: update to 5.14 | Waldemar Brodkorb | |
2021-10-30 | php: update to 7.4.25 | Waldemar Brodkorb | |
2021-10-30 | nginx: update to 1.21.3 | Waldemar Brodkorb | |
2021-10-30 | bind: update to 9.16.22 | Waldemar Brodkorb | |
2021-10-30 | target: linux: patches: Drop initramfs startup hack | Phil Sutter | |
No need to change the initramfs 'init' binary location in kernels anymore, image.mk adds a symlink from /init to /sbin/init to cover for that. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | mk/image.mk: Ship /init in initramfs | Phil Sutter | |
OpenADK's kernel hack to call /sbin/init in initramfs is ugly. Instead, ship /init as a symlink to /sbin/init. This is safe, since initramfs is always a filesystem with symlink support. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | gnutls: Fix build with uclibc-ng | Phil Sutter | |
Recent gnutls update introduced "gnulib module fopen" (gl/fopen.c) which tries to get fopen() declaration from stdio.h by defining __need_FILE before including the header. While this seems unnecessary for the purpose (alegedly __need_FILE is used by headers including stdio.h to get the FILE declaration while avoiding namespace pollution), uClibc-ng's stdio.h behaves unexpected if __need_FILE is defined: 1) features.h is not included, therefore __BEGIN_NAMESPACE_STD (and likely more) is not known later on 2) it declares *only* FILE, nothing else To avoid these problems, don't define __need_FILE in gnutls and pray this works with other libc's as well. Actually one should fix uClibc-ng instead. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | libgpg-error: Fix compiling with uclibc | Phil Sutter | |
Starting with version 1.33, libgpg-error dropped the first two parts of a four part "triplet" while canonicalizing CPU-VENDOR-KERNEL-SYSTEM. Therefore the resulting header name for arm-openadk-linux-uclibceabi becomes lock-obj-pub.linux-uclibceabi.h - make sure it exists by creating an appropriate symlink. Leave the old symlink name in place to avoid breaking any other triplet values. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | gdb: Fix libexpat search path | Phil Sutter | |
Configure searches libexpat in host's rootfs and consequently fails. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | libcap: Fix build | Phil Sutter | |
Have to pass HOST_CC variable so _makenames helper is correctly compiled for host arch. Also PAM detection checks host's headers, override this based on package choice. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | xfsprogs: Fix build | Phil Sutter | |
Have to link against libuuid. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | readline: Pass -ltinfo | Phil Sutter | |
Otherwise the library builds, but programs trying to use it have to link against libtinfo themselves (which they don't expect). Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-28 | raspberry-pi: use 5.4.x kernel | Waldemar Brodkorb | |
2021-10-28 | gdb: update to 11.1 | Waldemar Brodkorb | |
2021-10-28 | gdbserver: fix static linking | Waldemar Brodkorb | |
2021-10-28 | use Linux 5.4 for qemu arm noMMU | Waldemar Brodkorb | |
2021-10-28 | uClibc-ng-test: use https | Waldemar Brodkorb | |
2021-10-24 | u-boot: update to 2021.10 | Waldemar Brodkorb | |
2021-10-22 | bfin: unbreak build, elf2flt patch isn't bfin safe | Waldemar Brodkorb | |
2021-10-22 | linux: update to latest versions | Waldemar Brodkorb | |
2021-10-22 | openssh: update to 8.8p1 | Waldemar Brodkorb | |
2021-10-22 | libressl: update to 3.4.1 | Waldemar Brodkorb | |
2021-10-22 | systemd: update to 249 | Waldemar Brodkorb | |
2021-10-22 | libcap: update to latest | Waldemar Brodkorb | |
2021-10-22 | xfsprogs: update to 5.13.0 | Waldemar Brodkorb | |
2021-10-22 | mdadm: update to 4.1 | Waldemar Brodkorb | |
2021-10-22 | mksh: update to 59c | Waldemar Brodkorb | |
2021-10-22 | gnutls: update to 3.16.16 and deps | Waldemar Brodkorb | |
2021-10-22 | keychain: update to 2.8.5 | Waldemar Brodkorb | |
2021-10-22 | gnupg2: update and all deps | Waldemar Brodkorb | |
2021-10-17 | elf2ft: fix binutis version | Waldemar Brodkorb | |
2021-10-11 | php: update to 7.4.24 | Waldemar Brodkorb | |
2021-10-11 | mariadb: update to 10.6.4 | Waldemar Brodkorb | |
2021-10-11 | boost: update to 1.77.0 | Waldemar Brodkorb | |
2021-10-11 | cmake: update to 3.21.3 | Waldemar Brodkorb | |
2021-10-11 | python3: update to 3.9.7 | Waldemar Brodkorb | |
2021-10-11 | gdbm: update to 1.21 | Waldemar Brodkorb | |
2021-10-11 | ruby: update to 3.0.2 | Waldemar Brodkorb | |
2021-10-11 | ltp: update to 20210524 | Waldemar Brodkorb | |
2021-10-11 | bash: update to 5.1.8 | Waldemar Brodkorb | |
2021-10-11 | uclibc-ng: update to 1.0.39 | Waldemar Brodkorb | |
2021-09-18 | gnupg: update to 1.4.23 | Waldemar Brodkorb | |
2021-09-18 | libressl: update to 3.3.4 | Waldemar Brodkorb | |
2021-09-18 | openssh: update to 8.7p1 | Waldemar Brodkorb | |
2021-09-16 | linux: update 5.4/5.10 to latest | Waldemar Brodkorb | |
2021-09-16 | glibc: update to 2.34 | Waldemar Brodkorb | |
2021-09-16 | gcc: add 11.2 | Waldemar Brodkorb | |
2021-09-16 | binutils: update to 2.37 | Waldemar Brodkorb | |
2021-09-16 | flex: update download url | Waldemar Brodkorb | |