Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-03-28 | libressl: update to 3.2.5 | Waldemar Brodkorb | |
2021-03-02 | different kodi-task bugfixes | Waldemar Brodkorb | |
2021-03-02 | rpi: update bootloader and linux kernel | Waldemar Brodkorb | |
2021-03-01 | ruby: update to 3.0.0 | Waldemar Brodkorb | |
2021-02-25 | package/busybox: Update stored config files | Phil Sutter | |
When updating busybox, these files must be updated - otherwise the config written to busybox source tree when building may be incomplete, causing the build to hang. Fixes: e4800c73e63e5 ("busybox: update to latest") Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-02-25 | package/busybox: Implement config extractor | Phil Sutter | |
This is a small script updating the stored busybox config files from an extracted source tree. Basically it copies the the files keeping directory hierarchy intact, adjusts contained 'source' calls for the new path (relative to $TOPDIR) and prefixes all defined (and referenced) symbols with 'BUSYBOX_'. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-02-25 | package/freeradius-server: Update to version 3.0.21 | Phil Sutter | |
The old version 3.0.13 is no longer available for download. Adjust radiusd.conf, some items were moved to 'security' section. Install all dictionaries in /usr/share/freeradius - the base dictionary includes all but very few of them, so no point in explicitly stating which ones to include. Signed-off-by: Phil Sutter <phil@nwl.cc> |