buildroot.git
8 years agoassimp: fix compile for big endian target
Peter Seiderer [Thu, 14 Jan 2016 21:44:21 +0000 (22:44 +0100)]
assimp: fix compile for big endian target

Patch taken from upstream [1].

Fixes ([2]):
  code/Bitmap.cpp: In function 'std::size_t Assimp::Copy(uint8_t*, T&) [with T = short unsigned int, std::size_t = unsigned int, uint8_t = unsigned char]':
  code/Bitmap.cpp:95:50:   instantiated from here
  code/Bitmap.cpp:87:9: error: lvalue required as unary '&' operand

[1] https://github.com/assimp/assimp/commit/756cfd4f74b866e3183caede69daa8c105b73bab.patch
[2] http://autobuild.buildroot.net/results/7aa/7aafdc2633bad96a2a17f4e8664e09aae78a3bbd

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoassimp: fix bfin compile
Peter Seiderer [Thu, 14 Jan 2016 21:44:20 +0000 (22:44 +0100)]
assimp: fix bfin compile

Use proper 64-bit constant for CONVERT_FBX_TIME(time) conversion.

Fixes ([1]):

  code/FBXConverter.cpp:2025: error: integer constant is too large for 'long' type
  code/FBXConverter.cpp:2026: error: integer constant is too large for 'long' type
  code/FBXConverter.cpp:2794: error: integer constant is too large for 'long' type
  code/FBXConverter.cpp:2868: error: integer constant is too large for 'long' type
  code/FBXConverter.cpp:2878: error: integer constant is too large for 'long' type
  code/FBXConverter.cpp:2888: error: integer constant is too large for 'long' type

[1] http://autobuild.buildroot.net/results/885/8853b192d16ca7ef769c5352a2df0540a7a2a4fd

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoperf: remove tests from target
Thomas De Schampheleire [Fri, 15 Jan 2016 08:47:35 +0000 (09:47 +0100)]
perf: remove tests from target

The perf tool installed test files in
    output/target/usr/libexec/perf-core/tests/
which amounted to about 30+K.

Since they are not needed for normal perf operation, remove them.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolinux-fusion: fix several build issues
Marc Gonzalez [Fri, 15 Jan 2016 16:12:00 +0000 (17:12 +0100)]
linux-fusion: fix several build issues

The first patch merely fixes a warning. The other two are required
to use the module on Linux 4.x

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agonetsniff-ng: check if linux-headers are v3.0 or higher
Joris Lijssens [Fri, 15 Jan 2016 15:03:40 +0000 (16:03 +0100)]
netsniff-ng: check if linux-headers are v3.0 or higher

