summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-15Fix 'make kernelconfig'Phil Sutter
Using KERNEL_MAKE variable in this spot breaks things, for some reason linking fails if KERNEL_MAKE_ENV is passed to make. Before, this worked by accident because due to missing kernel-vars.mk include, KERNEL_MAKE_ENV evaluated empty. Fixes: e48e15bff4252 ("mk: Introduce KERNEL_MAKE variable") Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-14Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadkWaldemar Brodkorb
2021-11-14xorg-server: update to latestWaldemar Brodkorb
modesetting driver is included. Tested with Qemu -std vga.
2021-11-14xterm: update to 369Waldemar Brodkorb
2021-11-14grub: update to 2.0.5Waldemar Brodkorb
2021-11-14fix kernel menuconfigWaldemar Brodkorb
2021-11-14glibc: ld.so was renamedWaldemar Brodkorb
2021-11-14fetchmail: update to latest upstreamWaldemar Brodkorb
2021-11-14meson: work-in-progress host-compileWaldemar Brodkorb
2021-11-13glib: link against ffiWaldemar Brodkorb
2021-11-13coreutils: update to 9.0Waldemar Brodkorb
2021-11-13kexec-tools: update to 2.0.23Waldemar Brodkorb
2021-11-12rsync: update to 3.2.3Waldemar Brodkorb
2021-11-12gdk-pixbuf: fix build dependenciesWaldemar Brodkorb
2021-11-11use kernel 5.10 for ppc64Waldemar Brodkorb
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