- Dec 14, 2021
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 170f42eb6b891e06fd500483c92a5e00f77d1dc6) [Peter: drop Makefile/Vagrantfile change] Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit a5f7844cbe67e6dc8dc1aa4405fee1420d75ea5f) [Peter: drop Makefile change] Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Waldemar Brodkorb authored
Signed-off-by:
Waldemar Brodkorb <wbx@openadk.org> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Michael Nosthoff authored
This release fixes two bugs introduced in release 3.10.0 and fixes the conversion of std::filesystem::path. All changes are backward-compatible. https://github.com/nlohmann/json/releases/tag/v3.10.4 Signed-off-by:
Michael Nosthoff <buildroot@heine.tech> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Drop spurious "depends on WCHAR" added with commit ccfc90e1 and adds missing wchar comment While at it, drop BR2_USE_MMU from comment as it is already added by BR2_PACKAGE_LIBVIRT_ARCH_SUPPORTS and fix indentation before (BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 || !BR2_aarch64)) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Replace libvirtd by driver_libvirtd to avoid the following build failure raised since the addition of the package in commit ccfc90e1: ../output-1/build/libvirt-7.7.0/meson.build:1:0: ERROR: Unknown options: "libvirtd" Fixes: - http://autobuild.buildroot.org/results/3a20db6cb39c0d91213adbe82934274659df43e7 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
moarvm's dyncall supports powerpc64 since version 2020.05 and https://github.com/MoarVM/MoarVM/commit/d2e84186764bd3c45e7e10547f87ffc5a06f9efd moarvm's dyncall supports mips since version 2020.02 and https://github.com/MoarVM/MoarVM/commit/657b536cf6e861ac0bb4bf550e8aea5042a950be dyncall does not support RISC-V as stated in https://dyncall.org/index Fixes: - http://autobuild.buildroot.org/results/027b7d15e6a6111409ed17bb29e001b6c6d9e0cf Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
sparc and sparc64 are supported since version 2020.09 and https://github.com/MoarVM/MoarVM/commit/87ad486f30ecdf28b4abbcf40139467f626f8548 https://github.com/MoarVM/MoarVM/commit/34e0fb55e33482fe09083627eb54003bde07d8a7 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
- rebase (and change to git format) 0001-Fix-default-config-file.patch/ 0001-Modify-the-default-lighttpd-configuration-file-to-ha.patch For details see [1]. [1] https://www.lighttpd.net/2021/12/4/1.4.63/ Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
For details see [1]. [1] https://lists.freedesktop.org/archives/wayland-devel/2021-December/042068.html Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
Changelog ([1]): - fix tos (-S) regression - fix --permit-key regression [1] https://sourceforge.net/projects/iperf2/files/readme.txt/download Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
Add patch to fix struct _Window::backStorage related compile failure. Since xserver commit 'dix: Remove WindowRec::backStorage ' ([1]) struct _Window::backStorage is gone, use struct _Window::backingStore instead. Fixes: backing_store_tuner.c: In function 'xPostValidateTree': backing_store_tuner.c:112:48: error: 'struct _Window' has no member named 'backStorage' 112 | if (!private->ForceBackingStore && focusWin->backStorage) { | ^~ backing_store_tuner.c:128:20: error: 'struct _Window' has no member named 'backStorage' 128 | if (!curWin->backStorage && (private->ForceBackingStore || | ^~ backing_store_tuner.c: In function 'xReparentWindow': backing_store_tuner.c:161:46: error: 'struct _Window' has no member named 'backStorage' 161 | if (pPriorParent == pScreen->root && pWin->backStorage) { | ^~ [1] https://gitlab.freedesktop.org/xorg/xserver/-/commit/6975807945d12c07f00e18df7fafeff43efa0267 Reported-by:
Jürgen Wack <juergen.wack@gmx.de> Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
- bump version to 1.71 - change home page and download URL to https Changelog (since 1.71): - 1.71, Added SMI bus support, courtesy of Benoit Bouchez, including new functions: bcm2835_smi_begin(), bcm2835_smi_end(), bcm2835_smi_set_timing(), bcm2835_smi_write(), bcm2835_smi_read(). Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Kyle Harding authored
Signed-off-by:
Kyle Harding <kyle@balena.io> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Maxime Chevallier authored
The Beaglebone Black Wireless needs a specific DT, which u-boot tries to load based on the board name. Make sure we ship the DT so that we can boot on that platform. Signed-off-by:
Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Andreas Ziegler authored
to monitor issues and changes. Signed-off-by:
Andreas Ziegler <br015@umbiko.net> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Giulio Benetti authored
Signed-off-by:
Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
- Drop patches (already in version) - Disable gtest which has been added (and is enabled by default) with https://github.com/google/glog/commit/be25d94c21137fa2fdc53f2dc9c61a94bcf72ba4 - Update indentation in hash file (two spaces) https://github.com/google/glog/releases/tag/v0.5.0 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
- disable examples source which is enabled by default since https://github.com/obgm/libcoap/commit/feb8c15b4572569716cf1c037092edb4717ca537 - mbedtls is an optional dependency since https://github.com/obgm/libcoap/commit/f601ddbf78720a74f29acb704256bc2655c4aeaa - Add Apache-2.0 for mbedtls to LICENSE: https://github.com/obgm/libcoap/commit/0fccf2e71347af0ef3973ac565fca110ec3d4f40 Since mbedtls is not bundled but comes from the Buildroot package, we don't need to declare the Apache-2.0 license for libcoap. It only applies to mbedtls. https://github.com/obgm/libcoap/blob/v4.3.0/ChangeLog Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Support for dosfstools is added by the system/fstools module in the SELinux refpolicy. Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Support for gnupg2 is added by the apps/gpg module in the SELinux refpolicy. Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Support for gnupg is added by the apps/gpg module in the SELinux refpolicy. Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
- Drop patches (already in version) - This bump will fix build failures on ARM - This bump will fix build failures with old glibc thanks to https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/e1671236671afbf7719b3ef29039ec4ac5102347 https://gitlab.freedesktop.org/pipewire/pipewire/-/tags/0.3.40 Fixes: - http://autobuild.buildroot.org/results/faec4ea02f4a6ddf44d54d5784d9de866c2d8a1f - http://autobuild.buildroot.org/results/31014558b6ad72e0f602095c423d48219dd6ebfa Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Fix the following static build failure raised since bump to version 1.9.5 in commit 3db4d486: /home/buildroot/autobuild/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/9.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: /home/buildroot/autobuild/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libc.a(__uClibc_main.os): in function `__uClibc_fini': __uClibc_main.c:(.text+0x15c): undefined reference to `__fini_array_start' Fixes: - http://autobuild.buildroot.org/results/18d26882a68dcf8f09b3e3d25636454a12939310 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Bernd Kuhls authored
Changelog: https://github.com/kodi-pvr/pvr.plutotv/blob/Matrix/pvr.plutotv/changelog.txt Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Mutt 2.1.4 was released on December 11, 2021. This is a bug-fix release, fixing a performance issue when used with DavMail. Mutt 2.1.3 was released on September 10, 2021. This is a bug-fix release, fixing some of the fixes in the last release. IMAP and QRESYNC users are advised to upgrade. Mutt 2.1.2 was released on August 24, 2021. This is an important bug-fix release, fixing a potential data-loss IMAP bug, a couple QRESYNC bugs, and a few other issues. IMAP users are strongly advised to upgrade. http://www.mutt.org https://gitlab.com/muttmua/mutt/-/blob/mutt-2-1-4-rel/ChangeLog Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
This patch has been added to buildroot more than eleven years ago in commit e9ae739c however it seems that rp-pppoe builds perfectly fine without it nowadays. - ac_cv_linux_kernel_pppoe=no just gives a warning; - HAVE_LINUX_KERNEL_PPPOE is set by configure based on the presence of the appropriate header. Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
- Dec 13, 2021
-
-
Thomas Petazzoni authored
<roman.gorbenkov@ens2m.org>: host mxd.relay.renater.fr[194.214.200.9] said: 550 5.5.0 Requested actions not taken as the mailbox is unavailable (in reply to RCPT TO command) Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
- Dec 12, 2021
-
-
Fabrice Fontaine authored
Commit ca39eb21 forgot to update sha256 hash Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Upstream switched from bz2 to xz tarball. Release notes: https://lists.x.org/archives/xorg-announce/2021-December/003120.html https://lists.x.org/archives/xorg-announce/2021-December/003121.html Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Peter Seiderer authored
For details see [1], [2] and [3]. [1] https://github.com/assimp/assimp/releases/tag/v5.1.1 [2] https://github.com/assimp/assimp/releases/tag/v5.1.2 [3] https://github.com/assimp/assimp/releases/tag/v5.1.3 Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Changelog: https://git.linuxtv.org/dtv-scan-tables.git/log/ Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Christian Stewart authored
go1.17.4 (released 2021-12-02) includes fixes to the compiler, linker, runtime, and the go/types, net/http, and time packages. go1.17.5 (released 2021-12-09) includes security fixes to the syscall and net/http packages: - CVE-2021-44716 - CVE-2021-44717 https://go.dev/doc/devel/release#go1.17 Signed-off-by:
Christian Stewart <christian@paral.in> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Removed md5 and sha1 license hashes. Release notes: https://lists.x.org/archives/xorg-announce/2021-November/003118.html Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Giulio Benetti authored
1) Now u-boot needs SCP environment variable specified that can point to the or1k coprocessor firmware while if coprocessor is not used it must be passed /dev/null as we do in this case. 2) We now use the u-boot-sunxi-with-spl.bin instead of u-boot.itb since it's produced by u-boot anymore. 3) U-Boot 2021.10 requires python 3 and openssl so let's enable them. 4) Remove local patches for uboot and linux. 5) Remove global patches path from defconfig. Signed-off-by:
Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Drop patch (already in version) https://git.tuxfamily.org/chrony/chrony.git/tree/NEWS?id=4.1 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-