- Aug 24, 2020
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
ftdipp is not needed since version 0.1 and https://github.com/trabucayre/openFPGALoader/commit/3df577b70638c37885eef3a27b8931261b259e47 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Commit 5714f3f8 forgot to remove udev from comment Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
There is no --debug mode for cargo resulting in the following build failure since the addition of this package with commit 4b0d1ef6: error: Unknown flag: '--debug' Fixes: - http://autobuild.buildroot.org/results/58e74bb056ec65680ecebaa559aa14bdebbf5c85 - http://autobuild.buildroot.org/results/28c6364a89a6044d5a036614f7a6e59815efb770 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: keep the default 'dev' mode when in debug] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Gwenhael Goavec-Merou authored
- argp is no more used; - UDEV dependency is now optional Fix: - http://autobuild.buildroot.org/results/f3f3cc216ae42bb8a8925b0df7c1a3cc79b027d7 /home/buildroot/autobuild/instance-1/output-1/build/openfpgaloader-849e5751e06d4d00f323205d5f02ee01f9f59a61/src/spiFlash.cpp: In member function 'void SPIFlash::jtag_write_read(uint8_t, uint8_t*, uint8_t*, uint16_t)': /home/buildroot/autobuild/instance-1/output-1/build/openfpgaloader-849e5751e06d4d00f323205d5f02ee01f9f59a61/src/spiFlash.cpp:92:43: error: variable-sized object 'jtx' may not be initialized uint8_t jtx[xfer_len] = {reverseByte(cmd)}; ^ and src/gowin.cpp:73:11: error: 'runtime_error' is not a member of 'std' throw std::runtime_error("both write-flash and write-sram can't be set"); ^ src/gowin.cpp:81:10: error: 'runtime_error' is not a member of 'std' throw std::runtime_error("incompatible file format"); Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> [yann.morin.1998@free.fr: - don't add a sub-option for udev; directly rely on udev being avail - fix conflict after 1ca0077d ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
There is no debug profile on cargo. The available profiles are: dev (enabled by default), release, test and bench. Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- Aug 23, 2020
-
-
Peter Korsgaard authored
Fixes the following security issue: CVE-2020-15564: Missing alignment check in VCPUOP_register_vcpu_info For further details, see the advisory: https://xenbits.xenproject.org/xsa/advisory-327.html Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Yann E. MORIN authored
Modeled after similar python packages. However, this one is picky, and throws an exception when it detects that it is not running on a Raspberry Pi. So we just catch that exception and check this is what we expect. Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr> Cc: Christian Stewart <christian@paral.in> Cc: Michael Fischer <mf@go-sys.de> Cc: Asaf Kahlon <asafka7@gmail.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> Cc: Ian Haylock <haylocki@yahoo.co.uk> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Yann E. MORIN authored
Although the patch makes the package build OK, it fails at runtime when the module is imported, because of missing symbols: ImportError: /usr/lib/python3.8/site-packages/RPi/_GPIO.cpython-38-aarch64-linux-gnu.so: undefined symbol: high Fix that by making sure the symbols are declared once, but only once. Fixes: #13166 Reported-by:
Christian Stewart <christian@paral.in> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr> Cc: Michael Fischer <mf@go-sys.de> Cc: Asaf Kahlon <asafka7@gmail.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> Cc: Ian Haylock <haylocki@yahoo.co.uk> Tested-by:
Christian Stewart <christian@paral.in> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Yann E. MORIN authored
Building qmake requires full C++11, which boils down to gcc >= 5.0, which is what upstream advertises as a requirement anyway: https://doc.qt.io/qt-5.15/supported-platforms.html Distribution | Architecture | Compiler Generic Linux | x86 and x86_64 | GCC (5 or later), ICC 18.x Fixes: http://autobuild.buildroot.org/results/c3e/c3ee971a72f268e72b69a647e8fd00a8cee7dc91/ http://autobuild.buildroot.org/results/89c/89c9a88b4e1195e952528574263201d4fbc27570/ [...] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr> Cc: Peter Seiderer <ps.report@gmx.net> Cc: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Peter Korsgaard authored
Bugfix release with a single fix: Fixed: - Fixed handle resource leak exhausting TPM resources. https://github.com/tpm2-software/tpm2-abrmd/releases/tag/2.3.3 Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Titouan Christophe authored
This new version fixes, amongst many other things, CVE-2020-8231 (https://curl.haxx.se/docs/CVE-2020-8231.html). See the full changelog on https://curl.haxx.se/changes.html#7_72_0 . Also drop the 4 patches, that have all been released upstream. Signed-off-by:
Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
openfpgaloader is written in C++, so the dependency on C++ is not inherited from libftdipp1. Drop the confusing comment. Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
hash extension can't be disabled since version 7.4.0 and https://github.com/php/php-src/commit/bf344425812b0f6156d0a8a54ed7bc38054f7636 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
--with-libxml-dir has been dropped since version 7.4.0 and https://github.com/php/php-src/commit/29d1b7fd521af288e9f04d784f59a2d15b494a30 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
FFI support in php has been added with commit e16f05c0, it depends on dynamic library otherwise the build will fail on: /home/buildroot/autobuild/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/5.5.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: ext/ffi/ffi.o: in function `zim_FFI_cdef': ffi.c:(.text+0xe78): undefined reference to `DL_LOAD' Fixes: - http://autobuild.buildroot.org/results/3380b7b6777d1c5fcb53c855b003466fa3bf2079 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Peter Korsgaard authored
Fixes the following security issues: CVE-2020-8622: A truncated TSIG response can lead to an assertion failure https://kb.isc.org/docs/cve-2020-8622 CVE-2020-8623: A flaw in native PKCS#11 code can lead to a remotely triggerable assertion failure in pk11.c https://kb.isc.org/docs/cve-2020-8623 CVE-2020-8624: update-policy rules of type "subdomain" are enforced incorrectly https://kb.isc.org/docs/cve-2020-8624 For more details, see the release notes: https://downloads.isc.org/isc/bind9/9.11.22/RELEASE-NOTES-bind-9.11.22.html Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Peter Korsgaard authored
Fixes the following security issues: CVE-2020-14367: Insecure writing of pidfile ------------------------------------------- When chronyd is configured to save the pidfile in a directory where the chrony user has write permissions (e.g. /var/run/chrony - the default since chrony-3.4), an attacker that compromised the chrony user account could create a symbolic link at the location of the pidfile to make chronyd starting with root privileges follow the symlink and write its process ID to a file for which the chrony user doesn't have write permissions, causing a denial of service, or data loss. This issue was reported by Matthias Gerstner of SUSE. For further details, see the oss-security posting: https://www.openwall.com/lists/oss-security/2020/08/21/1 Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/ea3bc0d3110cb54421ecf433317ca79ca0ff834a - http://autobuild.buildroot.org/results/6831dfdd1ecaaa3812de481882040c1742a72aec Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
depednencies -> dependencies Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/7e9c33d7a1613826f85716403a00dce03dd8daf2 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
python-numpy is an optional dependency since https://github.com/jacksonliam/mjpg-streamer/commit/545c1a1d3abf72bb7a97c870c78e85dd0845f63a This dependency will raise the following build failure if python-numpy is found on the host: aarch64_be-linux-gnu-g++: ERROR: unsafe header/library path used in cross-compilation: '-I/usr/lib/python3/dist-packages/numpy/core/include' because mjpg-streamer uses the python executable to retrieve the include directory: -- Found PythonLibs: /home/peko/autobuild/instance-0/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libpython3.8.so (found version "3.8.5") -- Found PythonInterp: /usr/bin/python3.5 (found version "3.5.3") -- Found NUMPY: /usr/lib/python3/dist-packages/numpy/core/include So disable python filter as well as cpp example while at it Fixes: - http://autobuild.buildroot.org/results/e6795fa8ed5d8514b3e10ea1135afb31eab22b7e Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/aef10cc43f6c34f106624588ae2a1131520ee066 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/78822bc0e0039e8f8949011a256cac022863276f Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Build can fail if opencv3 is built before gst1-plugins-bad because -Dopencv=disabled does not work in meson (i.e. since commit 5d6c408e) Fixes: - http://autobuild.buildroot.org/results/19605057c4956d97e9e65068680485db637282db Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- Aug 22, 2020
-
-
Fabrice Fontaine authored
Build with luajit has been enabled with commit 911a9bf5 however the build fails because collectd does not find liblua Fixes: - http://autobuild.buildroot.org/results/31302b47fb70eb442cd000f4b9f27a9e12432cc3 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- Aug 20, 2020
-
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/f296984c3851fc28341210e36ef1b55b2edac209 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bernd Kuhls authored
Release notes: https://dovecot.org/pipermail/dovecot-news/2020-August/000439.html Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
nls is enabled by default in meson_options.txt (which is available since version 1.22.0). NLS was explicitly disabled for host-efl in commit 6deaa3d5 but nothing was done for the target resulting in the following build failure: ../src/lib/elementary/elm_priv.h:189:25: warning: implicit declaration of function '_elm_dgettext'; did you mean 'dgettext'? [-Wimplicit-function-declaration] # define E_(string) _elm_dgettext(string) ^~~~~~~~~~~~~ /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/x86_64-buildroot-linux-uclibc/8.3.0/../../../../x86_64-buildroot-linux-uclibc/bin/ld: src/lib/elementary/libelementary.so.1.24.3.p/elc_hoversel.c.o: in function `_access_state_cb': elc_hoversel.c:(.text+0x1210): undefined reference to `_elm_dgettext' So enable nls dependening on BR2_SYSTEM_ENABLE_NLS and add TARGET_NLS_DEPENDENCIES to EFL_DEPENDENCIES Fixes: - http://autobuild.buildroot.org/results/5985b39b87c5c392b4f9b65c12008ec7b3a143fe Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Disable introspection as it raises a build failure with autotools. It could be enabled after bumping to upcoming 1.18.x and switching to messon. We can't switch now as version 1.16.2 don't allow to disable examples/tools through meson Fixes: - http://autobuild.buildroot.org/results/36eb875fba2847b32df05f31d8f8ca9f0ecde36f Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/c3b868c12baac9438b792ada105c0b0de0106311 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Frank Vanbever authored
There is no target elixir package, so setting a value to ELIXIR_DEPENDENCIES has no effect, HOST_ELIXIR_DEPENDENCIES must be used instead. Fixes: http://autobuild.buildroot.net/results/a3a37eb724ca5689f8e83c9b2af04d07afa80315/ Signed-off-by:
Frank Vanbever <frank.vanbever@essensium.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
- Aug 19, 2020
-
-
Fabrice Fontaine authored
Disable -fno-common with dieharder, there is more than 100 variables to fix and upstream seems dead. Fixes: - http://autobuild.buildroot.org/results/ba70d111cd1f2029a193a88af3b44daf6ef27786 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/88dc97fcaa649014edb3b54a5dd4bd8ec4715bbd Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/39c405096908e1d15f2462b990717215bea0750f Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Romain Naour authored
This new runtime test is based on test_dropbear.py. The only required change is to use "-oStrictHostKeyChecking=no" instead of "-y" to accept the new key. Since the base test infra only provide a uClibc-ng toolchain, add a second test using a glibc based internal toolchain. For example, this allow to trigger the openssh 8.1p bug with glibc 2.31 [1]. [1] https://bugs.archlinux.org/task/65386 Signed-off-by:
Romain Naour <romain.naour@smile.fr> yann.morin.1998@free.fr: - deduplicate the whole test - don't provide any NIC, we only need and use lo - simplify post-build script (append with cat, don't munge with sed) ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- Aug 18, 2020
-
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
zziplib is an optional dependency since version 0.15.0 and https://github.com/MusicPlayerDaemon/MPD/commit/e216e01ab3db0d9bea179b043276401d38bfd957 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
libmodplug is an optional dependency since version 0.15.0 and https://github.com/MusicPlayerDaemon/MPD/commit/d838a1ad24a9eaac44367e34506373b4b71e4ff0 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-