buildroot.git
11 years agopackage/tvheadend: use a non-root user to run the daemon
Yann E. MORIN [Fri, 12 Apr 2013 07:14:19 +0000 (07:14 +0000)]
package/tvheadend: use a non-root user to run the daemon

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackages: add ability for packages to create users
Yann E. MORIN [Fri, 12 Apr 2013 07:14:18 +0000 (07:14 +0000)]
packages: add ability for packages to create users

Packages that install daemons may need those daemons to run as a non-root,
or an otherwise non-system (eg. 'daemon'), user.

Add infrastructure for packages to create users, by declaring the FOO_USERS
variable that contain a makedev-syntax-like description of the user(s) to
add.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Samuel Martin <s.martin49@gmail.com>
Cc: Cam Hutchison <camh@xdna.net>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agointegrator926: Update the defconfig
Maxime Ripard [Fri, 12 Apr 2013 00:21:29 +0000 (00:21 +0000)]
integrator926: Update the defconfig

the integrator926 defconfig has not been updated for quite some time,
and is still asking for very old linux and u-boot releases. Now that
these versions aren't present in Buildroot anymore, they default to a
newer release, where, in the u-boot case, the defconfig name has
changed, leading to a build failure.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoopenssh: don't use a custom libexec dir
Peter Korsgaard [Thu, 25 Apr 2013 20:53:00 +0000 (22:53 +0200)]
openssh: don't use a custom libexec dir

sftp expects to find sftp-server in the standard (/usr/libexec) location,
so ensure it gets installed there.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofs/ubifs: factorize all the "depends on" into "if...endif" blocks
Mark Jackson [Wed, 24 Apr 2013 21:55:35 +0000 (21:55 +0000)]
fs/ubifs: factorize all the "depends on" into "if...endif" blocks

Factorize all the "depends on" into "if...endif" blocks

All the UBIFS options use "depends on BR2_TARGET_ROOTFS_UBIFS" but
we can simplify the config file by enclosing them in an "if..endif"
block.

Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohtop: bump to version 1.0.2
gilles.talis@gmail.com [Wed, 24 Apr 2013 12:57:04 +0000 (12:57 +0000)]
htop: bump to version 1.0.2

Also add license information

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofs/ubifs: allow extra options to be passed to ubifs creation tools
Mark Jackson [Wed, 24 Apr 2013 02:29:19 +0000 (02:29 +0000)]
fs/ubifs: allow extra options to be passed to ubifs creation tools

Allow extra options to be passed to ubifs creation tools.

Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofs/common: add support for LZO and XZ compression methods
Gustavo Zacarias [Tue, 22 Jan 2013 01:03:43 +0000 (01:03 +0000)]
fs/common: add support for LZO and XZ compression methods

Add support for LZO and XZ compression methods to cpio, ext2, tar and
ubifs filesystem targets.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxz: add XZ definition for the host variant
Gustavo Zacarias [Tue, 22 Jan 2013 01:03:42 +0000 (01:03 +0000)]
xz: add XZ definition for the host variant

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolzop: add LZOP definition for the host variant
Gustavo Zacarias [Tue, 22 Jan 2013 01:03:41 +0000 (01:03 +0000)]
lzop: add LZOP definition for the host variant

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopost-image: show each script filename before execution
Luca Ceresoli [Mon, 8 Apr 2013 06:50:15 +0000 (06:50 +0000)]
post-image: show each script filename before execution

This also simplifies code by removing the ifneq/endif clauses.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopost-build: show each script filename before execution
Luca Ceresoli [Mon, 8 Apr 2013 06:50:14 +0000 (06:50 +0000)]
post-build: show each script filename before execution

This also simplifies code by removing the ifneq/endif clauses.

[Peter: drop extra space]
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibxml++: new package
nmenegale [Wed, 24 Apr 2013 05:11:23 +0000 (05:11 +0000)]
libxml++: new package

