summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* btrfs-progs: bump to version 3.18.2Gustavo Zacarias2015-01-272-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* alsa-utils: remove -ldl in static buildsBaruch Siach2015-01-271-0/+4
| | | | | | | | | | | | | | | | | | | Since commit ffd7a00aef723 (alsa-lib: add patch to remove hardcoded -ldl) we patch alsa.m4 from alsa-lib to remove -ldl on static builds. Autoreconf alsa-utils to regenerate aclocal.m4 using our alsa.m4 so we don't end up linking the utilities against -ldl if not needed/available. We also need to gettextize alsa-utils because we use a more recent gettext version. Fixes: http://autobuild.buildroot.net/results/314/314dac9f5e62ae9beb598eb1b4cb35c0a7bfe792/ http://autobuild.buildroot.net/results/964/964e44f0c1653370600c7e8c647abda3f6380e34/ http://autobuild.buildroot.net/results/d72/d72f31bab907c7485d03db4597d01fd759277db4/ ... Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump default to version 3.18.4Gustavo Zacarias2015-01-271-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{18, 14, 10}.x seriesGustavo Zacarias2015-01-271-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ffmpeg: enable use of freetype and fontconfigSteve Kenton2015-01-271-1/+16
| | | | | | | | | | | | | Configure ffmpeg to use freetype and fontconfig if those packages are selected. ffmpeg freetype support require fenv.h, which is not available in uClibc or musl, except for certain archs / depending on specific configuration options, so only enable it for glibc. [Peter: only enable on glibc, simplify logic] Signed-off-by Stephen M. Kenton <skenton@ou.edu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* whois: bump to version 5.2.4Gustavo Zacarias2015-01-272-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* squid: bump to version 3.5.1Gustavo Zacarias2015-01-275-21/+22
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/giflib: New packageBernd Kuhls2015-01-274-0/+39
| | | | | | | | | | This package will replace libungif. Needed for Kodi 15.0, TexturePacker depends on giflib >= 5.0.5 https://github.com/xbmc/xbmc/blob/master/tools/depends/native/TexturePacker/src/configure.ac#L29 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: bump to version 1.23.1Gustavo Zacarias2015-01-275-305/+4
| | | | | | | Removed patches are upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: bump version to 1.0.2Vicente Olivert Riera2015-01-274-384/+381
| | | | | | | | | - Bump version to 1.0.2 - Adapt patches to new version - Update hash value Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnftl: loosen threads dependencyAlexander Clouter2015-01-262-8/+8
| | | | | | | | | | | | nftables works fine without threads, only the XML parsing support in libnftl requires -lpthread so move the depends into BR2_PACKAGE_LIBNFTNL_XML. [Thomas: tweak commit title and log.] Signed-off-by: Alexander Clouter <alex+buildroot@digriz.org.uk> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gnu-efi: bump version to 3.0.1Romain Naour2015-01-266-102/+117
| | | | | | | remove upstream patch gnu-efi-03-parallel-make.patch Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* grep: add patch to fix CVE-2015-1345Gustavo Zacarias2015-01-261-0/+20
| | | | | | | | | Fixes CVE-2015-1345 - heap buffer overrun. See https://bugzilla.redhat.com/show_bug.cgi?id=1183651 Patch upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: add security fixes for CVE-2014-8157/8158Gustavo Zacarias2015-01-262-0/+351
| | | | | | | | | Fixes: CVE-2014-8157 - dec->numtiles off-by-one check in jpc_dec_process_sot() CVE-2014-8158 - unrestricted stack memory use in jpc_qmfb.c Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* polarssl: add fix for CVE-2015-1182Gustavo Zacarias2015-01-263-0/+19
| | | | | | | | Fixes CVE-2015-1182 - Remote attack using crafted certificates. Also rename patches to new naming convention. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/util-linux: add more tool select optionsMaxim Mikityanskiy2015-01-262-3/+78
| | | | | | | | | | Add more options to Config.in to allow optionally select or deselect util-linux tools. Also fix s/BR2_PACKAGE_WDCTL/BR2_PACKAGE_UTIL_LINUX_WDCTL/ Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: install bash-completion files only with bashMaxim Mikityanskiy2015-01-263-1/+18
| | | | | | | | | | | | | | | | | package/systemd, package/kmod, package/util-linux: don't install bash-completion files if bash is not selected to be installed. Otherwise, install bash-completion files. package/systemd: don't install zsh-completion files is zsh is not selected to be installed. Otherwise, install zsh-completion files. package/util-linux: don't install empty /usr/share/bash-completion/completions directory if bash is not going to be installed, and install bash-completion files if bash is selected to be installed. Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpd: add patch to fix build failuresGustavo Zacarias2015-01-261-0/+28
| | | | | | | | | | | mpd is using snprintf without including stdio.h when pthread_setname_np isn't available leading to failure, hence patch it. Fixes: http://autobuild.buildroot.net/results/14c/14cf165e63fd7bb076d7c8f5aab92d24aa4622c4/ Patch status: sent upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* benejson: needs c++Gustavo Zacarias2015-01-261-0/+4
| | | | | | | | pull.cpp doesn't look like vanilla C Fixes local tests (no autobuilder tests to show off atm). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* benejson: fix for non-wchar toolchainsGustavo Zacarias2015-01-261-1/+9
| | | | | | | | wchar needs to be disabled in order for it to build on !wchar. Fixes: http://autobuild.buildroot.net/results/71f/71f19d5056b56d40463b9fef7fa859e0025c4991/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-twisted: new packageYegor Yefremov2015-01-264-0/+25
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* agentpp: add .hash fileLuca Ceresoli2015-01-261-0/+2
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xserver_xorg-server: Remove unused null root cursor optionPeter Korsgaard2015-01-262-11/+0
| | | | | | | | | | | | | | Upstream removed this configure option back in 2010 (for server 1.8): http://cgit.freedesktop.org/xorg/xserver/commit/?id=60b6477f6dc005a1b052be8c5 So this hasn't done anything since 759d548e3e5 (xserver_xorg-server: bump version). Don't add any Config.in.legacy for this as it as been broken for so long any way. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bison: add host-m4 as dependencyGustavo Zacarias2015-01-261-0/+1
| | | | | | | | | Pull in host-m4 as dependency since it requires a new-enough m4 to build properly and some distributions don't update that often. Fixes: http://autobuild.buildroot.net/results/ee8/ee88f2c2a80dc19699d176ff2acde62fbc8a251f/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bison: bump to version 3.0.4Gustavo Zacarias2015-01-262-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* m4: remove deprecated target packageGustavo Zacarias2015-01-264-24/+7
| | | | | | | | It's been deprecated for a year now so remove the target variant. 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>
* flex: remove deprecated binary in targetGustavo Zacarias2015-01-264-32/+8
| | | | | | | | | | It's been deprecated for a year now so remove the option. Also rename patch to new naming convention. 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>
* bison: bump to version 3.0.3Gustavo Zacarias2015-01-263-55/+3
| | | | | | | | Also add hash file and remove patch since it's no longer necessary. 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>
* bison: remove deprecated target packageGustavo Zacarias2015-01-264-29/+8
| | | | | | | | It's been deprecated for a year now so remove the target variant. 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>
* gob2: remove deprecated target packageGustavo Zacarias2015-01-265-23/+8
| | | | | | | | | | It's been deprecated for a year now so remove the target variant. Also rename patch to new naming convention. 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>
* distcc: remove deprecated packageGustavo Zacarias2015-01-254-33/+8
| | | | | | | | | | It's been deprecated since feb 2014 and it'll be a year for the 2015.02 release so remove it. And it's basically useless without a target toolchain. 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>
* haserl: remove deprecated 0.8.x versionGustavo Zacarias2015-01-256-49/+13
| | | | | | | | | | | | | It'll be a year for the 2015.02 release so remove the old/deprecated 0.8.x version for the release. Also update hash to match sourceforge (original) one. And rename patch to new naming convention. 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>
* python-zope-interface: new packageYegor Yefremov2015-01-254-0/+26
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dmalloc: Force arm mode instead of Thumb1 modeRichard Genoud2015-01-251-0/+10
| | | | | | | | dmalloc has some assembly that doesn't exist in thumb1 mode. So, force arm mode for dmalloc. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cgic: new packageDavid Bender2015-01-257-0/+177
| | | | | | | | | | | Signed-off-by: Dave Bender <bender@benegon.com> Signed-off-by: David Bender <codehero@gmail.com> [yann.morin.1998@free.fr: simplify rules to use -C $(@D); do not install in target/ ; add description to patches; split patches into independent changes; add hash] [Thomas: fix minor typos in patch description.] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* benejson: new packageDavid Bender2015-01-254-0/+62
| | | | | | | | | | | | | | | | | | Added C/C++ JSON parsing package benejson. [Thomas: - Get rid of the usage of BENEJSON_SCONS_OPTS, since this variable is never defined. - Remove BENEJSON_SCONS_ENV, and pass the options directly in the definition of <pkg>_BUILD_CMDS. - Fix indentation of BENEJSON_BUILD_CMDS.] Signed-off-by: Dave Bender <bender@benegon.com> Signed-off-by: David Bender <codehero@gmail.com> [yann.morin.1998@free.fr: fix static/shared install; enhance help entry; fix extra space; add hash] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-cmake: fix host-cmake-package typeRyan Barnett2015-01-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | When trying to compile a host-cmake-package type such as host-cdrkit, an error happens in regards to HOSTCC and HOSTCXX not being found. /bin/sh: HOSTCC: command not found /bin/sh: HOSTCXX: command not found This due to the fact that the environment is incorrectly configured by having the following: -DCMAKE_C_COMPILER=""$(HOSTCC)"" -DCMAKE_CXX_COMPILER=""$(HOSTCXX)"" This is due to having too many dollar signs. The fix is to remove the extra dollar sign. Also removing the unncessary quotes since the HOSTCC/HOSTCXX will already contain quotes. This could cause an issue with make as double quotes are not interpreted by make. Minor formatting fix too. Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gtest: install libgtest_main to stagingErico Nunes2015-01-251-0/+1
| | | | | | | | | | | gtest provides a separate libgtest_main library with a default main() implementation for tests with basic needs. This separate library isn't being installed by buildroot. This patch adds the installation of this library to staging during the install of gtest. Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lightning: Add a patch to fix PPC build when disassembler is enabledPaul Cercueil2015-01-251-0/+53
| | | | | | | This patch is backported from upstream. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: really move the websiteYann E. MORIN2015-01-2542-1/+1
| | | | | | | | | | | | Now that the automated scripts that deply our website have been updated, really move the website to its final location. We still keep a symlink for the images, as they are used both for the website, and for the manual. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lightning: add -lintl only when neededVicente Olivert Riera2015-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding -lintl to LIBS causes a failure in the configure phase when using a toolchain which already has locale support because the intl library is not present in the staging area. We fix this by adding -lintl only when is needed. This is the configure error: checking whether the C compiler works... no configure: error: in `/br/output/build/lightning-2.0.5': configure: error: C compiler cannot create executables See `config.log' for more details This is the message in the config.log: configure:3351: /br/output/host/usr/bin/mips-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lintl >&5 /br/output/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/4.9.1/../../../../mips-linux-gnu/bin/ld: cannot find -lintl collect2: error: ld returned 1 exit status Fixes: http://autobuild.buildroot.net/results/280/28006ab35379a9b7f380d40b99a760bec1b69e84/ [Thomas: - Adjust the fix to not add a dependency on gettext: lightning doesn't depend on gettext. It is just that binutils libraries are linked against libintl when available, and we need to add -lintl explicitly in such cases.] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: fixup the website symlinkThomas Petazzoni2015-01-251-1/+1
| | | | | | | For some reason, after applying Yann's patch, the symlink pointed to '.?' instead of just '.'. This commit fixes this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: prepare moving the websiteYann E. MORIN2015-01-251-0/+1
| | | | | | | | | | | | | | | | | | | This commit just creates a symlink so the website is now accessible from both docs/ and docs/website/. This allows us to have the website now officially in docs/website, while still keep backward compatibility with the current scripts that update the website. Once those scripts have been updated, we'll be able to truly move the website to docs/website/ for good. All without any perceived downtime or missed updated on the website! :-) After an idea from Peter. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-xml-libxml: bump to version 2.0117Francois Perrad2015-01-252-1/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-path-tiny: bump to version 0.061Francois Perrad2015-01-252-1/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-mojolicious: bump to version 5.72Francois Perrad2015-01-252-1/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-net-ssleay: bump to version 1.67Francois Perrad2015-01-252-1/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-io-socket-ssl: bump to version 2.010Francois Perrad2015-01-252-1/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boards/raspberrypi: fix rootfs.tar path in readmeVivien Didelot2015-01-251-1/+1
| | | | | | | | The rootfs.tar file is located under ./output/images/. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-addons: bump versionBernd Kuhls2015-01-251-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud