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 | 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 | gdb: update to 11.1 | Waldemar Brodkorb | |
2021-10-28 | gdbserver: fix static linking | 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 | 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-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-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 | glibc: update to 2.34 | Waldemar Brodkorb | |
2021-09-16 | flex: update download url | Waldemar Brodkorb | |
2021-08-25 | libressl: update to 3.3.3 | Waldemar Brodkorb | |
2021-04-22 | various fixes for embedded-test run | Waldemar Brodkorb | |
2021-04-15 | stm32 fixes | Waldemar Brodkorb | |
2021-04-10 | update busybox/hush to latest | Waldemar Brodkorb | |
2021-04-10 | af-boot: fix linking | Waldemar Brodkorb | |
2021-04-10 | openocd: update to 0.11.0 | Waldemar Brodkorb | |
2021-04-09 | libatomic: do not fail on non-existent file, like blackfin FDPIC | Waldemar Brodkorb | |
2021-04-09 | busybox: noMMU fixes | Waldemar Brodkorb | |
2021-03-31 | git: update to 2.31.1 | Waldemar Brodkorb | |
2021-03-31 | curl: update to 7.75.0 | Waldemar Brodkorb | |
2021-03-28 | openssh: update to 8.5p1 | Waldemar Brodkorb | |