summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2021-11-04package: cryptsetup: Update to 2.4.1Phil Sutter
There is a new (optional) dependency libargon2 - a builtin fallback exists but is supposed to be slow. Add mandatory kernel modules for kernel crypto backend and the default cipher choice when creating new LUKS mappings. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04package: Port libargon2 packagePhil Sutter
This is an optional dependency of a more recent cryptsetup package. It replaces the bundled one and is supposed to be faster. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04lvm: Update to version 2.02.188Phil Sutter
Drop all patches while doing so, seems to work just fine without. New dependency is libaio. Also add a dependency on BLK_DEV_DM kernel symbol. Note the backported patch from upstream fixing for libc implementations without symbol versioning support which caused a segfault in cryptsetup due to recursive calls to dm_task_get_info_base(). Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04package: Port libaioPhil Sutter
This is required by a more recent version of lvm package. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04samba: Update to version 4.13.2Phil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04package: Port p5-parse-yappPhil Sutter
Host-build required by a more recent samba package. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04heimdal: Update to version 7.7.0Phil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04perl: Update perl and perl-crossPhil Sutter
Perl update avoids an "Attempt to free unreferenced scalar" error in miniperl when host building. Update perl-cross while being at it. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04nfs-utils: Update to version 2.5.2Phil Sutter
Also update patches. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04libtirpc: Update to version 1.3.1Phil Sutter
Fixes compiling with recent gcc. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04gdb: Fix libgmp dependency checksPhil Sutter
Added checks for libgmp in configure scripts are not really portable, at least 'gdb' subdir configure used host's libgmp and consequently failed. At least there's 'host_configargs' to define additional arguments; use it to point sub-configure to the right location. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04zile: update to 2.6.2Waldemar Brodkorb
2021-11-04nano: update to 5.9Waldemar Brodkorb
2021-11-04libgc: update to 8.2.0Waldemar Brodkorb
2021-11-04vim: update to 8.2Waldemar Brodkorb
2021-11-04openkdap: update to 2.6.0Waldemar Brodkorb
2021-11-04mariadb: use distfiles.openadk.orgWaldemar Brodkorb
2021-11-02libdrm: update to 2.4.107, convert to mesonWaldemar Brodkorb
2021-11-02freeglut: update to 3.2.1, add buildroot patch to compile with gcc 10.xWaldemar Brodkorb
2021-11-02systemd depends on glibcWaldemar Brodkorb
2021-11-02cmake: fix hashWaldemar Brodkorb
2021-11-01mk: Introduce KERNEL_MAKE variablePhil Sutter
This combines the typical kernel make call idiom into a single variable reference. A side-effect is that parallel make is enabled (via added '-j' flag) in many cases, but that shouldn't cause harm. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-30sudo: update to 1.9.8p2Waldemar Brodkorb
2021-10-30strace: update to 5.14Waldemar Brodkorb
2021-10-30php: update to 7.4.25Waldemar Brodkorb
2021-10-30nginx: update to 1.21.3Waldemar Brodkorb
2021-10-30bind: update to 9.16.22Waldemar Brodkorb
2021-10-30gnutls: Fix build with uclibc-ngPhil 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-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