Jörg Krause c5c982cd23c package/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.1 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 09 Jun 2016 Martin Bark 1a08bddc388 package/nodejs: remove icu support from 0.10.x icu 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... 09 Jun 2016 Yegor Yefremov f18d22e8342 python-u-msgpack: new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: add umsgpack.py as license file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 06 May 2016 Yegor Yefremov ac72010d3c6 python-pathvalidate: new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 09 Jun 2016 Yegor Yefremov a0ff433b776 python-dataproperty: new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 09 Jun 2016 Gustavo Zacarias 875cb976581 pcre: add security patches They 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> 09 Jun 2016 CVE-2016 Matthew Fornero db0663e44ea libiio: Fix pthread linking for iiod Update 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... 09 Jun 2016 Erico Nunes 88db88d1b31 binutils: enable as target package for aarch64 binutils 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... 29 May 2016 Thomas Petazzoni 34ba9eedd46 glibc: remove eglibc hashes In 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> 08 Jun 2016 Romain Naour 6d2cb12d5f5 package/net-tools: use TARGET_CONFIGURE_OPTS to provide AR, CC and LDFLAGS As 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... 31 May 2016 Fabio Estevam 88b4fca2ae4 configs: new configuration for i.MX25 PDK Add 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> 06 Jun 2016 Fabio Estevam 7e64abdb8d5 configs: new configuration for NXP i.MX51 EVK Add 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... 03 Jun 2016 Romain Naour ebb6878fffd package/openpowerlink: fix uClibc build In 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> 08 Jun 2016 Romain Naour 8bc03db7be2 package/openpowerlink: link demos applications with PCIe library interface In 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> 08 Jun 2016 Romain Naour 2e0de09b7ca package/openpowerlink: fix sha256 hash While 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> 08 Jun 2016 Samuel Martin a890032596a package/fetchmail: fix *.pyc compilation with python-3 This 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> 08 Jun 2016 Yegor Yefremov 246f6d8380e python-dateutil: new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Yegor Yefremov d54e7c38e07 python-pytz: new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Gustavo Zacarias d7eb5c56bb3 configs/qemu: bump to latest version Also 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... 07 Jun 2016 Bernd Kuhls 752989b2cca package/lcdapi: add hash Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Bernd Kuhls f317c44bf7b package/am335x-pru-package: add hash Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Bernd Kuhls 9f553d849c3 package/p7zip: add support for blackfin Tested 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> 08 Jun 2016 Peter Korsgaard 45726c221d0 mosquitto: bump to version 1.4.9 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Gustavo Zacarias 4c25cbf8f0a nftables: bump to version 0.6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> 04 Jun 2016 Gustavo Zacarias cfcb6f40c34 libnftnl: bump to version 1.0.6 It 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> 04 Jun 2016 Gustavo Zacarias a3562498e92 wireshark: security bump to version 2.0.4 Fixes:
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... 08 Jun 2016 Akihiko Odaki 8a79c8d86fe mesa3d: Add drm to EGL platforms for VC4 VC4 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> 01 Jun 2016 Gustavo Zacarias 0cbc5401d43 linux: bump default to version 4.6.2 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Gustavo Zacarias 9fcc2949b1b linux-headers: bump 3.{18, 14}.x and 4.{1, 4, 5, 6}.x series Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Yegor Yefremov 56e7b7d814f libftdi1: bump to version 1.3 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 André Hentschel 9bc2ba2169e p7zip: new package Only 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... 31 May 2016 Bernd Kuhls f223c19f930 package/boost: Add Kconfig option for new module metaparse The 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> 04 Jun 2016 Bernd Kuhls a7bc7b5564d package/boost: bump version to 1.61.0 removed 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> 04 Jun 2016 Bernd Kuhls 945ef10e4a9 package/rtl8821au: bump version Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Gustavo Zacarias 8d019a74500 samba4: bump to version 4.4.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 08 Jun 2016 Bernd Kuhls 7614ca037b2 package/x11r7/xdriver_xf86-video-tdfx: disable DRI support when not available Fixes
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> 04 Jun 2016 Bernd Kuhls 81cb5329649 package/x11r7/xdriver_xf86-video-tdfx: Re-wrap _DEPENDENCIES Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 04 Jun 2016 Waldemar Brodkorb c874255523f zeromq: fix sparc32 compile Code 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> 04 Jun 2016 Bernd Kuhls c8cd2736372 package/rpi-userland: bump version, add hash Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 05 Jun 2016 Bernd Kuhls 55768aff2ef package/rpi-firmware: bump version, add hash Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 05 Jun 2016 Bernd Kuhls 05eb2e24e27 package/rtl8188eu: bump version, add hash Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 05 Jun 2016 Bernd Kuhls ac19e6a014a package/miraclecast: bump version Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 05 Jun 2016 Bernd Kuhls 4a692aefee1 gcc/libmudflap: unavailable for gcc >= 4.9 Rework 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> 04 Jun 2016 Vicente Olivert Riera 2d3625deae8 toolchain-external: hook for Codescape toolchain side-by-side layout The 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 ... 10 May 2016 Vicente Olivert Riera 7b6cfca1306 Revert "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... 10 May 2016 Yann E. MORIN 974e83a8f9a fs: add sha-bang to fakeroot script We 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> 07 Jun 2016 Thomas Petazzoni 71514dac87b uboot-tools: fix minor typo in Config.in file Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 07 Jun 2016 Carlos Santos b5d9900842e uboot-tools: fix FIT support and make it optional Fix 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... 03 Jun 2016 Yann E. MORIN d1a2c0ed3c7 fs/squashfs: remove useless chmod When 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... 06 Jun 2016 Yann E. MORIN 9ad600466ce fs/ubifs: fix the UBI commands We 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> 06 Jun 2016