summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-11xtensa: use -mlongcalls for big-endian, tooWaldemar Brodkorb
2021-11-11bfin fdpic gcc 10 failsWaldemar Brodkorb
2021-11-11gcr: needs libgtk3Waldemar Brodkorb
2021-11-11libffi: disable symbol versioningWaldemar Brodkorb
2021-11-11meson: update to 0.60.1Waldemar Brodkorb
2021-11-11gstreamer: update to 1.19.3Waldemar Brodkorb
2021-11-11fixWaldemar Brodkorb
2021-11-11libtiff: use autotools for correct *.pc generationWaldemar Brodkorb
2021-11-11daq: update to 2.0.7Waldemar Brodkorb
2021-11-11icu4c: update to 70.1Waldemar Brodkorb
2021-11-04ppp: fix rp-pppoe plugin compileWaldemar Brodkorb
2021-11-04wolfssl: update to 5.0.0Waldemar Brodkorb
2021-11-04qingy: fix gcc 10.x compile errorWaldemar Brodkorb
2021-11-04popt: update to 1.18Waldemar Brodkorb
2021-11-04p5-html-parser: update to 3.7.6Waldemar Brodkorb
2021-11-04tiff: update to 4.3.0Waldemar Brodkorb
2021-11-04libffi: update to 3.4.2Waldemar Brodkorb
2021-11-04curl: update to 7.79.1Waldemar Brodkorb
2021-11-04perl.mk fixup after version bump of perlWaldemar Brodkorb
2021-11-04c-ares: update to 1.18.1Waldemar Brodkorb
2021-11-04directfb: update to 1.7.7Waldemar Brodkorb
2021-11-04mdadm: Add dependencies on kernel symbolsPhil Sutter
Without kernel support for MD RAID, mdadm is pretty useless. Signed-off-by: Phil Sutter <phil@nwl.cc>
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-04scripts: Review patch_git.sh and update-patches-gitPhil Sutter
Fix git-backed package patching and patch updating scripts: * patch_git.sh was entirely broken (since forever?!) due to a missing 'cd' call * update-patches-git formatted the marker commit as patch instead of ignoring it The major improvement of this review is the elimination of the mandatory final marker commit. Putting it before the series being applied works well and allows to add a patch to the series without demanding a git-rebase call to get the marker back on top. While being at it: * Call 'git am --abort' only if there was a git repo already * Call git-commit and git-format-patch with extra options to avoid side-effects from a user's .gitconfig * Explicitly specify output format in git-log to avoid surprises, also split output properly with 'read' * Eliminate fake_hdr variable 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-01toolchain: linux-headers: Fix kernel version for ADK_UPDATE_PATCHES_GITPhil Sutter
When using git to apply kernel patches, the extracted kernel sources become a git repository with HEAD not being at a tag. Therefore $(LINUX_DIR)/scripts/setlocalversion appends '+' to the kernel version string which ADK in turn does not expect. In consequence, 'modprobe' on target won't find any modules. Avoid this by creating an empty '$(LINUX_DIR)/.scmversion' file - setlocalversion recognizes it and uses its content instead of doing its own detection. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01Makefile: Declare accepted targets as PHONYPhil Sutter
Without this, a call to 'make package=foo package' won't have the desired effect since the directory named 'package' fulfills the requirement. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01target: linux: config: Add kernel crypto user api symbolsPhil Sutter
These are used by cryptsetup. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01target: config: Support DM_RAIDPhil Sutter
This is an alternative to using MD_RAID, basically RAID managed via lvm2 instead of mdadm. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01target: linux: config: Export CONFIG_EFI_PARTITIONPhil Sutter
Hard to run a NAS without it nowadays. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01target: linux: config: Export CONFIG_OVERLAY_FSPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>