netsniff-ng uses the TP_STATUS_VLAN_VALID define, provided by the
kernel headers. This definition has been added in the kernel by commit
a3bcc23e890a6d49d6763d9eb073d711de2e0469 ("af-packet: Add flag to
distinguish VID 0 from no-vlan"), which was merged in v3.0.

Fixes:
http://autobuild.buildroot.net/results/c87/c87a440e29ae387f600cb6ecce3caaa08557f4f0/

Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/ffmpeg: bump version to 2.8.5
Bernd Kuhls [Sat, 16 Jan 2016 11:17:57 +0000 (12:17 +0100)]
package/ffmpeg: bump version to 2.8.5

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoolimex_a20_olinuxino_lime: bump u-boot to 2016.01
Francois Perrad [Sat, 16 Jan 2016 09:54:25 +0000 (10:54 +0100)]
olimex_a20_olinuxino_lime: bump u-boot to 2016.01

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoutil-linux: enable Python bindings for libmount
Yegor Yefremov [Fri, 15 Jan 2016 14:24:48 +0000 (15:24 +0100)]
util-linux: enable Python bindings for libmount

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoConfig.in: Add BR2_DEPRECATED_SINCE_2016_02
Gustavo Zacarias [Fri, 15 Jan 2016 10:47:46 +0000 (07:47 -0300)]
Config.in: Add BR2_DEPRECATED_SINCE_2016_02

In prepration for new deprecated features/symbols.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agobarebox: bump to version 2016.01.0
Fabio Porcedda [Fri, 15 Jan 2016 17:52:05 +0000 (18:52 +0100)]
barebox: bump to version 2016.01.0

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-can: bump to 1.4.3
Yegor Yefremov [Thu, 14 Jan 2016 21:19:16 +0000 (22:19 +0100)]
python-can: bump to 1.4.3

Fixes following legal-info issues:

http://autobuild.buildroot.net/results/316/3162ae78c27e174740012851e4a57fcab58ad421//
http://autobuild.buildroot.net/results/087/087b85d9c3e0184be2261912138c1957fe61fae2//

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs/minnowboard_max: bump kernel to version 4.4
Peter Korsgaard [Thu, 14 Jan 2016 20:40:26 +0000 (21:40 +0100)]
configs/minnowboard_max: bump kernel to version 4.4

And point the readme to wiki.minnowboard.org instead of the legacy
elinux.org page.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoprocps-ng: install binaries in /bin and /sbin
Vicente Olivert Riera [Wed, 13 Jan 2016 16:05:59 +0000 (16:05 +0000)]
procps-ng: install binaries in /bin and /sbin

This way the busybox counterparts are overwritten and we will not end up
with procps-ng binaries in /usr/bin and /usr/sbin, and busybox symlinks
for the same tools in /bin and /sbin.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoharfbuzz: enable optional graphite2 support
Gustavo Zacarias [Thu, 14 Jan 2016 16:20:52 +0000 (13:20 -0300)]
harfbuzz: enable optional graphite2 support

Enable building harfbuzz with the optional graphite2 support.
Also switch --without-X configure options to the correct/documented
--with-X=no syntax.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agorabbitmq-c: needs a toolchain with posix_spawn support
Joris Lijssens [Thu, 14 Jan 2016 12:03:21 +0000 (13:03 +0100)]
rabbitmq-c: needs a toolchain with posix_spawn support

Fixes:
http://autobuild.buildroot.net/results/a6c3e79c61c5a535970d03bf37b068349f766a7f/

Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/argp-standalone: Fix build with c99 compilers
Vicente Bergas [Thu, 14 Jan 2016 14:31:31 +0000 (15:31 +0100)]
package/argp-standalone: Fix build with c99 compilers

Add patch from:
http://review.gluster.org/6034

Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Tested-by: Vicente Bergas <vicencb@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosqlite: bump to version 3.10.1
Gustavo Zacarias [Thu, 14 Jan 2016 18:57:36 +0000 (15:57 -0300)]
sqlite: bump to version 3.10.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoopenssh: security bump to version 7.1p2
Gustavo Zacarias [Thu, 14 Jan 2016 17:55:43 +0000 (14:55 -0300)]
openssh: security bump to version 7.1p2

Fixes:

CVE-2016-0777 - Client Information leak from use of roaming connection
feature.

CVE-2016-0778 - A buffer overflow flaw was found in the way the OpenSSH
client roaming feature was implemented. A malicious server could
potentially use this flaw to execute arbitrary code on a successfully
authenticated OpenSSH client if that client used certain non-default
configuration options.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: James Knight <james.knight@rockwellcollins.com>
Tested-by: James Knight <james.knight@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoqt4: fix static building if libglib-2.0 is enabled
Alexey Brodkin [Wed, 13 Jan 2016 22:27:43 +0000 (01:27 +0300)]
qt4: fix static building if libglib-2.0 is enabled

Here we're seeing another issue with static builds.
Problem is Qt's configuration system post-processes output of pkg-config
removing duplicate entries. That's fine for dynamic builds - all symbols
will be resolved in runtime but for static builds we need to specify
explicit and correct list of libs.

See more explanations in the patch itself.

This patch was sent in Qt's Gerrit for review and could be seen here:
https://codereview.qt-project.org/#/c/145967/

Fixes a couple of qt4 build failures:
http://autobuild.buildroot.net/results/174/174c6e47eb761f9897275b6fedff742ace2f3081
http://autobuild.buildroot.net/results/273/273676f1deee986a205b63e92cd6042c29ba1578
http://autobuild.buildroot.net/results/4f9/4f92d1316e786d8bb3c16b748f1ab731562540e3
and many others.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Lada Trimasova <ltrimas@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconnman: bump to version 1.31
Gustavo Zacarias [Thu, 14 Jan 2016 12:25:16 +0000 (09:25 -0300)]
connman: bump to version 1.31

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agodocs/website: fixing mixing content error
Angelo Compagnucci [Wed, 13 Jan 2016 20:53:32 +0000 (21:53 +0100)]
docs/website: fixing mixing content error

Firefox recently activated mixing content mode protection
(http elements in an https page). This patch changes
the external slides service to https.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/vlc: disable for static-only builds
Bernd Kuhls [Sat, 9 Jan 2016 21:13:36 +0000 (22:13 +0100)]
package/vlc: disable for static-only builds

vlc configure errors out for a non-shared build:
http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=configure.ac;h=d44151b3fb507141ce7f9b98e95fa11edcdaac01;hb=HEAD#l450

Fixes
http://autobuild.buildroot.net/results/f93/f93771b4f76b82197b930e6fde5eb7aebfe9c910/
http://autobuild.buildroot.net/results/4af/4af880a8a8a37efd57e12e18d43183ba49f5cbe0/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/vlc: Add optional dependency to libbluray
Bernd Kuhls [Sat, 9 Jan 2016 21:03:55 +0000 (22:03 +0100)]
package/vlc: Add optional dependency to libbluray

libbluray is an optional dependency of vlc:
http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=configure.ac;h=d44151b3fb507141ce7f9b98e95fa11edcdaac01;hb=HEAD#l1739

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/vlc: Add optional dependency to zlib
Bernd Kuhls [Sat, 9 Jan 2016 21:03:54 +0000 (22:03 +0100)]
package/vlc: Add optional dependency to zlib

zlib is an optional dependency of vlc:
http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=configure.ac;h=d44151b3fb507141ce7f9b98e95fa11edcdaac01;hb=HEAD#l811

Thanks to Yann for pointing this out:
http://patchwork.ozlabs.org/patch/529248/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/libdrm: bump version to 2.4.66
Bernd Kuhls [Sat, 9 Jan 2016 21:19:31 +0000 (22:19 +0100)]
package/libdrm: bump version to 2.4.66

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/lttng-modules: bump to version 2.7.1
Samuel Martin [Sat, 9 Jan 2016 20:59:24 +0000 (21:59 +0100)]
package/lttng-modules: bump to version 2.7.1

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/lttng-tools: bump to version 2.7.1
Samuel Martin [Sat, 9 Jan 2016 20:59:23 +0000 (21:59 +0100)]
package/lttng-tools: bump to version 2.7.1

Also remove merged patches.
So, autoreconf is no longer needed.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-requests: bump to 2.9.1
Yegor Yefremov [Sat, 9 Jan 2016 19:37:34 +0000 (20:37 +0100)]
python-requests: bump to 2.9.1

Add missing zlib runtime dependency.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosupport/scripts/apply-patches.sh: fix whitespace
Arnout Vandecappelle [Sat, 9 Jan 2016 01:57:40 +0000 (02:57 +0100)]
support/scripts/apply-patches.sh: fix whitespace

The apply-patches.sh script was using a mix of tabs and spaces, and
some three-space indentation. Normalize everything to four-space
indentation.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/portaudio: bump to version v19_20140130
Jörg Krause [Sat, 9 Jan 2016 00:13:35 +0000 (01:13 +0100)]
package/portaudio: bump to version v19_20140130

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoopenntpd: set time immediately from initscript
Gustavo Zacarias [Wed, 13 Jan 2016 12:29:04 +0000 (09:29 -0300)]
openntpd: set time immediately from initscript

Match the systemd service file and set time immediately on startup
rather than small steps when it differs a lot.
On embedded scenarios this is better since boards that lack a
battery-backed RTC might start at unix epoch and the time set will delay
for quite a while otherwise.
For boards that do have a battery-backed RTC the behaviour will be
practically the same unless the RTC drifts a lot.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-html5lib: new package
Yegor Yefremov [Wed, 13 Jan 2016 15:18:10 +0000 (16:18 +0100)]
python-html5lib: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-can: bump to 1.4.2
Yegor Yefremov [Wed, 13 Jan 2016 14:24:18 +0000 (15:24 +0100)]
python-can: bump to 1.4.2

Add hash file and change download location to PyPi.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosupport/scripts/size-stats: fix copy/paste error in ArgumentParser
Thomas Petazzoni [Wed, 13 Jan 2016 15:35:19 +0000 (16:35 +0100)]
support/scripts/size-stats: fix copy/paste error in ArgumentParser

A copy/paste error in the ArgumentParser() constructor call disclosed
the fact that the author of the script has shamefully based his work
on the existing graph-build-time script. This commit fixes this
mistake, therefore hiding in a better way how size-stats was
vampirized from graph-build-time.

Reported-by: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoopus: bump to version 1.1.2
Peter Korsgaard [Wed, 13 Jan 2016 08:33:38 +0000 (09:33 +0100)]
opus: bump to version 1.1.2

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agodropbear: add help text about key creation
Arnout Vandecappelle [Sat, 9 Jan 2016 01:15:53 +0000 (02:15 +0100)]
dropbear: add help text about key creation

Commit e7d04dd2d replaced /etc/dropbear with a symlink to /var/run and
updated the start scripts to replace it with a real directory, so the
keys would be persistent. However, it turns out that this is pretty
confusing even for expert users, who don't know how to make the keys
really persistent now.

Update the help text explaining what the issue is, and telling the user
to replace the /etc/dropbear symlink with a symlink to a persistent
directory. Also mention the possiblity of unionfs.

Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/tremor: bump to revision 19427
Jörg Krause [Sat, 9 Jan 2016 12:43:27 +0000 (13:43 +0100)]
package/tremor: bump to revision 19427

The revision 18153 dates from 2012-01-20. Lets update to latest changed revision
19427 which dates from 2015-01-07.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agouclibc: update uClibc-ng to latest version 1.0.11
Waldemar Brodkorb [Sun, 10 Jan 2016 17:58:06 +0000 (18:58 +0100)]
uclibc: update uClibc-ng to latest version 1.0.11

Update to 1.0.11. Contains a lot of bugfixes
and some new features:
 * mips{32r6,64r6} enablement
 * argp support
 * support for very simple /etc/gai.conf
 * Xtensa nommu vfork fix
 * systemd portability fixes

Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoperl: bump to version 5.22.1
Francois Perrad [Sun, 10 Jan 2016 14:50:01 +0000 (15:50 +0100)]
perl: bump to version 5.22.1

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolua: switch to 5.3.x as default version
Francois Perrad [Sun, 10 Jan 2016 14:49:25 +0000 (15:49 +0100)]
lua: switch to 5.3.x as default version

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoluarocks: bump to version 2.3.0
Francois Perrad [Sun, 10 Jan 2016 14:49:24 +0000 (15:49 +0100)]
luarocks: bump to version 2.3.0

[Peter: add .hash file]
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomraa: new package
Pieterjan Camerlynck [Sat, 9 Jan 2016 08:36:52 +0000 (09:36 +0100)]
mraa: new package

mraa provides a unified interface for IO on Galileo, Edison,
Raspberry Pi and others.

Signed-off-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com>
Tested-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogeoip: bump to version 1.6.9
Gustavo Zacarias [Tue, 12 Jan 2016 12:08:11 +0000 (09:08 -0300)]
geoip: bump to version 1.6.9

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosamba4: bump to version 4.3.4
Gustavo Zacarias [Tue, 12 Jan 2016 11:55:37 +0000 (08:55 -0300)]
samba4: bump to version 4.3.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agotcpreplay: bump to version 4.1.1
Gustavo Zacarias [Tue, 12 Jan 2016 11:09:03 +0000 (08:09 -0300)]
tcpreplay: bump to version 4.1.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibevdev: bump version to 1.4.6
Peter Seiderer [Mon, 11 Jan 2016 22:53:41 +0000 (23:53 +0100)]
libevdev: bump version to 1.4.6

Update version and hash (see [1] for details).

[1] http://lists.freedesktop.org/archives/input-tools/2016-January/001240.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomongoose: bump to version 6.2
Davide Viti [Mon, 11 Jan 2016 19:26:04 +0000 (20:26 +0100)]
mongoose: bump to version 6.2

Signed-off-by: Davide Viti <zinosat@tiscali.it>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoharfbuzz: bump to version 1.1.3
Gustavo Zacarias [Mon, 11 Jan 2016 18:33:41 +0000 (15:33 -0300)]
harfbuzz: bump to version 1.1.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoiproute2: bump to version 4.4.0
Gustavo Zacarias [Tue, 12 Jan 2016 11:08:46 +0000 (08:08 -0300)]
iproute2: bump to version 4.4.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: bump 3.12.x series
Gustavo Zacarias [Mon, 11 Jan 2016 10:52:39 +0000 (07:52 -0300)]
linux-headers: bump 3.12.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux: bump default to version 4.4
Gustavo Zacarias [Mon, 11 Jan 2016 10:52:38 +0000 (07:52 -0300)]
linux: bump default to version 4.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: add 4.4.x series
Gustavo Zacarias [Mon, 11 Jan 2016 10:52:37 +0000 (07:52 -0300)]
linux-headers: add 4.4.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agotoolchain: add 4.4.x choice for headers
Gustavo Zacarias [Mon, 11 Jan 2016 10:52:36 +0000 (07:52 -0300)]
toolchain: add 4.4.x choice for headers

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: mark EOL versions deprecated
Gustavo Zacarias [Mon, 11 Jan 2016 10:52:35 +0000 (07:52 -0300)]
linux-headers: mark EOL versions deprecated

Follow the upstream EOL cycle and mark 4.2 as deprecated for 2016.02.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-httplib2: bump to 0.9.2
Yegor Yefremov [Mon, 11 Jan 2016 11:04:36 +0000 (12:04 +0100)]
python-httplib2: bump to 0.9.2

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoskeleton: fix indentation of generated interfaces file
Luca Ceresoli [Mon, 11 Jan 2016 15:44:26 +0000 (16:44 +0100)]
skeleton: fix indentation of generated interfaces file

The generated $(TARGET_DIR)/etc/network/interfaces mixes spaces and
tabs. Fix by using tabs only.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agocdrkit: add zlib select
Gustavo Zacarias [Mon, 11 Jan 2016 12:46:33 +0000 (09:46 -0300)]
cdrkit: add zlib select

It's inconsistent with it's DEPENDENCIES otherwise, fixes:
http://autobuild.buildroot.net/results/ac1/ac1e671dcd66c3823cf2e289604ed56f14f7161e/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agonano: bump to version 2.5.1
Gustavo Zacarias [Mon, 11 Jan 2016 13:44:10 +0000 (10:44 -0300)]
nano: bump to version 2.5.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agombedtls: security bump to version 2.2.1
Gustavo Zacarias [Wed, 6 Jan 2016 17:14:39 +0000 (14:14 -0300)]
mbedtls: security bump to version 2.2.1

Fixes:
CVE-2015-7575 - Security Losses from Obsolete and Truncated Transcript
Hashes (SLOTH) vulnerability.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoruby: bump to version 2.3.0
Gustavo Zacarias [Fri, 8 Jan 2016 18:48:36 +0000 (15:48 -0300)]
ruby: bump to version 2.3.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agorabbitmq-c: needs a toolchain with thread support
Joris Lijssens [Fri, 8 Jan 2016 08:37:09 +0000 (09:37 +0100)]
rabbitmq-c: needs a toolchain with thread support

Fixes:
http://autobuild.buildroot.net/results/312/312f0e59e3f83868e86725ee552b320d0e739f9f/

[Peter: add autobuilder reference]
Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoreadline: fix stripping on target
Carlos Santos [Thu, 7 Jan 2016 16:56:22 +0000 (14:56 -0200)]
readline: fix stripping on target

Libraries got installed read only, so strip failed.

[Peter: simplify chmod logic]
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosqueezelite: uses dlopen/dlfcn, needs dynamic libraries
Gustavo Zacarias [Thu, 7 Jan 2016 13:00:27 +0000 (10:00 -0300)]
squeezelite: uses dlopen/dlfcn, needs dynamic libraries

Fixes:
http://autobuild.buildroot.net/results/382/38201ac27b2813f0e9784d63b7aecd0cad06efdf/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agonbd: bump to version 3.13
Gustavo Zacarias [Wed, 6 Jan 2016 23:56:30 +0000 (20:56 -0300)]
nbd: bump to version 3.13

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosqlite: bump to version 3.10.0
Gustavo Zacarias [Wed, 6 Jan 2016 23:11:25 +0000 (20:11 -0300)]
sqlite: bump to version 3.10.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs/qemu: enable SMP for x86 & x86_64
Gustavo Zacarias [Fri, 8 Jan 2016 13:29:50 +0000 (10:29 -0300)]
configs/qemu: enable SMP for x86 & x86_64

This is the 21st century, so enable SMP for them.

[Peter: add note to readme.txt about how emulate a SMP system in QEMU]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoopusfile: bump to version 0.7
Gustavo Zacarias [Thu, 7 Jan 2016 17:06:39 +0000 (14:06 -0300)]
opusfile: bump to version 0.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agodhcpcd: security bump to version 6.10.0
Gustavo Zacarias [Thu, 7 Jan 2016 18:43:34 +0000 (15:43 -0300)]
dhcpcd: security bump to version 6.10.0

Fixes:
CVE-2016-1503 - heap overflow via malformed dhcp responses later in
print_option (via dhcp_envoption1) due to incorrect option length
values.
CVE-2016-1504 - invalid read/crash via malformed dhcp responses.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agophp: security bump to version 5.6.17
Gustavo Zacarias [Thu, 7 Jan 2016 18:46:52 +0000 (15:46 -0300)]
php: security bump to version 5.6.17

Bug #70976 (Memory Read via gdImageRotateInterpolated Array Index Out of
Bounds).
Bug #70755 (fpm_log.c memory leak and buffer overflow).
Bug #70661 (Use After Free Vulnerability in WDDX Packet
Deserialization).
Bug #70741 (Session WDDX Packet Deserialization Type Confusion
Vulnerability).
Bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()).

No CVEs assigned yet.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogiflib: bump to version 5.1.2
Gustavo Zacarias [Thu, 7 Jan 2016 19:27:12 +0000 (16:27 -0300)]
giflib: bump to version 5.1.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agobash: bump to patchlevel 42
Gustavo Zacarias [Thu, 7 Jan 2016 19:52:14 +0000 (16:52 -0300)]
bash: bump to patchlevel 42

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibssh2: bump to version 1.6.0
Gustavo Zacarias [Thu, 7 Jan 2016 20:33:20 +0000 (17:33 -0300)]
libssh2: bump to version 1.6.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosquid: bump to version 3.5.13
Gustavo Zacarias [Fri, 8 Jan 2016 01:34:21 +0000 (22:34 -0300)]
squid: bump to version 3.5.13

Switch to bz2 tarball since there doesn't seem to be an xz release this
time around.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibrsvg: bump to version 2.40.13
Gustavo Zacarias [Fri, 8 Jan 2016 12:03:59 +0000 (09:03 -0300)]
librsvg: bump to version 2.40.13

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agocantarell: bump to version 0.20.1
Gustavo Zacarias [Fri, 8 Jan 2016 12:03:43 +0000 (09:03 -0300)]
cantarell: bump to version 0.20.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agontp: security bump to version 4.2.8p5
Gustavo Zacarias [Fri, 8 Jan 2016 11:09:15 +0000 (08:09 -0300)]
ntp: security bump to version 4.2.8p5

Fixes:
CVE-2015-5300 - MITM attacker can force ntpd to make a step larger than
the panic threshold.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agognutls: bump to version 3.4.8
Gustavo Zacarias [Fri, 8 Jan 2016 10:57:16 +0000 (07:57 -0300)]
gnutls: bump to version 3.4.8

Patch now upstream, so drop it along autoreconf and gettextize.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agotpm-tools: fix .mk file header
Peter Korsgaard [Fri, 8 Jan 2016 17:27:56 +0000 (18:27 +0100)]
tpm-tools: fix .mk file header

The file header should use 80 #'s.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agotpm-tools: enable GETTEXTIZE to fix build with locale
Peter Korsgaard [Fri, 8 Jan 2016 15:40:49 +0000 (16:40 +0100)]
tpm-tools: enable GETTEXTIZE to fix build with locale

Otherwise it ends up with a empty MKDIR_P variable, breaking the build:

Making install in po
make[2]: Entering directory `/home/test/autobuild/instance-2/output/build/tpm-tools-1.3.8/po'
/home/test/autobuild/instance-2/output/target/usr/share
make[2]: execvp: /home/test/autobuild/instance-2/output/target/usr/share: Permission denied
make[2]: *** [install-data-yes] Error 127

Fixes:
http://autobuild.buildroot.net/results/53f/53f85bcde19dc79b1266775a26e51bee1266ba7b/
http://autobuild.buildroot.net/results/979/979908a5a159d65b56f196629330892461c0a5a1/
http://autobuild.buildroot.net/results/44e/44e00da2948164ed72212310617d7d621fb0416c/
http://autobuild.buildroot.net/results/c3e/c3e3bfb22dd8e6972e74ce248e4af692aef1b0cf/
And many more.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosp-oops-extract: correct dos/unix newlines in stdint patch
Peter Korsgaard [Wed, 6 Jan 2016 08:55:44 +0000 (09:55 +0100)]
sp-oops-extract: correct dos/unix newlines in stdint patch

Fixes:
http://autobuild.buildroot.net/results/f72/f72fc7189cbc7191f1b75a8ebd1fc319650c8e2e/

The source code uses dos newlines, so the patch has to do so as well,
otherwise apply-patches.sh fails to apply the patch.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopv: fix build error on sparc/sparc64
Sergio Prado [Tue, 5 Jan 2016 21:01:48 +0000 (19:01 -0200)]
pv: fix build error on sparc/sparc64

Relax linker option is enabled by default on sparc/sparc64
architectures, and it can't be used together with -r option, so disable
it.

Fixes:
http://autobuild.buildroot.net/results/fadc6fc5500d68b91aead58b1d74887db5244f52/
http://autobuild.buildroot.net/results/2f30486f2d72e0277fc30febd4012825a59e4f41/
http://autobuild.buildroot.net/results/82ccb8f0818d1909309eaef969548f963fc6cf04/
...

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agocantarell: bump to version 0.0.20
Gustavo Zacarias [Tue, 5 Jan 2016 13:46:40 +0000 (10:46 -0300)]
cantarell: bump to version 0.0.20

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/boost: add patch to fix host build with gcc 4.4
Jörg Krause [Tue, 5 Jan 2016 11:36:53 +0000 (12:36 +0100)]
package/boost: add patch to fix host build with gcc 4.4

Add patch from upstream [1] to fix a host build with gcc 4.4.x:
  gcc.compile.c++ bin.v2/libs/container/build/gcc-4.4.5/release/threading-multi/pool_resource.o
  libs/container/src/pool_resource.cpp:35: error: declaration of 'typedef class boost::container::pmr::block_slist_base<boost::container::pmr::block_slist_header> boost::container::pmr::pool_data_t::block_slist_base'
  ./boost/container/detail/block_slist.hpp:67: error: changes meaning of 'block_slist_base' from 'class boost::container::pmr::block_slist_base<boost::container::pmr::block_slist_header>'

Fixes:
http://autobuild.buildroot.org/results/3cd/3cdc30a5b6e05de99787a20bf71fcf82842c15b3/
http://autobuild.buildroot.net/results/852/85212dd41db76d4e32efd98736ad8506e1917a8d/
http://autobuild.buildroot.org/results/963/963d102aa1c42efd84447d68d0856074421fbe05/
http://autobuild.buildroot.org/results/a39/a395f91969f79a8a4c0deffca4cdfdad33d48bd0/
.. and many more.

Host build tested on Scientific Linux 6.7 with gcc 4.4.7.

Backported from: a4e9686f8a0258bc30f9da2abab65673d6b9bd50

[1] https://github.com/boostorg/container/commit/a4e9686f8a0258bc30f9da2abab65673d6b9bd50

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agobluez5_utils: bump to version 5.37
John Keeping [Tue, 5 Jan 2016 12:15:15 +0000 (12:15 +0000)]
bluez5_utils: bump to version 5.37

Both patches are now included upstream.

Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/sp-oops-extract: consolidate use of stdint types
Doug Kehn [Mon, 4 Jan 2016 20:23:58 +0000 (14:23 -0600)]
package/sp-oops-extract: consolidate use of stdint types

Change u_int*_t to uint*_t for compatibility, as the latter is in C99:

https://stackoverflow.com/questions/5090737/datatypes-used-in-c

Fixes:
http://autobuild.buildroot.net/results/c649822aa129d56e5462a4887b13811340564453/

This patch has also been submitted upstream (ptxdist@pengutronix.de).

Cc: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/libupnpp: needs at least gcc 4.6
Jörg Krause [Tue, 5 Jan 2016 08:54:32 +0000 (09:54 +0100)]
package/libupnpp: needs at least gcc 4.6

Version 0.13.1 of libupnpp uses range-based for loops. This C++11 feature
requires at least gcc 4.6.

Fixes:
http://autobuild.buildroot.net/results/aa9/aa93ff96305a3b201636bea65f1cfdb6db6d3dfb/
http://autobuild.buildroot.net/results/d8b/d8b96987a5336a64857817ec9831b0fb12867e7c/
http://autobuild.buildroot.net/results/408/40807fe84f67961817b6592a6df243c036cf3b4b/
http://autobuild.buildroot.net/results/408/40807fe84f67961817b6592a6df243c036cf3b4b/
.. and many more

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomesa3d-demos: select libglew/libglu if needed
Peter Korsgaard [Tue, 5 Jan 2016 08:19:38 +0000 (09:19 +0100)]
mesa3d-demos: select libglew/libglu if needed

Fixes:
http://autobuild.buildroot.net/results/4b1/4b16c9797c653c248725a55d9b8eafc4634b968c/build-end.log

libglew/libglu are added to _DEPENDENCIES for X11+GL, but not selected at
the kconfig level.

While we're at it, correct the dependencies for the X11 selects as well
(only used if GL is available).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoxapp_xcompmgr: select xlib_libXrender
Peter Korsgaard [Tue, 5 Jan 2016 08:00:32 +0000 (09:00 +0100)]
xapp_xcompmgr: select xlib_libXrender

Fixes:
http://autobuild.buildroot.net/results/969/9690a67083f31070e27c95b053fc0fd389fd373a/

libXrender is added to _DEPENDENCIES, but not selected at the kconfig level.
While we're at it, sort the selects alphabetically and drop the double
libxfixes select.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/x11r7/xserver_xorg-server: move libpciaccess selection
Romain Naour [Mon, 4 Jan 2016 00:11:49 +0000 (01:11 +0100)]
package/x11r7/xserver_xorg-server: move libpciaccess selection

Move libpciaccess selection under BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
to simplify.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/x11r7/xserver_xorg-server: select xlib_libxshmfence required by dri3proto...
Romain Naour [Mon, 4 Jan 2016 00:11:48 +0000 (01:11 +0100)]
package/x11r7/xserver_xorg-server: select xlib_libxshmfence required by dri3proto support dependencies

When BR2_PACKAGE_XPROTO_DRI3PROTO and
BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR are selected, xlib_libxshmfence
package build is triggered at Makefile level.

Since 28f67899e54f15c6e48484ea2976c3e431756bcb, the build
stop if a package build is trigged at Makefile level without
being selected at Config.in level.

Fixes:
http://autobuild.buildroot.net/results/a25/a253d19191dbc8bcc54f9e9d7fddae03d6695b4b/

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/x11r7/xserver_xorg-server: reorder select/depends
Romain Naour [Mon, 4 Jan 2016 00:11:47 +0000 (01:11 +0100)]
package/x11r7/xserver_xorg-server: reorder select/depends

>From [1]:
"Even though the ordering has absolutely no consequences in Kconfig, it
is not logical (when reading). It is more logical and far easier to
understand when depends come first, followed by the selects."

Also, the Config.in exemple in the manual suggest to use this coding
style [2].

[1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html
[2] http://buildroot.uclibc.org/downloads/manual/manual.html#writing-rules-config-in

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/mesa3d: select packages required by dri3proto support dependencies
Romain Naour [Mon, 4 Jan 2016 00:11:46 +0000 (01:11 +0100)]
package/mesa3d: select packages required by dri3proto support dependencies

When BR2_PACKAGE_MESA3D_DRI_DRIVER and BR2_PACKAGE_XPROTO_DRI3PROTO
are selected, xlib_libxshmfence and xproto_presentproto packages
build are trigged at Makefile level.

Since 28f67899e54f15c6e48484ea2976c3e431756bcb, the build
stop if a package build is trigged at Makefile level without
being selected at Config.in level.

Fixes:
http://autobuild.buildroot.net/results/6a4/6a471d2873ff7e645b0f0962d1719632e290993c

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/mesa3d: reorder select/depends
Romain Naour [Mon, 4 Jan 2016 00:11:45 +0000 (01:11 +0100)]
package/mesa3d: reorder select/depends

>From [1]:
"Even though the ordering has absolutely no consequences in Kconfig, it
is not logical (when reading). It is more logical and far easier to
understand when depends come first, followed by the selects."

Also, the Config.in exemple in the manual suggest to use this coding
style [2].

[1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html
[2] http://buildroot.uclibc.org/downloads/manual/manual.html#writing-rules-config-in

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython3: switch to Git formatted patches
Thomas Petazzoni [Mon, 4 Jan 2016 18:23:28 +0000 (19:23 +0100)]
python3: switch to Git formatted patches

In preparation for the bump to Python 3.5.0, let's switch all the
patches to the Git format. This way, a Git repository of the Python
source code can be used to manage those patches, which makes it easier
to bump to newer Python versions.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agofakeroot: fix build when libcap-dev is installed
Ricardo Martincoski [Mon, 4 Jan 2016 18:33:56 +0000 (16:33 -0200)]
fakeroot: fix build when libcap-dev is installed

Fixes https://bugs.busybox.net/show_bug.cgi?id=8541

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agostrace: enable supported nios2 arch
Ezequiel García [Mon, 4 Jan 2016 18:14:18 +0000 (15:14 -0300)]
strace: enable supported nios2 arch

Support for Nios-II has been added in strace release 4.11.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopciutils: correct dns disabling logic
Peter Korsgaard [Mon, 4 Jan 2016 20:47:37 +0000 (21:47 +0100)]
pciutils: correct dns disabling logic

Fixes #8581

Commit 2c879f95a0 (pciutils: cleanup) refactored the make arguments, but
accidently changed the logic to disable dns based lookups to pass
PCIUTILS_DNS=no instead of DNS=no, causing the autotection to be used.

This autodetection looks at host includes, so it isn't safe for cross
compilation.

Disable it by setting the correct make variable instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomongodb: disable support for armv4 and armv5
Sergio Prado [Mon, 4 Jan 2016 15:50:23 +0000 (13:50 -0200)]
mongodb: disable support for armv4 and armv5

When compiling for armv4 or armv5, we get the following error:

src/mongo/util/signal_handlers_synchronous.cpp:188:9: error: 'current_exception' is not a member of 'std'
     if (std::current_exception()) {
         ^

This is because libstdc++ will only enable std::current_exception if ATOMIC_INT_LOCK_FREE > 1, which is not the case for armv4 and armv5 architectures, so disable them.

Fixes:
http://autobuild.buildroot.net/results/589a02f511939531141135def73785b600113152/
http://autobuild.buildroot.net/results/89b9cd2dae8645b50407409c7f2a8567c551822c/
http://autobuild.buildroot.net/results/b8ffce927cb0563f5c43533ec2f02d3487acc198/

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoxapp_xbacklight: select xcb-util package
Gustavo Zacarias [Mon, 4 Jan 2016 14:37:12 +0000 (11:37 -0300)]
xapp_xbacklight: select xcb-util package

xapp_xbacklight depends on the xcb-utils package but doesn't select it.
Fixes:

http://autobuild.buildroot.net/results/d96/d96aa77e02954bef6fb6e9d244fbf9d1e939a374/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agomongodb: fix legal info build error
Sergio Prado [Mon, 4 Jan 2016 10:57:28 +0000 (08:57 -0200)]
mongodb: fix legal info build error

Remove extra comma to fix legal info build error.

Fixes:
http://autobuild.buildroot.net/results/87faca89bc9ff6ff4699c4b50bbb890ff80b95ee/
http://autobuild.buildroot.net/results/ea54721ef0d1c210b2baa9eef7c6c68863020b50/
http://autobuild.buildroot.net/results/5a81db472d432880f44dfb30bae0d777b6ae6c79/
...

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>