summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pkg-perl: set PERL_USE_UNSAFE_INCFrancois Perrad2017-01-091-1/+1
| | | | | | | | | Recent perls are built with the `default_inc_excludes_dot` option. As many CPAN modules rely on '.' in @INC, the toolchain must set `PERL_USE_UNSAFE_INC`. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* DEVELOPERS: Add entry for upowerRomain Naour2017-01-091-0/+1
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nodejs: re-add 6.x patchesPeter Korsgaard2017-01-092-0/+0
| | | | | | | Commit 3fd9c062e (nodejs: bump to version 6.9.2) bumped the 6.x version but forgot to rename the patch directory, so the patches were no longer used. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: add locale/iconv related bugfixesWaldemar Brodkorb2017-01-082-0/+51
| | | | | | | | | | | - do not remove iconv.h when UCLIBC_HAS_LOCALE enabled - select UCLIBC_HAS_LIBICONV when UCLIBC_HAS_LOCALE enabled Fixes: http://autobuild.buildroot.net/?reason=libglib2-2.50.2&step=250 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* efl: optional 'upower' ecore system module.Gustavo Sverzut Barbieri2017-01-081-0/+21
| | | | | | | | | | | | | | | | | | | | Ecore will reach 'upower' using D-Bus system bus in order to detect if the system state changes and let applications know about the power state such as low battery or AC power in order to optimize their power consumption. For host this is not needed and would not work, since output/host DBus declares its own output/host/var/run/dbus/system_bus_socket, which has no dbus-daemon and thus no services in it. For target it's optional and only installed if BR2_PACKAGE_UPOWER=y, otherwise it prints error messages about missing upower service. Signed-off-by: Gustavo Sverzut Barbieri <barbieri@profusion.mobi> Reviewed-by: Romain Naour <romain.naour@gmail.com> Acked-by: Romain Naour <romain.naour@gmail.com> Tested-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/upower: new packageRomain Naour2017-01-085-0/+88
| | | | | | | | | Backport an upstream patch. Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Gustavo Sverzut Barbieri <barbieri@profusion.mobi> Reviewed-by: Gustavo Sverzut Barbieri <barbieri@profusion.mobi> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/x11r7/xserver_xorg-server: AIGLX Extension removed in 1.19.0Romain Naour2017-01-081-0/+2
| | | | | | | | | https://cgit.freedesktop.org/xorg/xserver/commit/?id=501d8e2beb337e072c93c9310fcd927a099b9c3b Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-arrow: new packageDavid Bachelart2017-01-084-0/+25
| | | | | | Signed-off-by: David Bachelart <david.bachelart@bbright.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-chardet: new packageDavid Bachelart2017-01-084-0/+24
| | | | | | Signed-off-by: David Bachelart <david.bachelart@bbright.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-whoosh: new packageDavid Bachelart2017-01-084-0/+27
| | | | | | Signed-off-by: David Bachelart <david.bachelart@bbright.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nmon: new packageDavid Bachelart2017-01-084-0/+41
| | | | | | [Peter: add _LICENSE_FILES, pass TARGET_CFLAGS/LDFLAGS, indent] Signed-off-by: David Bachelart <david.bachelart@bbright.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bash: add upstream fixes to patch level 5Peter Korsgaard2017-01-085-0/+338
| | | | | | | | We unfortunately cannot easily download these because of the file names (not ending in patch) and patch format (p0), so convert to p1 format and include in package/bash. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ifenslave: new packageDavid Bachelart2017-01-084-0/+31
| | | | | | | [Peter: handle busybox applet interaction, add comment explaining no build needed] Signed-off-by: David Bachelart <david.bachelart@bbright.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmad: disable ASO support for thumb-only ARM coresPeter Korsgaard2017-01-081-0/+2
| | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/8d4/8d4ea8613487297f2c33f3b9cbd8903cfb96e4c6/ The ARM specific optimizations enabled by LIBMAD_ASO needs classic ARM instructions support, so disable for thumb-only cores. [Peter: don't drop default y as pointed out by Baruch Siach] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: add kernel module syscall wrappersWaldemar Brodkorb2017-01-061-0/+59
| | | | | | | | Revert the decision to remove the wrappers, but remove the extra Config symbol and add it by default. Required for kmod package. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpng: bump to version 1.6.28Gustavo Zacarias2017-01-062-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* harfbuzz: bump to version 1.4.1Gustavo Zacarias2017-01-062-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libvncserver: security bump to version 0.9.11Peter Korsgaard2017-01-062-2/+2
| | | | | | | | | | | Security related fixes: - Heap-based buffer overflow in rfbproto.c in LibVNCClient in LibVNCServer before 0.9.11 (CVE-2016-9941) - Heap-based buffer overflow in ultra.c in LibVNCClient in LibVNCServer before 0.9.11 (CVE-2016-9942) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* irssi: security bump to 0.8.21Peter Korsgaard2017-01-062-2/+2
| | | | | | | | | | | | | | | | | | | Bugfixes: - CVE-2017-5193: Correct a NULL pointer dereference in the nickcmp function found by Joseph Bisch (GL#1) - CVE-2017-5194: Correct an error when receiving invalid nick message (GL#4, #466) - CVE-2017-5195: Correct an out of bounds read in certain incomplete control codes found by Joseph Bisch (GL#2) - CVE-2017-5196: Correct an out of bounds read in certain incomplete character sequences found by Hanno Böck and independently by J. Bisch (GL#3) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump default to version 4.9.1Gustavo Zacarias2017-01-061-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 4.{4, 8, 9}.x seriesGustavo Zacarias2017-01-061-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnice: bump to version 0.1.13Gustavo Zacarias2017-01-063-3/+50
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pudb: new packageYegor Yefremov2017-01-064-0/+29
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* harfbuzz: bump to version 1.4.0Gustavo Zacarias2017-01-062-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/perl: change tarball compression to xzJerzy Grzegorek2017-01-062-5/+5
| | | | | | | Also update hash file. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: needs toolchain with C++14 supportBaruch Siach2017-01-061-3/+3
| | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/3fe/3fe440c0b9d05acb44553a8f02f688570e06bca9/ http://autobuild.buildroot.net/results/9b9/9b9659ba30afde49912276fe7f9c282953a352ab/ http://autobuild.buildroot.net/results/208/208bb987f52b8ba65e3c6fc9b6e917dbd44c0fbd/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/{mesa3d, mesa3d-headers}: bump version to 13.0.3Bernd Kuhls2017-01-063-4/+4
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* heimdal: bump to version 7.1.0Gustavo Zacarias2017-01-064-59/+2
| | | | | | | | Drop upstream patches and related autoreconf. Re-enable parallel builds to check against the autobuilders. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs: Add bc to required toolsMarcus Hoffmann2017-01-061-0/+1
| | | | | | | | | We check for bc under required packages. It should be listed as such in the docs. Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk3: bump to version 3.22.6Gustavo Zacarias2017-01-052-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gdk-pixbuf: bump to version 2.36.3Gustavo Zacarias2017-01-052-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba4: bump to version 4.4.9Gustavo Zacarias2017-01-042-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sqlite: bump to version 3.16.1Gustavo Zacarias2017-01-042-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mpd: bump version to 0.20Jörg Krause2017-01-043-31/+3
| | | | | | | | | Drop patch #0002 which was already fixed upstream long time ago in commit 276a0d9500b8efc879e4f0c23e9d0e361849e295 using a slightly different approach. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* firmware-imx: remove Makefile from targetBaruch Siach2017-01-041-0/+1
| | | | | | Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* alsa-utils: disable manpages generation from reStructured textBaruch Siach2017-01-041-0/+1
| | | | | | | | | | | | | | | | | The alsaucm man page rst source file is missing in the tarball. When rst2man is detected on the host, build fails: make[2]: *** No rule to make target 'alsaucm.1', needed by 'all-am'. Stop. Upstream added[1] the missing file to the tarball to fix this issue. But since we don't need the manpage to begin with, just disable rst2man to shorten build time by a few milliseconds. [1] http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff;h=c6bdde171e1532f7b37333a5a746b6e662f12c53 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/nut: bump versionYann E. MORIN2017-01-046-105/+162
| | | | | | | | | | | | | | Update our patches: - drop patch 1, replaced by an upstream equivalent; adapt config options and env accordingly, - drop patch 2, applied upstream, - rename patch 3 gdlib-config and net-snmp-config are only used when said support is enabled (resp. CGI and SNMP), so no need to pass them unconditionally. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-cross: bump to version 1.1.2Francois Perrad2017-01-042-7/+6
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl: bump to version 5.24.0Francois Perrad2017-01-043-20/+12
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* clamav: fix configure breakage after zlib 1.2.10 version bumpPeter Korsgaard2017-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/b6b/b6ba2dfb42ee41ed0b8304aa8c78645245f3b341/ http://autobuild.buildroot.net/results/eef/eef9a2dda2c172cd600dc74c1e5e60476d92280d/ http://autobuild.buildroot.net/results/827/82798118795aa6334b4dd6eac06777682131da7f/ The clamav configure script by default checks for old zlib versions with known vulnerabilities and errors out if found: configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stability issues then! The check is unfortunately not very robust as it simply checks for a version string matching '1.2.1' (which 1.2.10 does): vuln=`grep "ZLIB_VERSION \"1.2.1" $ZLIB_HOME/include/zlib.h` As a workaround, pass --disable-zlib-vcheck to skip this check. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ca-certificates: bump to version 20161130Gustavo Zacarias2017-01-042-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gd: security bump to version 2.2.3Peter Korsgaard2017-01-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Security related fixes: This flaw is caused by loading data from external sources (file, custom ctx, etc) and are hard to validate before calling libgd APIs: - fix php bug 72339, Integer Overflow in _gd2GetHeader (CVE-2016-5766) - bug #248, fix Out-Of-Bounds Read in read_image_tga - gd: Buffer over-read issue when parsing crafted TGA file (CVE-2016-6132) Using application provided parameters, in these cases invalid data causes the issues: - Integer overflow error within _gdContributionsAlloc() (CVE-2016-6207) - fix php bug 72494, invalid color index not handled, can lead to crash ( CVE-2016-6128) - improve color check for CropThreshold The build system now enables -Wall and -Werror by default, so pass --disable-werror to disable that. Notice that this issue has been fixed upstream post-2.2.3: https://github.com/libgd/libgd/issues/339 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libopenh264: bump to version 1.6.0Peter Korsgaard2017-01-042-2/+2
| | | | | | | | Contains a number of bugfixes, some of which may be security related: http://www.openwall.com/lists/oss-security/2017/01/02/1 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* granite: bump to version 0.4.0.1Gustavo Zacarias2017-01-032-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/zlib: bump version to 1.2.10Bernd Kuhls2017-01-032-3/+3
| | | | | | | | Changed _SITE url to the upstream project site because Sourceforge does not provide the tarball for 1.2.10 as of now. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpv: bump to version 0.23.0Gustavo Zacarias2017-01-032-11/+2
| | | | | | | enca and libguess options have been dropped so adjust accordingly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* flac: bump to version 1.3.2Gustavo Zacarias2017-01-034-47/+2
| | | | | | | And delete upstream patches. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* collectd: fix riemann write plugin dependenciesPeter Korsgaard2017-01-032-2/+2
| | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/fe5/fe5b5ed6355a794e84894c4aaf62eda6529ed184/ http://autobuild.buildroot.org/results/6c3/6c393cffb6ad4e676e311e9fc23ddbb2bcc2cf36/ The plugin uses the riemann-c-client library since commit d55584214206 (write_riemann: Use riemann-c-client), so adjust the dependencies to match. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* riemann-c-client: new packagePeter Korsgaard2017-01-034-0/+38
| | | | | | | | | | Riemann-c-client is a C client library for the Riemann monitoring system, providing a convenient and simple API, high test coverage and a copyleft license, along with API and ABI stability. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mx53loco: Bump kernel and U-Boot versionsFabio Estevam2017-01-031-4/+4
| | | | | | | Bump Linux kernel versio to 4.9 and U-Boot to 2016.11. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud