AuthorCommitMessageCommit dateIssues
Jörg KrauseJörg Krause
c5c982cd23cpackage/libuv: bump to version 1.9.1 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>package/libuv: bump to version 1.9.1Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Martin BarkMartin Bark
1a08bddc388package/nodejs: remove icu support from 0.10.xicu support was added to nodejs in commit 7d0702a, however, 0.10.x does not have support for icu. The 0.10.x configure script will error if it is passed the --with-intl option. This commit removes icu support from 0.10.x. Fixes: http://autobuild.buildroot.net/results/932e4ec24623592255f234a098f7a90ef2ad8063 Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <th...
Yegor YefremovYegor Yefremov
f18d22e8342python-u-msgpack: new packageSigned-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: add umsgpack.py as license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
ac72010d3c6python-pathvalidate: new packageSigned-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
a0ff433b776python-dataproperty: new packageSigned-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
875cb976581pcre: add security patchesThey address: CVE-2016-1283 - Heap Buffer Overflow Vulnerability. CVE-2016-3191 - workspace overflow for (*ACCEPT) with deeply nested parentheses. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>CVE-2016
Matthew ForneroMatthew Fornero
db0663e44ealibiio: Fix pthread linking for iiodUpdate the iiod CMake configuration to resolve pthread linking issues introduced with commit: 17ee15da70d23c314a3264c87a785101cbd9d85d ("libiio: Bump version to 0.6") Fixes: http://autobuild.buildroot.net/results/ffe/ffec14aa79833a6f0889a87b31dae464d083e6a8/ http://autobuild.buildroot.net/results/49f/49f249632ed021ebe73ee7fab1b55fb3bb4c08f8/ Signed-off-by: Matthew Fornero <mfornero@mathworks...
Erico NunesErico Nunes
88db88d1b31binutils: enable as target package for aarch64binutils got disabled as a target package for aarch64 back in Buildroot 2012.11 (commit 660d16f4). The default version 2.21.1 at the time didn't really support aarch64, as shown by the autobuilder error reference in that commit. binutils has now had support for aarch64 since 2.23, but was never re-enabled for aarch64. All of the binutils versions currently supported by Buildroot (oldest being...
Thomas PetazzoniThomas Petazzoni
34ba9eedd46glibc: remove eglibc hashesIn commit 500de2598a4902a0e9ec53f7b475046ff17c6681, support for eglibc was removed, but forgot to remove the corresponding hashes from the hash file. This commit fixes this mistake. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
6d2cb12d5f5package/net-tools: use TARGET_CONFIGURE_OPTS to provide AR, CC and LDFLAGSAs noticed by Peter [1], use TARGET_CONFIGURE_OPTS to provide AR, CC and LDFLAGS. Also remove TARGET_MAKE_ENV since it only contains PATH=$(BR_PATH) which is also provided by TARGET_CONFIGURE_OPTS. [1] http://lists.busybox.net/pipermail/buildroot/2016-May/162418.html Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni...
Fabio EstevamFabio Estevam
88b4fca2ae4configs: new configuration for i.MX25 PDKAdd support for i.MX25 PDK board using U-boot 2016.05 and kernel 4.6.1. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
7e64abdb8d5configs: new configuration for NXP i.MX51 EVKAdd a new configuration for NXP i.MX51 EVK based on U-boot 2016.05 and kernel 4.6.1. U-boot 2016.05 needs the patch c510f2e436008 ("video: ipu_common: fix build error") that is already in mainline to fix an IPU build error. We can remove this patch in the future when we switch to U-boot 2016.07. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzo...
Romain NaourRomain Naour
ebb6878fffdpackage/openpowerlink: fix uClibc buildIn the demo application code, va_list type is used in eventlogstring.h so stdarg.h must be included to define it. This problem occurs with a uClibc-ng based toolchain. Fixes: http://autobuild.buildroot.net/results/a9e/a9e7615a19922706039bf97ccb94bcf5b99330b2 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
8bc03db7be2package/openpowerlink: link demos applications with PCIe library interfaceIn commit f1bc98f396778c9fd8c884527787eb538212f398 the CFG_BUILD_KERNEL_STACK option wasn't set when the PCIe library interface is selected. The build fail since the default choice "Link to Application" (which require libpcap) is used. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
2e0de09b7capackage/openpowerlink: fix sha256 hashWhile bumping to v2.4.0, the sha256 was commented by mistake and the hash was for v2.3.2 archive. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Samuel MartinSamuel Martin
a890032596apackage/fetchmail: fix *.pyc compilation with python-3This change removes the fetchmailconf.py python module when the python interpreter is python-3, because this module is not yet python-3 compliant. Fixes: http://autobuild.buildroot.org/results/700/7009445dd116a1c02db82a351d38db44db8dad16/ ... Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
246f6d8380epython-dateutil: new packageSigned-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
d54e7c38e07python-pytz: new packageSigned-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
d7eb5c56bb3configs/qemu: bump to latest versionAlso bump the pc samples since they're tied to the (base) qemu config. Results table: Defconfig Kernel Qemu Network Status -------------------------------------------------------------- aarch64_virt 4.5.6 2.5.0 YES OK (4) arm_versatile 4.6.1 2.5.0 YES OK arm_vexpress 4.6.1 2.5.0 YES OK m6...
Bernd KuhlsBernd Kuhls
752989b2ccapackage/lcdapi: add hashSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
f317c44bf7bpackage/am335x-pru-package: add hashSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
9f553d849c3package/p7zip: add support for blackfinTested using this defconfig: BR2_bfin=y BR2_PACKAGE_P7ZIP=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
45726c221d0mosquitto: bump to version 1.4.9Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
4c25cbf8f0anftables: bump to version 0.6Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
cfcb6f40c34libnftnl: bump to version 1.0.6It now requires 3.12.x series headers so adjust the dependencies to match. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
a3562498e92wireshark: security bump to version 2.0.4Fixes: WNPA-SEC-2016-29 - The SPOOLS dissector could go into an infinite loop. WNPA-SEC-2016-30 - The IEEE 802.11 dissector could crash. WNPA-SEC-2016-31 - The IEEE 802.11 dissector could crash. WNPA-SEC-2016-32 - The UMTS FP dissector could crash. WNPA-SEC-2016-33 - Some USB dissectors could crash. WNPA-SEC-2016-34 - The Toshiba file parser could crash. WNPA-SEC-2016-35 - The CoSine file parse...
Akihiko OdakiAkihiko Odaki
8a79c8d86femesa3d: Add drm to EGL platforms for VC4VC4 is a DRM driver. Signed-off-by: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
0cbc5401d43linux: bump default to version 4.6.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
9fcc2949b1blinux-headers: bump 3.{18, 14}.x and 4.{1, 4, 5, 6}.x seriesSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
56e7b7d814flibftdi1: bump to version 1.3Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
André HentschelAndré Hentschel
9bc2ba2169ep7zip: new packageOnly enabled on a subset of known-working architectures. It fails to build on some archs, like blackfin. Signed-off-by: André Hentschel <nerv@dawncrow.de> [Thomas: - Add comment about the Blackfin exception. - Propagate the Blackfin exception to the Config.in comment. - Fix the license, it is the LGPLv2.1+ *with* the unRAR restriction. - Use $(INSTALL) -D -m 0755 to install the binary inst...
Bernd KuhlsBernd Kuhls
f223c19f930package/boost: Add Kconfig option for new module metaparseThe module description can be found in the release notes of v1.61.0: http://www.boost.org/users/history/version_1_61_0.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
a7bc7b5564dpackage/boost: bump version to 1.61.0removed patches applied upstream, renumbered remaining patches. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
945ef10e4a9package/rtl8821au: bump versionSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
8d019a74500samba4: bump to version 4.4.4Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
7614ca037b2package/x11r7/xdriver_xf86-video-tdfx: disable DRI support when not availableFixes http://autobuild.buildroot.net/results/304/304b68d14da026755d9d9323ed60f4f86adc7a96/ http://autobuild.buildroot.net/results/2b2/2b2558661850db295e670edfb5943973e93e01e4/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
81cb5329649package/x11r7/xdriver_xf86-video-tdfx: Re-wrap _DEPENDENCIESSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar BrodkorbWaldemar Brodkorb
c874255523fzeromq: fix sparc32 compileCode is otherwise compiled with sparcv9 optimization and cannot be run on sparc32 (sparcv8) machine. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
c8cd2736372package/rpi-userland: bump version, add hashSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
55768aff2efpackage/rpi-firmware: bump version, add hashSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
05eb2e24e27package/rtl8188eu: bump version, add hashSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
ac19e6a014apackage/miraclecast: bump versionSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
4a692aefee1gcc/libmudflap: unavailable for gcc >= 4.9Rework gcc dependency for mudflap as suggested by Arnout and Peter: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/149813 libmudflap was removed in gcc 4.9: https://gcc.gnu.org/wiki/Mudflap_Pointer_Debugging Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
2d3625deae8toolchain-external: hook for Codescape toolchain side-by-side layoutThe Codescape toolchain uses a sysroot layout that places them side-by-side instead of nested like multilibs. A symlink is needed much like for the nested sysroots which are handled in copy_toolchain_sysroot but there is not enough information in there to determine whether the sysroot layout was nested or side-by-side. For the above reason plus the fact that this is the only toolchain needing ...
Vicente Olivert RieraVicente Olivert Riera
7b6cfca1306Revert "toolchain: allow side by side sysroot directories"This reverts commit 9a1e9efe2618ebbf12ed2567bcd6e8cca5619547. Currently Codescape toolchains cannot be used to generate a big endian root file system because the support for side by side sysroots is not complete. There is a patch [1] waiting in the queue which fixes the issue for the current version of Codescape toolchains we have, but it will not work for the next one that is coming. So, ins...
Yann E. MORINYann E. MORIN
974e83a8f9afs: add sha-bang to fakeroot scriptWe directly running this script, so it should start with a sha-bang (not sure why/how it works today...). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
71514dac87buboot-tools: fix minor typo in Config.in fileSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Carlos SantosCarlos Santos
b5d9900842euboot-tools: fix FIT support and make it optionalFix several issues regarding the support for Flat Image Trees (FIT). - Add a patch to really allow turning FIT support on/off, which was not possible due to bugs in the code and in the tools Makefile. This patch has been sent upstream but not applied there, yet. - Use independent options to control FIT support on host and target packages. - Subordinate FIT signature support to the acti...
Yann E. MORINYann E. MORIN
d1a2c0ed3c7fs/squashfs: remove useless chmodWhen that was added (in 975e30b, fs/squashfs: fix image file permissions), the reasons were not quite explicit. We are now forcing the umask, and various tests have shown that the mode on the generated image file are correct without the chmod. Remove it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <peter@korsgaard.com> Acked-by: Peter Korsgaard <peter@korsgaa...
Yann E. MORINYann E. MORIN
9ad600466cefs/ubifs: fix the UBI commandsWe can now properly use multi-line commands, so use that. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>