- Aug 11, 2022
-
-
Fabrice Fontaine authored
Commit 0fc2438f forgot to update hash of LICENSE (full text of MPLv2 included with https://github.com/grpc/grpc/commit/05fcd826f477ef1a024a2defa5e4b3d78f5e6eb4) Fixes: - http://autobuild.buildroot.org/results/98b820f85cd32596bde6bbee2cfc7e07ecfa454b Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Fix the following build failure raised since the addition of the package in commit 736c4c16: Makefile:575: *** mysql is in the dependency chain of freeradius-server that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop. Fixes: - http://autobuild.buildroot.org/results/c3a9c3822b4599c1b16d27840b5663506e37a41f Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Pass LDFLAGS to avoid the following musl static build failure raised since the addition of the package in commit 814911ae: /home/autobuild/autobuild/instance-5/output-1/host/lib/gcc/sh4eb-buildroot-linux-musl/11.3.0/../../../../sh4eb-buildroot-linux-musl/bin/ld: /home/autobuild/autobuild/instance-5/output-1/host/lib/gcc/sh4eb-buildroot-linux-musl/11.3.0/libgcc.a(unwind-dw2.o): in function `size_of_encoded_value': /home/autobuild/autobuild/instance-5/output-1/build/host-gcc-final-11.3.0/build/sh4eb-buildroot-linux-musl/libgcc/../../../libgcc/unwind-pe.h:89: undefined reference to `abort' Fixes: - http://autobuild.buildroot.org/results/bf041723ed813746c61892262630a3ac2bc43b14 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Fix the following build failure without threads raised since bump to version 0.6.0 in commit 017dbc77 and https://github.com/google/glog/commit/4a4331f2f2de4c35ce72badf0bdc604c04eebb26: CMake Error at /home/giuliobenetti/autobuild/run/instance-1/output-1/build/glog-0.6.0/CMakeFiles/CMakeTmp/CMakeLists.txt:18 (add_executable): Target "cmTC_ed950" links to target "Threads::Threads" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Fixes: - http://autobuild.buildroot.org/results/bf0846a51da69169286c7af38089d204d3d242d1 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bram Vlerick authored
Signed-off-by:
Bram Vlerick <bram.vlerick@openpixelsystems.org> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
luajit supports aarch64_be since commit 28e5c2f2 However this raise a build failure with ljsyscall because aarch64_be directory does not exist so use arm64 instead /usr/bin/install: cannot stat '/home/buildroot/autobuild/instance-1/output-1/build/ljsyscall-0.12/syscall/linux/aarch64_be/*.lua': No such file or directory Fixes: - http://autobuild.buildroot.org/results/78397c83e84dbfc09990f92be93e0b8a10d014c5 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Stefan Agner authored
Which is the version used by docker 20.10.17: https://github.com/moby/moby/blob/v20.10.17/hack/dockerfile/install/proxy.installer The repository also moved to the moby GitHub organization, follow that move. Signed-off-by:
Stefan Agner <stefan@agner.ch> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Niklas Cassel authored
Bump the kernel version for all riscv nommu configs from 5.18 to 5.19. That way, we can remove the one and only riscv nommu patch, since this patch is included in kernel 5.19. Signed-off-by:
Niklas Cassel <niklas.cassel@wdc.com> Reviewed-by:
Damien Le Moal <damien.lemoal@opensource.wdc.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Niklas Cassel authored
This series fixes a fatal error at link time on m68k, xtensa, and riscv64, caused by a bad upstream elf2flt commit. Without this patch, m68k, xtensa, and riscv64 would result in a fatal error: ERROR: text=0x3bab8 overlaps data=0x33f60 ? With this patch, qemu_m68k_mcf5208_defconfig, qemu_riscv64_nommu_virt_defconfig, and qemu_xtensa_lx60_nommu_defconfig builds properly. riscv64 and m68k boots to login prompt. xtensa crashes when loading init, the same behavior as when reverting the bad upstream elf2flt commit completely. Signed-off-by:
Niklas Cassel <niklas.cassel@wdc.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Niklas Cassel authored
Remove broken elf2flt patch: package/elf2flt/0003-elf2flt-fix-.eh_frame-section-handling.patch The patch modifies main(), but does not perform a similar change in output_relocs(), which might cause sectionp in output_relocs() to be initialized with an invalid address, causing random memory to be overwritten. This leads to a segfault when linking e.g. busybox for m68k. We cannot perform a similar change in output_relocs(), since at this point in time, data_len will always be non-zero. Revert this patch completely, so that we can add a working patch. Note that even with this patch reverted, elf2flt is still broken on archs like m68k and xtensa, resulting in the fatal error: ERROR: text=0x3bab8 overlaps data=0x33f60 ? Signed-off-by:
Niklas Cassel <niklas.cassel@wdc.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Titouan Christophe authored
From the release notes: ================================================================================ Redis 7.0.4 Released Monday Jul 18 12:00:00 IST 2022 ================================================================================ Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: * (CVE-2022-31144) A specially crafted XAUTOCLAIM command on a stream key in a specific state may result with heap overflow, and potentially remote code execution. The problem affects Redis versions 7.0.0 or newer. Signed-off-by:
Titouan Christophe <titouanchristophe@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bernd Kuhls authored
Changelog: https://www.php.net/ChangeLog-8.php#8.1.9 Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bernd Kuhls authored
Release notes: https://lists.freedesktop.org/archives/mesa-announce/2022-August/000683.html Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bram Vlerick authored
New version contains updated binaries which are part of the NXP 5.15.5-1.0.0 Yocto release. Update the license hashes for formatting changes and addition of LC3plus/T2/Bluetooth SIG licenses. Signed-off-by:
Bram Vlerick <bram.vlerick@openpixelsystems.org> [Peter: add SCR.txt license file as suggested by Stefan Hager] Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Waldemar Brodkorb authored
Signed-off-by:
Waldemar Brodkorb <wbx@openadk.org> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Maxim Kochetkov authored
Release notes: https://github.com/timescale/timescaledb/releases/tag/2.7.2 Signed-off-by:
Maxim Kochetkov <fido_max@inbox.ru> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Maxim Kochetkov authored
https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.2.2/NEWS Signed-off-by:
Maxim Kochetkov <fido_max@inbox.ru> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Maxim Kochetkov authored
Changelog: https://github.com/libgeos/geos/releases/tag/3.11.0 Signed-off-by:
Maxim Kochetkov <fido_max@inbox.ru> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Florian Fainelli authored
In order to run the full gamut of "perf tests" installing the perf scripts is required, otherwise we run into errors similar to those: failed to open shell test directory: /usr/libexec/perf-core/tests/shell Make this possible by introducing a new option allowing us to install perf scripts. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Aug 10, 2022
-
-
Giulio Benetti authored
nfs-utils 2.6.2 adds nfsrahead tool to set readahead through sysfs, but this tool is mandatory and requires libmount that in order requires libblkid. Also we need a local patch that is already pending upstream to avoid failing static linking: https://patchwork.kernel.org/project/linux-nfs/patch/20220809223308.1421081-1-giulio.benetti@benettiengineering.com/ So let's select: - BR2_PACKAGE_UTIL_LINUX_LIBMOUNT - BR2_PACKAGE_UTIL_LINUX_LIBBLKID and add the pending patch for fixing static linking failure due to wrong order of libraries in linker list(-lblkid must follow -lmount). This is achieved by using pkg-config that is already a dependency of this package. Signed-off-by:
Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
James Hilliard authored
Signed-off-by:
James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
James Hilliard authored
Signed-off-by:
James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
James Hilliard authored
Signed-off-by:
James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
- Aug 09, 2022
-
-
Romain Naour authored
Since weston 10.0.0, md5 and sha1 hashes are not published with the release announce email. The values were probably calculated locally, so remove them since upstream provide stronger hashes. Fixes: f67a6e9b Signed-off-by:
Romain Naour <romain.naour@smile.fr> Cc: James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Commit 0f3115b2 broke the indentation (missing one space) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Drop C++ dependency as nacl is disabled (and will be dropped by upstream in next release) to avoid the following build failure raised since bump to version 1.6.1 in commit 814f36fd: CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message): The C++ compiler "/usr/bin/clang++" is not able to compile a simple test program. Fixes: - http://autobuild.buildroot.org/results/a702495074b0393682c619781c349ce62e123133 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
https://gitlab.gnome.org/GNOME/libgudev/-/blob/237/NEWS Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
- Add libpng mandatory dependency https://lists.gnu.org/archive/html/bug-ocrad/2022-01/msg00000.html Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
ocrad is licensed under GPL-2.0+ since version 0.24, here is an extract of https://lists.gnu.org/archive/html/bug-ocrad/2014-10/msg00000.html : "The license has been changed to GPL version 2 or later for better GPL compatibility. GPLv2 and GPLv2+ programs may use the library now." Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
- Aug 08, 2022
-
-
Florian Fainelli authored
Back port a patch from upstream that will be in the next xfsprogs release: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?h=for-next&id=28965957f4ea5c79fc0b91b997168c656a4426c5 required a tiny bit of massaging to apply cleanly to xfsprogs-5.14.2. Fixes: http://autobuild.buildroot.net/results/407131b767fc8241e8f5f5001c0b5d4e2c488dea Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Julien Olivain authored
Octave package test can occasionally fail due to timeout while testing some octave modules. This commit slightly increase the timeout value to reduce those failures. Signed-off-by:
Julien Olivain <ju.o@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Vincent Fazio authored
Drop the patch now that it has been upstreamed. Signed-off-by:
Vincent Fazio <vfazio@xes-inc.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
- Update site to get latest release - Update hash of COPYING (update in year with https://github.com/shirok/Gauche/commit/09a3d4f9da52d8b3d9bc28a0ff2aa9c02e99190a https://github.com/shirok/Gauche/commit/2a4146798cdaceaf43764e1bf7b959b4a31bf995) https://github.com/shirok/Gauche/blob/release0_9_12/ChangeLog https://practical-scheme.net/gauche/gmemo/index.cgi?Release%200.9.12 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Michael Nosthoff authored
Signed-off-by:
Michael Nosthoff <buildroot@heine.tech> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Replace patch by upstream patch Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Add a custom case to make sure that a random configuration with an empty git location for refpolicy doesn't fail. It reverts to BR2_PACKAGE_REFPOLICY_UPSTREAM_VERSION in that case. Fixes: - http://autobuild.buildroot.org/results/98da07a1f9b88e2e8a028a55c8cf76c6ebc28304 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-