libxml++ is a C++ wrapper for libxml2.

[Peter: misc Config.in fixes]
Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoglibmm: new package
nmenegale [Wed, 24 Apr 2013 05:11:22 +0000 (05:11 +0000)]
glibmm: new package

[Peter: fixup white space]
Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobeaglebone_defconfig: use u-boot 2013.04, add comments
Peter Korsgaard [Wed, 24 Apr 2013 07:19:19 +0000 (09:19 +0200)]
beaglebone_defconfig: use u-boot 2013.04, add comments

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agouboot-tools: bump version
Peter Korsgaard [Wed, 24 Apr 2013 07:16:50 +0000 (09:16 +0200)]
uboot-tools: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agou-boot: add 2013.04, deprecate 2011.12 / 2012.04, drop 2011.06 / 2011.09
Peter Korsgaard [Wed, 24 Apr 2013 07:14:53 +0000 (09:14 +0200)]
u-boot: add 2013.04, deprecate 2011.12 / 2012.04, drop 2011.06 / 2011.09

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agocrosstool-ng: bump to version 1.18.0
Patrick Ziegler [Sun, 14 Apr 2013 23:09:51 +0000 (23:09 +0000)]
crosstool-ng: bump to version 1.18.0

Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopoppler: new package
Olivier Schonken [Tue, 16 Apr 2013 10:48:04 +0000 (10:48 +0000)]
poppler: new package

Poppler is a PDF rendering library based on the xpdf-3.0 code base.

[Peter: Fix license, comment text and drop explicit library options]
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agozyre: new package
Simon Dawson [Sun, 14 Apr 2013 10:33:01 +0000 (10:33 +0000)]
zyre: new package

[Peter: add comment about toolchain dependencies, fix license]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agowireless-regdb: bump to version 2013.02.13 and style fixes
Gustavo Zacarias [Tue, 23 Apr 2013 08:59:02 +0000 (08:59 +0000)]
wireless-regdb: bump to version 2013.02.13 and style fixes

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibgcrypt: bump to version 1.5.2
Gustavo Zacarias [Tue, 23 Apr 2013 06:52:49 +0000 (06:52 +0000)]
libgcrypt: bump to version 1.5.2

Also work around a build failure for ARM thumb mode which was also
present in the previous versions.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox 1.21.0: update mdev patch
Gustavo Zacarias [Tue, 23 Apr 2013 04:13:18 +0000 (04:13 +0000)]
busybox 1.21.0: update mdev patch

Update the mdev patch so that subsystem matching is reintroduced.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibserial: new package
Simon Dawson [Tue, 23 Apr 2013 04:52:39 +0000 (04:52 +0000)]
libserial: new package

Note that the Python binding is disabled; we can't build this in Buildroot
without the sipconfig Python module for the host.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agowireless-regdb: strip empty line
Peter Korsgaard [Tue, 23 Apr 2013 07:04:47 +0000 (09:04 +0200)]
wireless-regdb: strip empty line

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohaserl: move patches to new model
Peter Korsgaard [Tue, 23 Apr 2013 07:02:27 +0000 (09:02 +0200)]
haserl: move patches to new model

On commit 5538e4766201aa0c1c23721cfc99cbbde595964b the versioned package
patches changed the directory structure but the packages weren't fixed.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobinutils: move patches to new model
Gustavo Zacarias [Mon, 22 Apr 2013 14:47:47 +0000 (11:47 -0300)]
binutils: move patches to new model

On commit 5538e4766201aa0c1c23721cfc99cbbde595964b the versioned package
patches changed the directory structure but the packages weren't fixed.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox: move patches to new model
Gustavo Zacarias [Mon, 22 Apr 2013 14:47:46 +0000 (11:47 -0300)]
busybox: move patches to new model

On commit 5538e4766201aa0c1c23721cfc99cbbde595964b the versioned package
patches changed the directory structure but the packages weren't fixed.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxenomai: bump to version 2.6.2.1
Victor Hiairrassary [Sun, 21 Apr 2013 22:07:23 +0000 (22:07 +0000)]
xenomai: bump to version 2.6.2.1

- remove BR2_PACKAGE_XENOMAI_SMP since xenomai 2.6.2 no more
requires to pass the --enable-smp option : see release notes at
http://www.xenomai.org/index.php/Xenomai:News#2012-12-26_Xenomai_2.6.2

- remove xenomai-thumb-fix.patch since it was completely merged
in xenomai 2.6.2

Signed-off-by: Victor Hiairrassary <victor.hiairrassary.ml@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodropbear: bump to version 2013.58
Gustavo Zacarias [Sun, 21 Apr 2013 15:12:10 +0000 (15:12 +0000)]
dropbear: bump to version 2013.58

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agophp: bump to version 5.3.24
Gustavo Zacarias [Sun, 21 Apr 2013 15:12:09 +0000 (15:12 +0000)]
php: bump to version 5.3.24

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoconfigs: add sample for freescale mpc8315erdb
Gustavo Zacarias [Fri, 19 Apr 2013 09:13:08 +0000 (09:13 +0000)]
configs: add sample for freescale mpc8315erdb

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoconfigs: add sample for freescale p1010rdb
Gustavo Zacarias [Fri, 19 Apr 2013 09:13:07 +0000 (09:13 +0000)]
configs: add sample for freescale p1010rdb

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosupport/kconfig: use kconfig-provided way of setting the CONFIG_ prefix
Yann E. MORIN [Sun, 14 Apr 2013 02:53:17 +0000 (02:53 +0000)]
support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix

It's now been a while since it has been possible to build the kconfig
parser to understand a prefix other than CONFIG_, and even no prefix
at all, by setting the CONFIG_ macro (#define) at biuld time.

Just use that, insted of patching, it will make it easier for us in the
future.

Our patches have been refreshed at the same time.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoapf9328: Fix build error
Maxime Ripard [Fri, 12 Apr 2013 00:06:53 +0000 (00:06 +0000)]
apf9328: Fix build error

Commit a0b6faa ("gdb: convert to the package infrastructure") changed
the name of the host gdb configuration option, and added it to the
legacy option set, leading to a build breakage for the
armadeus_apf9328_defconfig.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomobile-broadband-provider-info: bump to version 20120614
Viallard Anthony [Tue, 2 Apr 2013 05:37:44 +0000 (05:37 +0000)]
mobile-broadband-provider-info: bump to version 20120614

Signed-off-by: Anthony Viallard <viallard@syscom-instruments.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agorapidjson: new package
Simon Dawson [Thu, 28 Mar 2013 02:15:19 +0000 (02:15 +0000)]
rapidjson: new package

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibsigsegv: new package
Simon Dawson [Sun, 7 Apr 2013 20:31:43 +0000 (20:31 +0000)]
libsigsegv: new package

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibwebsockets: do not build/install testapps to target
Andreas Wetzel [Sun, 14 Apr 2013 22:31:25 +0000 (22:31 +0000)]
libwebsockets: do not build/install testapps to target

Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibwebsockets: bump to version 1.22-chrome26-firefox18
Andreas Wetzel [Sun, 14 Apr 2013 22:31:24 +0000 (22:31 +0000)]
libwebsockets: bump to version 1.22-chrome26-firefox18

Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqemu/arm-versatile: update to use kernel 3.8.8
Gustavo Zacarias [Thu, 18 Apr 2013 03:13:05 +0000 (03:13 +0000)]
qemu/arm-versatile: update to use kernel 3.8.8

The IRQ mapping failures have been fixed in 3.8.8 so update it to the
latest kernel series.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomonit: add license information
Simon Dawson [Wed, 17 Apr 2013 23:26:22 +0000 (23:26 +0000)]
monit: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodnsmasq: build with MAKE1
gilles.talis@gmail.com [Wed, 17 Apr 2013 12:10:35 +0000 (12:10 +0000)]
dnsmasq: build with MAKE1

dnsmasq build breaks with parallel builds.
By the time final target needs to be linked, some object files are missing.

Fix it by using MAKE1 instead.

Fixes:
http://autobuild.buildroot.org/results/7a68e2f64105013c1040c01c0e55fb5d910ef8d8

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibcurl: specify capath
Shawn J. Goff [Wed, 17 Apr 2013 11:31:27 +0000 (11:31 +0000)]
libcurl: specify capath

Since openssl's path is '/etc/ssl/' (specified in our openssl package),
we should also make sure that's what curl is using.

Previously, it's hasn't been specified, which means it changes depending
on the host system where it's compiled.

Signed-off-by: Shawn J. Goff <shawn7400@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosam-ba: add license information
Simon Dawson [Tue, 16 Apr 2013 22:04:15 +0000 (22:04 +0000)]
sam-ba: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agowireless-regdb: new package
Dimitrios Siganos [Tue, 9 Apr 2013 03:22:19 +0000 (03:22 +0000)]
wireless-regdb: new package

Signed-off-by: Dimitrios Siganos <dimitris@siganos.org>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqjson: new package
Zoltan Gyarmati [Mon, 8 Apr 2013 10:35:48 +0000 (10:35 +0000)]
qjson: new package

[Peter: misc white space fixes]
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoquagga: fix build breakage without snmp
Gustavo Zacarias [Thu, 18 Apr 2013 01:47:21 +0000 (01:47 +0000)]
quagga: fix build breakage without snmp

Quagga no longer supports explicitly disabling snmp, and what's worse,
it interprets --disable-snmp as --enable-snmp.
Remove the disable configure option.
While at it add a comment about net-snmp requiring AgentX support for
quagga to build properly as suggested by Arnout.
Fixes:
http://autobuild.buildroot.net/results/a9bce6dd8065ddb1850a4e14f0e4eb257ee89286/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibconfig: bump to 1.4.9
Yegor Yefremov [Wed, 17 Apr 2013 21:20:14 +0000 (21:20 +0000)]
libconfig: bump to 1.4.9

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoswig: new package
Gustavo Zacarias [Wed, 10 Apr 2013 10:29:25 +0000 (10:29 +0000)]
swig: new package

Add the swig package, host-variant only since toolchain on the target is
deprecated and this package wouldn't serve any purpose.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoopenssl: add host variant
Gustavo Zacarias [Wed, 10 Apr 2013 10:29:24 +0000 (10:29 +0000)]
openssl: add host variant

Useful for the upcoming host-python-m2crypto package.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinux: bump 3.8.x stable version
Gustavo Zacarias [Wed, 17 Apr 2013 09:53:51 +0000 (09:53 +0000)]
linux: bump 3.8.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokernel-headers: bump 3.{0, 4, 8}.x stable version
Gustavo Zacarias [Wed, 17 Apr 2013 09:53:50 +0000 (09:53 +0000)]
kernel-headers: bump 3.{0, 4, 8}.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoquagga: bump to version 0.99.22.1
Gustavo Zacarias [Mon, 15 Apr 2013 14:39:43 +0000 (14:39 +0000)]
quagga: bump to version 0.99.22.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox: don't disable static option
Patrick Ziegler [Sun, 14 Apr 2013 23:09:16 +0000 (23:09 +0000)]
busybox: don't disable static option

Don't change the busybox STATIC option if buildroots PREFER_STATIC_LIB option
is not set. Not to prefer static linking doesn't imply prefer dynamic linking
for all packages.

Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohiawatha: bump to version 9.1
Gustavo Zacarias [Mon, 15 Apr 2013 14:47:59 +0000 (14:47 +0000)]
hiawatha: bump to version 9.1

Bump to version 9.1 which includes mitigations against BEAST and the RC4
vuln.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopolarssl: bump to version 1.2.7
Gustavo Zacarias [Mon, 15 Apr 2013 14:47:58 +0000 (14:47 +0000)]
polarssl: bump to version 1.2.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobison: bump to version 2.7.1
Gustavo Zacarias [Mon, 15 Apr 2013 14:47:57 +0000 (14:47 +0000)]
bison: bump to version 2.7.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoipset: bump to version 6.18
Gustavo Zacarias [Mon, 15 Apr 2013 14:47:56 +0000 (14:47 +0000)]
ipset: bump to version 6.18

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonetsnmp: enable agentx support by default
Gustavo Zacarias [Mon, 15 Apr 2013 14:39:42 +0000 (14:39 +0000)]
netsnmp: enable agentx support by default

Enable agentx support by default, it's required for newer versions of
quagga.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agontfs-3g: needs toolchain with threads support
gilles.talis@gmail.com [Tue, 16 Apr 2013 14:39:27 +0000 (14:39 +0000)]
ntfs-3g: needs toolchain with threads support

Fixes:
http://autobuild.buildroot.org/results/ff10a72ac5836749155396e87f0cd32cd89f94c7

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodropbear: bump to version 2013.57
Gustavo Zacarias [Wed, 17 Apr 2013 07:31:24 +0000 (07:31 +0000)]
dropbear: bump to version 2013.57

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibid3tag: add license information
Simon Dawson [Sun, 14 Apr 2013 21:51:40 +0000 (21:51 +0000)]
libid3tag: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomadplay: add license information
Simon Dawson [Sun, 14 Apr 2013 21:54:15 +0000 (21:54 +0000)]
madplay: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokbd: add license information
Simon Dawson [Sun, 14 Apr 2013 21:48:56 +0000 (21:48 +0000)]
kbd: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokmod: add license information
Simon Dawson [Sun, 14 Apr 2013 21:29:19 +0000 (21:29 +0000)]
kmod: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5: bump to 5.0.2
Thomas Petazzoni [Mon, 15 Apr 2013 03:11:20 +0000 (03:11 +0000)]
qt5: bump to 5.0.2

A new version of Qt5 has been released, 5.0.2, so let's use it, see
http://blog.qt.digia.com/blog/2013/04/10/qt-5-0-2-released/: "Qt 5.0.2
brings over 600 improvements compared to Qt 5.0.1, most of these in
order to address the issues Qt users have noted when bringing their
applications to Qt 5.".

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5: factor <pkg>_SITE variable
Thomas Petazzoni [Mon, 15 Apr 2013 03:11:19 +0000 (03:11 +0000)]
qt5: factor <pkg>_SITE variable

Each qt5 package was defining its own QT5<something>_SITE
variable. Unfortunately, the download location has slightly changed
for Qt 5.0.2, so we would have to change it for all packages. Instead,
we factor the <pkg>_SITE variable as QT5_SITE in package/qt5/qt5.mk,
just like we already do for QT5_VERSION.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonbd: add license information
Gustavo Zacarias [Mon, 15 Apr 2013 02:42:10 +0000 (02:42 +0000)]
nbd: add license information

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonetperf: add license information
Gustavo Zacarias [Mon, 15 Apr 2013 02:50:47 +0000 (02:50 +0000)]
netperf: add license information

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibconfig: add license information
Simon Dawson [Sun, 14 Apr 2013 21:57:11 +0000 (21:57 +0000)]
libconfig: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoboost: fix build of context library
Patrick Ziegler [Sun, 14 Apr 2013 23:10:31 +0000 (23:10 +0000)]
boost: fix build of context library

Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage: add fan-ctrl
Peter Korsgaard [Mon, 15 Apr 2013 21:39:41 +0000 (23:39 +0200)]
package: add fan-ctrl

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoeliminate double slashes caused by FOO_SITE ending in a slash
Shawn J. Goff [Fri, 12 Apr 2013 09:40:30 +0000 (09:40 +0000)]
eliminate double slashes caused by FOO_SITE ending in a slash

When a FOO_SITE variable ends in a slash and gets joined with a
FOO_SOURCE variable like $(FOO_SITE)/$(FOO_SOURCE), the resulting URI
has a double slash. While double-slashes are fine in unix paths, they
are reserved in URIs - the part following '//' must be an authority.

Signed-off-by: Shawn J. Goff <shawn7400@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agone10: Use http instead of git method for package fetching.
Marek Belisko [Sun, 14 Apr 2013 20:33:48 +0000 (20:33 +0000)]
ne10: Use http instead of git method for package fetching.

Rework package fetching according official documentation:
http://buildroot.uclibc.org/downloads/manual/manual.html#github-download-url

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoofono: add license information
Simon Dawson [Sun, 14 Apr 2013 20:29:10 +0000 (20:29 +0000)]
ofono: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinux: error out early if user forgot to specify dts name(s)
Peter Korsgaard [Mon, 15 Apr 2013 06:55:53 +0000 (08:55 +0200)]
linux: error out early if user forgot to specify dts name(s)

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agocollectd: bump to version 5.3.0
Gustavo Zacarias [Thu, 11 Apr 2013 04:41:36 +0000 (04:41 +0000)]
collectd: bump to version 5.3.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoprotobuf-c: new package
Gustavo Zacarias [Thu, 11 Apr 2013 04:41:35 +0000 (04:41 +0000)]
protobuf-c: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agone10: new package
Thomas Petazzoni [Sat, 13 Apr 2013 08:09:45 +0000 (08:09 +0000)]
ne10: new package

The Ne10 project has been set up to provide a set of common, useful
functions which have been heavily optimized for the ARM Architecture
and provide consistent well tested behavior that can be easily
incorporated into applications. C interfaces to the functions are
provided for both assembler and NEON implementations.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoofono: bump to version 1.12
Simon Dawson [Sat, 13 Apr 2013 07:53:55 +0000 (07:53 +0000)]
ofono: bump to version 1.12

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosysvinit: fix linking of sulogin with -lcrypt
Arnout Vandecappelle (Essensium/Mind) [Tue, 12 Mar 2013 14:05:38 +0000 (14:05 +0000)]
sysvinit: fix linking of sulogin with -lcrypt

The LCRYPT variable is no longer used; use SULOGINLIBS instead.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoexfat: doesn't work on static builds because of libfuse
Gustavo Zacarias [Tue, 26 Feb 2013 00:18:36 +0000 (00:18 +0000)]
exfat: doesn't work on static builds because of libfuse

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibfuse: not available for static builds
Gustavo Zacarias [Tue, 26 Feb 2013 00:16:41 +0000 (00:16 +0000)]
libfuse: not available for static builds

Unfortunately libfuse uses dl functions exclusively so it can't be used
for static builds so exclude it so.
Fixes:
http://autobuild.buildroot.net/results/a1c3d2b9c436023675c363d9d3b365c95ade0329/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoAdd Gnublin board support with fixed kernel header version
Zoltan Gyarmati [Fri, 8 Feb 2013 02:09:37 +0000 (02:09 +0000)]
Add Gnublin board support with fixed kernel header version

[Peter: misc white space fixup]
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage: add libwebsockets
Andreas Wetzel [Wed, 6 Feb 2013 01:28:59 +0000 (01:28 +0000)]
package: add libwebsockets

[Peter: add missing zlib select to Config.in]
Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoboost: bump version to 1.53.0
Victor Hiairrassary [Wed, 6 Feb 2013 06:27:16 +0000 (06:27 +0000)]
boost: bump version to 1.53.0

and re-enable boost context library since its compilation with
uClibc is fixed. Disable new atomic library because it can not
compile with uClibc (fixed in upstream version).

Signed-off-by: Victor Hiairrassary <victor.hiairrassary.ml@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoAdd Armadeus systems APF27 SOM basic support
Julien Boibessot [Thu, 28 Mar 2013 22:50:08 +0000 (22:50 +0000)]
Add Armadeus systems APF27 SOM basic support

Buildroot toolchain, UBIFS rootfs, Linux kernel (board is mainlined since 3.8).

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoradvd: drop autoreconf
Peter Korsgaard [Sun, 14 Apr 2013 18:40:53 +0000 (20:40 +0200)]
radvd: drop autoreconf

We're no longer patching Makefile.am since the 1.9.2 bump, so we don't
need to autoreconf anymore.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonbd: bump to version 3.3
Gustavo Zacarias [Sat, 13 Apr 2013 14:23:41 +0000 (14:23 +0000)]
nbd: bump to version 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonetperf: bump to version 2.6.0
Gustavo Zacarias [Sat, 13 Apr 2013 14:23:40 +0000 (14:23 +0000)]
netperf: bump to version 2.6.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoopenssh: bump to version 6.2p1
Gustavo Zacarias [Sat, 13 Apr 2013 14:23:39 +0000 (14:23 +0000)]
openssh: bump to version 6.2p1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoradvd: bump to version 1.9.3
Gustavo Zacarias [Sat, 13 Apr 2013 14:23:38 +0000 (14:23 +0000)]
radvd: bump to version 1.9.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinux: don't use $ in dtb comment as the shell tries to expand them
Peter Korsgaard [Sun, 14 Apr 2013 17:31:30 +0000 (19:31 +0200)]
linux: don't use $ in dtb comment as the shell tries to expand them

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogdb: disable on AArch64
Thomas Petazzoni [Sat, 13 Apr 2013 04:09:11 +0000 (04:09 +0000)]
gdb: disable on AArch64

The mainline gdb does not yet have AArch64 support at all, so let's
disable it for this platform. The external toolchain provided by
Linaro has gdbserver + cross-gdb, so it already provides what's
necessary to do some debugging.

Fixes
http://autobuild.buildroot.org/results/c330eb75bd2d3e2f002e7a362dd5b08c4fc7fafc/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogdb: properly set the gdb site in all cases
Thomas Petazzoni [Sat, 13 Apr 2013 04:09:10 +0000 (04:09 +0000)]
gdb: properly set the gdb site in all cases

Until now, the gdb site for AVR32 was adjusted only when GDB_VERSION
was not set, i.e only when the cross-gdb is *not* built. We should in
fact also set the site when the cross-gdb is built, so when
GDB_VERSION is defined through package/gdb/Config.in.host.

So, instead, we now have something like:

ifeq ($(GDB_VERSION),)
 # we define here a default version that is used when the cross-gdb is
 # not built and only the target gdb is selected.
endif

ifeq ($(GDB_VERSION),something-special)
GDB_SITE = some-special-site-for-some-special-gdb-version
endif

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain-external: fix Linaro ARM URL
Thomas Petazzoni [Sat, 13 Apr 2013 06:37:07 +0000 (06:37 +0000)]
toolchain-external: fix Linaro ARM URL

Commit 79828fc01d92cee84f8703d25f72121f52880ee9 (toolchain-external:
update ARM Linaro toolchains) accidently broke the URL for the Linaro
2013.01 toolchain by replacing a .bz2 extension by .bz. This patch
fixes this problem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain/gcc: bump 4.6.x version
Peter Korsgaard [Sat, 13 Apr 2013 07:40:01 +0000 (09:40 +0200)]
toolchain/gcc: bump 4.6.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinux: bump 3.8.x stable version
Gustavo Zacarias [Fri, 12 Apr 2013 11:22:38 +0000 (11:22 +0000)]
linux: bump 3.8.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokernel-headers: bump 3.{0, 2, 4, 8}.x stable version
Gustavo Zacarias [Fri, 12 Apr 2013 11:22:37 +0000 (11:22 +0000)]
kernel-headers: bump 3.{0, 2, 4, 8}.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>