summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* git: bump version to 2.6.4Vicente Olivert Riera2015-12-093-90/+2
| | | | | | | | | | | - Bump version to 2.6.4 - Update the hash value - Remove 0002-Makefile-make-curl-config-path-configurable.patch - This patch is now part of upstream: https://github.com/git/git/commit/f89158760d5f02ba59f644799abd921e6be22f13 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsoc: bump to 0.7.1Yegor Yefremov2015-12-092-29/+1
| | | | | | | Remove upstreamed patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux: bump default version to 4.3.1Gustavo Zacarias2015-12-091-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x seriesGustavo Zacarias2015-12-091-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mc: bump to 4.8.15Yegor Yefremov2015-12-092-3/+3
| | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* leafnode2: add a hash fileVicente Olivert Riera2015-12-091-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* barebox: bump to version 2015.12.0Fabio Porcedda2015-12-092-5/+5
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* edid-decode: new packagePeter Seiderer2015-12-093-0/+27
| | | | | | [Peter: pass TARGET_CFLAGS/LDFLAGS, quote TARGET_DIR] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* read-edid: bump version to 3.0.2Peter Seiderer2015-12-094-10/+36
| | | | | | | | | | | | | - update hash - change from autotools to cmake package - update license info - enable get-edid command (i2c build) - add patch fixing install error because of missing file COPYING Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pixman: disable vmx for powerpc CS toolchainsGustavo Zacarias2015-12-081-0/+5
| | | | | | | | | | | The ppc CS toolchains have flaky VMX (AKA altivec) implementation causing build failure. Disable it for these toolchains. Fixes: http://autobuild.buildroot.net/results/3b4/3b4cda40f074578f6b35b1fb381ba37b93174e86/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* p11-kit: bump to version 0.23.2Gustavo Zacarias2015-12-083-38/+2
| | | | | | | | | | 0002-rpc-transport.c-include-sys-select.h-for-fd_set.patch is upstream so drop it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/xfsprogs: disable crc32selftestYann E. MORIN2015-12-081-0/+32
| | | | | | | | | | | | | | | | | | | | | | | xfsprogs generates a crc32 table, and wants to test it. So it builds a native crc32selftest binary. So far, so good; except the host may not have the required headers (uuid/uuid.h), and probably libs (like libuuid). And anyway, testing the table on the host is flawed, as it does not mean it would be correct on the target (due to differences in bitness, endianness, alignment...). So we just disable the crc32selftest for Buildroot. Fixes: http://autobuild.buildroot.org/results/5d0/5d0ed24b4d368fed100bc3c4959520ebaa48e693/ http://autobuild.buildroot.org/results/aef/aef223ee2646599eaab7c82f63ff5f19569d69a5/ http://autobuild.buildroot.org/results/fb6/fb6679f3b1473169702c303ee5060abe7559b0b3/ .... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Use libgudev as regular dependencyYegor Yefremov2015-12-0810-40/+11
| | | | | | | | | | | | | | | | | Since eudev 3.1.3 libgudev is not shipped with this package, so libgudev can be used as regular dependency regardless of udev implementation selected. Fixes following build error: http://autobuild.buildroot.net/results/320/320c052bda0f1b5afb1e5c83a7fb4dca6227c5a1// http://autobuild.buildroot.net/results/3b0/3b096f882030325b9290ad8860bd9cd373a11dc2// Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgudev: remove systemd dependencyYegor Yefremov2015-12-081-4/+4
| | | | | | | | | | | | Since version 3.1.3 eudev doesn't provide internal libgudev, so this package can now be used as an ordinary stand-alone package. [Peter: add BR2_PACKAGE_HAS_UDEV dependency] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nano: bump to version 2.5.0Gustavo Zacarias2015-12-072-2/+2
| | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gdb: bump 7.10 series to 7.10.1Gustavo Zacarias2015-12-072-2/+2
| | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lvm2: bump version to 2.02.137Vicente Olivert Riera2015-12-072-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lighttpd: bump version to 1.4.38Vicente Olivert Riera2015-12-072-2/+2
| | | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Alexander Dahl <post@lespocky.de> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcr: needs host-intltoolGustavo Zacarias2015-12-071-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/c31/c3177224ca2488cf4740a2d22d1a861872d2dcde/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mpython-m2crypto: bump versionYann E. MORIN2015-12-072-3/+9
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/ee1/ee1bb80214a51c212712de8193b89a32e9901408/ http://autobuild.buildroot.org/results/ce8/ce8d5d68eef312ca168f351b845920eb62ca4eb1/ http://autobuild.buildroot.org/results/500/5004a2a9cabe75669bbe90f3ee35ab3869617fc9/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi: fix fallout after infozip renameYann E. MORIN2015-12-071-1/+1
| | | | | | | | | | | Commit f0c9470 (infozip: rename to zip) forgot to propagate the rename down to the only user of the host variant of infozip. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc: bump 5.x series to version 5.3.0Gustavo Zacarias2015-12-0725-17/+3
| | | | | | | 201-libgcc-remove-unistd-header.patch is upstream so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc: host-cloog is not needed for graphite support on gcc 5.xGustavo Zacarias2015-12-071-2/+8
| | | | | | | See https://gcc.gnu.org/gcc-5/changes.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* flite: fix alsa version checkPeter Korsgaard2015-12-061-0/+26
| | | | | | | | | | | | | | | | The alsa version check broke with the recent alsa-lib bump to 1.1.0 as it was only checking subminor >= 11. Fixes: http://autobuild.buildroot.net/results/b62/b62cd6de04ff83bf7025a8f1aca49dbcbc8d7e2d/ http://autobuild.buildroot.net/results/2c9/2c98458fef8c38ff36cd20d77c2d651129146857/ http://autobuild.buildroot.net/results/ca7/ca78c1029ef1d91b66bbc91c5e5269bf663afe8e/ http://autobuild.buildroot.net/results/eac/eacb973e7fcce385d1686ab364f60dec9e0dd2e9/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs: website: update for 2015.11.1Peter Korsgaard2015-12-052-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/pixman: disable testsYann E. MORIN2015-12-052-0/+31
| | | | | | | | | | | | | | | | | | | Tests are broken on some architectures because of an incomplete fenv. Since the tests are not really useful in the Buildroot environment, just disable them. Fixes a lot of build failures: http://autobuild.buildroot.org/results/cd7/cd722620832c28d22eacfc43336f6952b82305ff/ http://autobuild.buildroot.org/results/3f4/3f4f1e88988d66b052432885b4f044a0eddcee2c/ ... Pixman was already autoreconfed (but that was not needed). Since we now really need to autoreconf it, add a comment stating why we do. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost: add target build stepPeter Korsgaard2015-12-051-0/+8
| | | | | | | | The build step for the target was missing, causing the compilation to happen during the staging install step. Add a dedicated build step like we do for the host build. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost: reorder build stepsPeter Korsgaard2015-12-051-15/+15
| | | | | | | | | The host and target build steps were mixed between eachother. Reorder them so we have the target steps before the host ones. No functional change, but helps readability. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost: make package less verbose when building with -sPeter Korsgaard2015-12-051-4/+8
| | | | | | | | | | The boost build is very verbose (11K+ lines even when no sub options are enabled). While this can be handy for debugging, make is less verbose when 'make -s' is used, similar to how we do it for autotools. With this, make -s boost outputs less than 100 lines. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* at91bootstrap3: bump to v3.8Alexandre Belloni2015-12-042-2/+4
| | | | | | | | In preparation for sama5d2 xplained support, bump at91bootstrap3 to 3.8 [Peter: add .hash file] Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpng: security bump to version 1.6.20Gustavo Zacarias2015-12-042-4/+4
| | | | | | | | | | | Fixes: CVE-2015-8126 - incorrect implementation of png_set_PLTE() that uses png_ptr not info_ptr, that left png_set_PLTE() open to this vuln. (fix in previous release was incomplete) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bdwgc: fix compile for sparcWaldemar Brodkorb2015-12-042-0/+427
| | | | | | | | | | | | We need to use a patch from master git. https://github.com/ivmai/bdwgc/commit/e2bf29b7801357c1ad28c2948a3f88c655dd722a Fixes following autobuilder failures: http://autobuild.buildroot.net/results/220b3d49b8ad891e5dd3aae759319100a1500701/ http://autobuild.buildroot.net/results/b7465d175f03c9461693a92885028723772c7814/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libatomic_ops: enable sparc64 / sparcv9Waldemar Brodkorb2015-12-041-1/+1
| | | | | | | Works fine for sparc64. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnutls: needs argp-standalone for musl/uclibcGustavo Zacarias2015-12-042-0/+8
| | | | | | | | It's required for crywrap (tools), fixes: http://autobuild.buildroot.net/results/2d9/2d98fced7ff7c3b5c39a97eb1c8db7dd651fa86c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* directfb: disable for sparcWaldemar Brodkorb2015-12-041-0/+2
| | | | | | | | | | Requires atomic operations. Fixes following autobuild failure: http://autobuild.buildroot.net/results/8205100c166659c47daff66b1e63edc82eeb7930/ [Peter: also hide toolchain comment] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu: specify drive image file format (raw)Gustavo Zacarias2015-12-0414-14/+14
| | | | | | | | | Specify that the drive image file format is raw to avoid warnings and restrictions. Also switch to -drive syntax for all configs. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fakeroot: disable capabilitiesGustavo Zacarias2015-12-041-0/+4
| | | | | | | | | | These don't autodetect consistently and are process rather than file capabilities, so not very useful in the buildroot context. Otherwise we'd have to unconditionally pull host-libcap (or fix the detection, but again, not useful so there's no need). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmicrohttpd: bump to version 0.9.47Gustavo Zacarias2015-12-042-3/+3
| | | | | | | Experimental SPDY support was dropped so drop the configure option. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: add optional geoip supportGustavo Zacarias2015-12-031-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: add optional gnutls supportGustavo Zacarias2015-12-031-1/+7
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: gcrypt support is optionalGustavo Zacarias2015-12-032-3/+9
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: add optional c-ares supportGustavo Zacarias2015-12-031-0/+7
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: add optional libnl suportGustavo Zacarias2015-12-031-0/+7
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: enable GUI optionsGustavo Zacarias2015-12-031-1/+29
| | | | | | | | Enable gtk2, gtk3 & qt5 automatic GUI options. gtk2 & qt5 only build-time tested, gtk3 runtime-tested with wayland. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: needs host-pkgconfGustavo Zacarias2015-12-031-1/+1
| | | | | | | | Needed for detection of various optional components. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: forcibly disable luaGustavo Zacarias2015-12-031-0/+1
| | | | | | | | | | | If host arch = target arch and liblua is in the host the buildsystem will pick it up and try to use it since it passes basic build tests. Forcibly disable it, since it causes no build failure, rather runtime failures because said liblua is not present on the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-lxml: bump to 3.5.0Yegor Yefremov2015-12-032-2/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: security bump to version 1.0.2eGustavo Zacarias2015-12-032-4/+3
| | | | | | | | | | | | | | Fixes: CVE-2015-3193 - BN_mod_exp may produce incorrect results on x86_64 CVE-2015-3194 - Certificate verify crash with missing PSS parameter CVE-2015-3195 - X509_ATTRIBUTE memory leak Enable IDEA as well since otherwise the build breaks (always great upstream) - it's no longer patent encumbered. [Peter: correct sha256] Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* connman: disable for sparcWaldemar Brodkorb2015-12-031-0/+2
| | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/333/3336df777c758cba9a660a0f6f31646258baec52/ http://autobuild.buildroot.net/results/efe/efeb197654b552ad9a80e102226c3e507640f037/ Connman uses __sync_fetch_and_add, which is not available for sparc. [Peter: add !sparc dependency to comment, add autobuild reference] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stunnel: bump to version 5.27Gustavo Zacarias2015-12-032-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud