Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Peter SeidererPeter Seiderer
124a149b7d1fs/squashfs: add zstd supportSigned-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter SeidererPeter Seiderer
4693b6a1e62squashfs: add host zstd supportSigned-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter SeidererPeter Seiderer
ce2a065afe7zstd: add host libzstd supportFor the host only the libzstd library is built (no need for host-lz4 host-xz host-zlib dependencies because they affect only the cmdline tool). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: use '-C $(@D)/lib' instead of '-C $(@D) lib' at build time, to be consistent with what is done at install time, as suggested by Yann E. Mo...
Peter SeidererPeter Seiderer
10d4c1222aesquashfs: add license hashSigned-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch SiachBaruch Siach
8e67c636f95netcat-openbsd: bump to version 1.190Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch SiachBaruch Siach
d614a39f20fopenblas: fix build with musl libcAdd upstream patches to avoid use of __GLIBC_PREREQ when this macro is not defined. Fixes: http://autobuild.buildroot.net/results/f13/f13d93372449c9bf1b3c79ed056b8d820470ae89/ http://autobuild.buildroot.net/results/e1c/e1cdcdfe15b4af523c7db71952ac25163733ffb1/ http://autobuild.buildroot.net/results/778/77821a4a37171080fc7ee917862e77babeb06b88/ Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Vic...
Baruch SiachBaruch Siach
603a4922c30procps-ng: bump to version 3.3.14Drop upstream patches. Add secure SHA256 hash. Add license files hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch SiachBaruch Siach
4a92ee34daalibgpg-error: bump to version 1.29Drop upstream patch. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch SiachBaruch Siach
3db93884a44gnupg2: security bump to version 2.2.6Fixes CVE-2018-9234: Unenforced configuration allows for apparently valid certifications actually signed by signing subkeys. Remove --disable-doc from configure options. We pass this options to all autotools packages. Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>CVE-2018
Baruch SiachBaruch Siach
5be60127e55libgpgme: fix run-time compatibility with gnupg2 2.2.6Add upstream patch fixing gpgme_op_verify regression with gnupg2 2.2.6. https://lists.gnupg.org/pipermail/gnupg-users/2018-April/060230.html Cc: Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Guillaume W. BresGuillaume W. Bres
559416ffe20reaver: fix static link build issueWhen libpcap itself is linked against other libraries, reaver fails to build as it doesn't link with libpcap dependencies. This patch fixes that by using the pcap-config program. Fixes: http://autobuild.buildroot.net/results/899fd633288d5cd5aa221413cded857e4f743194/ Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
b95d260a93audftools: add patch to fix build on muslFixes: http://autobuild.buildroot.net/results/e77a96bd2a73c8255fd078022b11e8c47a4c712e/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Jim BrennanJim Brennan
efac5b38b97package/rauc: Version bump to 0.4Version 0.4 supports bootloader updates to eMMC boot partitions. Signed-off-by: Jim Brennan <jbrennan@impinj.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yann E. MORINYann E. MORIN
21e3ae8a18bboot/uboot: default to kconfig buildsystem for latest versionBy default, the builsystem for uboot defaults to 'legacy', while the default version is very well capable of using the 'kconfig' buildsystem instead. Having the 'legacy' buildsystem be the default in that case makes it quite inconvenient for users: they would expect to be able to use e.g. uboot-menuconfig et al. with the default uboot version. Switch to using 'kconfig' when we use the latest ...
Thomas PetazzoniThomas Petazzoni
ac260a2acecsupport/testing: fix Marvell ATF source codeThe version of the ARM Trusted Firmware from Marvell was a Git branch, not a Git commit, leading to unreproducible results. So let's use a Git commit instead, which is the latest available from the branch that was previously used. More specifically, this branch has recently seen a fix that is needed for ATF to build properly with recent gcc versions: https://github.com/MarvellEmbeddedProces...
Thomas PetazzoniThomas Petazzoni
c0f8d166214configs/solidrun_macchiatobin_*: use a Git commit for ATFThe version of the ARM Trusted Firmware from Marvell was a Git branch, not a Git commit, leading to unreproducible results. So let's use a Git commit instead, which is the latest available from the branch that was previously used. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Tested-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@...
Thomas PetazzoniThomas Petazzoni
e74a7cd1e0asupport/testing: fix ATF Vexpress test caseThis test case currently fails to build with: ./build/juno/release/bl1/context_mgmt.o: In function `cm_prepare_el3_exit': context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): undefined reference to `cm_set_next_context' context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): relocation truncated to fit: R_AARCH64_JUMP26 against undefined symbol `cm_set_next_context' This issue has been fixed upstream in...
Fabio EstevamFabio Estevam
e13a22f17a5linux-headers: bump 4.{4, 9, 14, 16}.x seriesSigned-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabio EstevamFabio Estevam
5e7fb5b7714linux: bump default to version 4.16.4Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabio EstevamFabio Estevam
3fb34a37a8econfigs/warp7: Bump kernel and U-Boot versionsBump kernel to version 4.16.3 and U-Boot to 2018.03. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
34d32e911fasupport/scripts/check-uniq-files: remove csv module importSince commit 5563a1c6a48716debe2983869ddb757318094dce ("support/check-uniq-files: support weird locales and filenames"), the 'csv' Python module is no longer used by the check-uniq-files. Due to this, flake8 complains with: support/scripts/check-uniq-files:4:1: F401 'csv' imported but unused Fix this by dropping the useless csv import. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootl...
Baruch SiachBaruch Siach
babc94e9dd4mbedtls: security bump to version 2.7.2The release announcement mentions these security fixes: Defend against Bellcore glitch attacks by verifying the results of RSA private key operations. Fix implementation of the truncated HMAC extension. The previous implementation allowed an offline 2^80 brute force attack on the HMAC key of a single, uninterrupted connection (with no resumption of the session). Reject CRLs con...CVE-2018
Baruch SiachBaruch Siach
1667fe58106lz4: disable static library on shared onlyDon't build the static library when BR2_SHARED_LIBS=y, to reduce build time. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
f5b14df1104modem-manager: support a defaults file in the init scriptSometimes it is useful to pass some parameters to ModemManager when it starts (e.g. --log-level). Allow the user add a file with such flags in a MODEMMANAGER_ARGS variable. This is simpler than overriding the whole startup script (e.g. by means of a rootfs overlay). Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Acked-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzon...
Baruch SiachBaruch Siach
3e0d304d20blz4: don't build library and tools in parallelSince commit e93fec6673e (lz4: bump to version 1.8.1.2) we use two make targets, 'lib' and 'lz4'. Both targets depend on the static library. When these targets run in parallel the two make instances that build the static library race against each other. Split these targets to ensure build order. Should fix: http://autobuild.buildroot.net/results/a8d/a8d956ff420f6a265c5c00b33646dbbc24ce2d48/ S...
Vincent StehléVincent Stehlé
206f01dfb22configs: add openssl for kernel where necessaryAdd host-openssl to those configs, which need it for the Linux kernel build. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Matthew Weber <matthew.weber@rockwellcollins.com> Cc: Marcin Niestroj <m.niestroj@grinn-global.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch SiachBaruch Siach
9b994104652strace: fix build for m68kAdd upstream patch fixing build for m68k target. Fixes: http://autobuild.buildroot.net/results/bef/befdcb3f87c0490cd623520403b9467ec7359950/ http://autobuild.buildroot.net/results/ddb/ddb7616991468bc45d85aa1b56bec2cb5eb897c4/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd KuhlsBernd Kuhls
f8cac2aa8e0package/unixodbc: bump version to 2.3.6Added license hashes. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd KuhlsBernd Kuhls
478cc7bd137package/ccid: bump version to 1.4.29Upstream moved to https://ccid.apdu.fr/ according to http://pcsclite.alioth.debian.org/ccid.html, updated _SITE and Config.in. Added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd KuhlsBernd Kuhls
52c524c7338package/pcsc-lite: bump version to 1.8.23Upstream moved to https://muscle.apdu.fr/ according to http://pcsclite.alioth.debian.org/, updated _SITE and Config.in. Added license hash. Added optional systemd support available since upstream commit https://github.com/LudovicRousseau/PCSC/commit/30e10951f81b9480e788965f89d0d4d0aee909c0#diff-67e997bcfdac55191033d57a16d1408a We need to add systemd support in this patch because omitting it ...
Thomas PetazzoniThomas Petazzoni
8469054fff6support/config-fragments/autobuild: update ARC pre-built toolchainThe toolchain has been rebuilt to fix the RPATH of the binutils programs. Fixes: http://autobuild.buildroot.net/results/b2562b05d397d4e1ffe0f8d2f4ce4c84ab6feae1/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
473819bbdcasupport/config-fragments/autobuild: update OpenRISC pre-built toolchainThe toolchain has been rebuilt after commit 7fb6fe883a6ee360aa861fdae93d7441f9f5d52d, which adds more fcntl() definitions in uClibc for OpenRISC. Fixes: http://autobuild.buildroot.net/results/664e7ee968e46b7ac0054ce4d5d4f9a82201550e/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
d4158df6c19bluez5_utils: add patch to fix readline issueSince bluez5_utils 5.49, some code using readline was compiled even if readline was not available. After this issue was reported upstream, a patch was proposed by an upstream developer to address the issue. This commit integrates this patch (under review upstream), which fixes the problem. Fixes: http://autobuild.buildroot.net/results/3e266a79acab8b8eb33360f7afbc1cd6db46f7cb/ Signed-off-by...
Thomas PetazzoniThomas Petazzoni
2886302e29elxc: fix offsetof() related musl build issueThis commit adds a patch that fixes a build issue with musl due to the fact that offsetof() is used without including <stddef.h>. Fixes: http://autobuild.buildroot.net/results/3c6e34cbcd43aba4dd2b18687bd89fc369c9dab7/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
7fb6fe883a6uclibc: backport upstream patch adding fcntl definitions on OpenRISCA number of fcntl.h definitions were missing on OpenRISC in uClibc-ng, causing build failures such as: gfile.c: In function 'splice_stream_with_progress': gfile.c:3017:35: error: 'F_SETPIPE_SZ' undeclared (first use in this function) buffer_size = fcntl (buffer[1], F_SETPIPE_SZ, 1024 * 1024); This comit backports a patch that was merged in upstream uClibc-ng, which addresses this problem. ...
Thomas PetazzoniThomas Petazzoni
04a052d908bsupport/config-fragments/autobuild: update all Buildroot pre-built toolchainsThis commit updates all the pre-built Buildroot toolchains, which have all been rebuilt with Buildroot as of commit 046c5e2. The initial motivation for this update is that an upcoming bump of procps-ng uses fopencookie(), which has only been introduced in musl 1.1.19, which itself started being used in Buildroot after the 2018.02 release. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootl...
Bernd KuhlsBernd Kuhls
8b2c8690d11package/{mesa3d, mesa3d-headers}: bump version to 18.0.1Removed patch 0002, upstream committed a different fix: https://cgit.freedesktop.org/mesa/mesa/commit/?h=18.1&id=cbee1bfb34274668a05995b9d4c78ddec9e5ea4c https://cgit.freedesktop.org/mesa/mesa/commit/?h=18.1&id=5a75019ad0270a974788a9b8648ba98ff4203768 Renumbered patch 0003 -> 0002. Tested using test-pkg (removed skipped toolchains from log): armv5-ctng-linux-gnueabi [ 1/46]: ...
Bernd KuhlsBernd Kuhls
26148a247f3linux-headers: bump 4.9.x seriesSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Asaf KahlonAsaf Kahlon
d5d305d40c9libuv: bump to version 1.20.1Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabio EstevamFabio Estevam
ea4921d875alinux-headers: bump 4.{14, 15, 16}.x seriesSigned-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabio EstevamFabio Estevam
2270e858347linux: bump default to version 4.16.3Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yegor YefremovYegor Yefremov
31b207a5db0bootstrap: bump to version 4.1.0Also install bootstrap.min.css.map as it is referenced from bootstrap.min.css. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain NaourRomain Naour
23e34950db8package/tk: new packageUse the same version as tcl package. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain NaourRomain Naour
2c82d7c605epackage/tcllib: update license to SPDX formatWhile at it add the license file hash. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain NaourRomain Naour
8fa4e979291package/tcl: update license to SPDX formatWhile at it add the license file hash. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yann E. MORINYann E. MORIN
6e2f5d0254ddownload/git: fix transform regexp for older tar versionsOlder versions of tar (e.g. 1.27.1) incorrectly interpret the escaping of the regexp separator, and generate broken tarballs. For example, given the following transform expression: --transform="s/^\.\//squashfs-e38956b92f738518c29734399629e7cdb33072d3\//" the resulting paths in the generated tarball would be: squashfs-e38956b92f738518c29734399629e7cdb33072d3\/ i.e. a directory which ...
Baruch SiachBaruch Siach
f7c8cd89c9dlz4: improve static only build supportThe current method of supporting static only build, removal of all lines that match the SHARED regex from lib/Makefile, is crude and fragile. Instead, patch lib/Makefile to allow disable of shared libraries. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch SiachBaruch Siach
f97bbcd5f6cdhcpcd: fix legal infoThe latest version bump to 7.0.3 moved dhcpcd.c to under src/. Since the tarball now has a LICENSE file, use that instead. While at it, add a hash for that file. Fixes: http://autobuild.buildroot.net/results/f57/f5790e0a82a3b814d828d18eb71a3f6c422bb2b8/ http://autobuild.buildroot.net/results/6b9/6b930827913f9b4d2602d5777f4243ba7b295ca7/ http://autobuild.buildroot.net/results/603/603eda004a502...
Baruch SiachBaruch Siach
93e44124d69lz4: fix host build with glibc older than 2.17glibc before 2.17 require the -lrt linker option for clock_gettime(). We do not support pre 2.17 glibc for the target anymore, but there are still host platforms with these versions. Add upstream patch to skip use of clock_gettime() with older glibc versions. Should fix: http://autobuild.buildroot.net/results/bc5/bc5d6447ab16a61d9dcf56723106f0b107826ef4/ http://autobuild.buildroot.net/results/...
Baruch SiachBaruch Siach
1e2a8d4111fzeromq: needs NPTLThe recent zeromq version bump to 4.2.5 added a call to pthread_condattr_setclock() which is only provided by the NPTL implementation of pthreads. Add this dependency to zeromq and all reverse dependencies recursively. Fixes: http://autobuild.buildroot.net/results/2d0/2d070074097270a1e6973bc19e2bded2a7023c49/ http://autobuild.buildroot.net/results/1ce/1ce6d6f0f6390f552954a09f7dc753e0baa86675/ ...