summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2021-10-30libgpg-error: Fix compiling with uclibcPhil 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-30gdb: Fix libexpat search pathPhil Sutter
Configure searches libexpat in host's rootfs and consequently fails. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-30libcap: Fix buildPhil 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-30xfsprogs: Fix buildPhil Sutter
Have to link against libuuid. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-30readline: Pass -ltinfoPhil 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-28gdb: update to 11.1Waldemar Brodkorb
2021-10-28gdbserver: fix static linkingWaldemar Brodkorb
2021-10-28uClibc-ng-test: use httpsWaldemar Brodkorb
2021-10-24u-boot: update to 2021.10Waldemar Brodkorb
2021-10-22openssh: update to 8.8p1Waldemar Brodkorb
2021-10-22libressl: update to 3.4.1Waldemar Brodkorb
2021-10-22systemd: update to 249Waldemar Brodkorb
2021-10-22libcap: update to latestWaldemar Brodkorb
2021-10-22xfsprogs: update to 5.13.0Waldemar Brodkorb
2021-10-22mdadm: update to 4.1Waldemar Brodkorb
2021-10-22mksh: update to 59cWaldemar Brodkorb
2021-10-22gnutls: update to 3.16.16 and depsWaldemar Brodkorb
2021-10-22keychain: update to 2.8.5Waldemar Brodkorb
2021-10-22gnupg2: update and all depsWaldemar Brodkorb
2021-10-11php: update to 7.4.24Waldemar Brodkorb
2021-10-11mariadb: update to 10.6.4Waldemar Brodkorb
2021-10-11boost: update to 1.77.0Waldemar Brodkorb
2021-10-11cmake: update to 3.21.3Waldemar Brodkorb
2021-10-11python3: update to 3.9.7Waldemar Brodkorb
2021-10-11gdbm: update to 1.21Waldemar Brodkorb
2021-10-11ruby: update to 3.0.2Waldemar Brodkorb
2021-10-11ltp: update to 20210524Waldemar Brodkorb
2021-10-11bash: update to 5.1.8Waldemar Brodkorb
2021-09-18gnupg: update to 1.4.23Waldemar Brodkorb
2021-09-18libressl: update to 3.3.4Waldemar Brodkorb
2021-09-18openssh: update to 8.7p1Waldemar Brodkorb
2021-09-16glibc: update to 2.34Waldemar Brodkorb
2021-09-16flex: update download urlWaldemar Brodkorb
2021-08-25libressl: update to 3.3.3Waldemar Brodkorb
2021-04-22various fixes for embedded-test runWaldemar Brodkorb
2021-04-15stm32 fixesWaldemar Brodkorb
2021-04-10update busybox/hush to latestWaldemar Brodkorb
2021-04-10af-boot: fix linkingWaldemar Brodkorb
2021-04-10openocd: update to 0.11.0Waldemar Brodkorb
2021-04-09libatomic: do not fail on non-existent file, like blackfin FDPICWaldemar Brodkorb
2021-04-09busybox: noMMU fixesWaldemar Brodkorb
2021-03-31git: update to 2.31.1Waldemar Brodkorb
2021-03-31curl: update to 7.75.0Waldemar Brodkorb
2021-03-28openssh: update to 8.5p1Waldemar Brodkorb
2021-03-28libressl: update to 3.2.5Waldemar Brodkorb
2021-03-02different kodi-task bugfixesWaldemar Brodkorb
2021-03-02rpi: update bootloader and linux kernelWaldemar Brodkorb
2021-03-01ruby: update to 3.0.0Waldemar Brodkorb
2021-02-25package/busybox: Update stored config filesPhil 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-25package/busybox: Implement config extractorPhil 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>