buildroot.git
9 years agofftw: add compile precision option
Gwenhael Goavec-Merou [Mon, 16 Mar 2015 16:31:20 +0000 (17:31 +0100)]
fftw: add compile precision option

fftw has options to select compile precision between single, long-double
and quad. These options are exclusives. This patch adds choice to select
precision option.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
[yann.morin.1998@free.fr: use --disable-XXX when not enabled; reword
 prompts (default is not 'none' but 'double')
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: guillaume william brs <guillaume.bressaix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/hostapd: bump to version 2.4
Jörg Krause [Mon, 16 Mar 2015 10:54:59 +0000 (11:54 +0100)]
package/hostapd: bump to version 2.4

Also:
- remove patches: merged upstream
- update hash

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/wpa_supplicant: bump to version 2.4
Jörg Krause [Mon, 16 Mar 2015 10:54:58 +0000 (11:54 +0100)]
package/wpa_supplicant: bump to version 2.4

Also:
- remove patches: merged upstream
- update hash

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agonetwork-manager: add upstream hash origin
Baruch Siach [Mon, 16 Mar 2015 13:31:34 +0000 (15:31 +0200)]
network-manager: add upstream hash origin

The commit log in c511ca937d4 (network-manager: add hash file) claimed to fix
hash origin, but didn't actually do so.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agotoolchain-external: add Synopsys DesignWare tools for ARC cores
Alexey Brodkin [Tue, 10 Mar 2015 11:50:24 +0000 (14:50 +0300)]
toolchain-external: add Synopsys DesignWare tools for ARC cores

With this change we add pre-built external toolachins for DesignWare ARC
cores. All currently existed flavours are supported:
 * ARC 700 and ARC HS cores
 * Little- and big-endian configurations

These pre-built tools are built with build scripts available here
(https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/tree/arc-2014.12)
and correspond to arc-2014.12 release of sources.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
9 years agonetwork-manager: add hash file
Petr Vorel [Mon, 9 Mar 2015 14:30:14 +0000 (15:30 +0100)]
network-manager: add hash file

[Thomas: fix hash origin, as noted by Baruch, upstream publishes a
hash file so there's no need to compute it locally.]

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libftdi1: new package
Daniel Sangue [Sun, 8 Mar 2015 11:26:02 +0000 (12:26 +0100)]
package/libftdi1: new package

This version of libftdi can coexists beside the 0.x version.

Signed-off-by: Daniel Sangue <daniel.sangue@sangue.ch>
[Samuel Martin:
  - libftdi1.mk: bump to version 1.2 and add hash
  - cleanup uneeded libusb-compat stuff
  - Config.in: add comment when ftdipp1 deps are not met
  - fix typos in variable names and legit CMake options for *_CONF_OPTS
  - add support for python bindings and ftdi_eeprom
  - fix static build
  - fix build with toolchain w/o C++ support
]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
[Thomas:
 - reorder Config.in option properties: first the "bool" property,
   then the "selects", then the "depends on".
 - remove "thread" dependency from the libftdipp1 comment since the
   whole package can anyway not be selected if there's no thread
   support.
 - fix a big mistake in the .mk file:
    $(if BR2_PACKAGE_PYTHON,python,python3)
   replaced by:
    $(if $(BR2_PACKAGE_PYTHON),python,python3)
 - add license information.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agodbus-glib: bump version 0.104
Petr Vorel [Mon, 16 Mar 2015 12:12:52 +0000 (13:12 +0100)]
dbus-glib: bump version 0.104

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoofono: refer to explicit hash source
Baruch Siach [Mon, 16 Mar 2015 08:46:05 +0000 (10:46 +0200)]
ofono: refer to explicit hash source

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libftdi: bump to version 0.20
Samuel Martin [Sun, 8 Mar 2015 11:26:01 +0000 (12:26 +0100)]
package/libftdi: bump to version 0.20

Also add *.hash file.

Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoofono: bump to version 1.16
Petr Vorel [Mon, 16 Mar 2015 08:18:24 +0000 (09:18 +0100)]
ofono: bump to version 1.16

[Peter: verify pgp signature and add comment to .hash]
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoconnman: bump to version 1.28
Petr Vorel [Mon, 16 Mar 2015 08:18:23 +0000 (09:18 +0100)]
connman: bump to version 1.28

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogcc: fix 4.9.2 build with C++ and !wchar
Peter Korsgaard [Sun, 15 Mar 2015 21:48:38 +0000 (22:48 +0100)]
gcc: fix 4.9.2 build with C++ and !wchar

The libcilk library (used on x86/x86-64 when building with C++ support)
unconditionally uses WCHAR_MIN / WCHAR_MAX, causing build issues with uClibc
when configured without wchar support.

Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agognuradio: needs NPTL threads
Thomas Petazzoni [Sun, 15 Mar 2015 20:17:40 +0000 (21:17 +0100)]
gnuradio: needs NPTL threads

Fixes:

  http://autobuild.buildroot.org/results/699/6994610a3283975064fae98e965954b3825ce694/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoqt: remove postgresql introduced uclibc dependency for the PostgresSQL support
Peter Seiderer [Tue, 10 Mar 2015 19:59:44 +0000 (20:59 +0100)]
qt: remove postgresql introduced uclibc dependency for the PostgresSQL support

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agophp: remove postgresql introduced uclibc dependency for the PostgresSQL support
Peter Seiderer [Tue, 10 Mar 2015 19:59:43 +0000 (20:59 +0100)]
php: remove postgresql introduced uclibc dependency for the PostgresSQL support

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agocollectd: remove postgresql introduced uclibc dependency for the PostgresSQL support
Peter Seiderer [Tue, 10 Mar 2015 19:59:42 +0000 (20:59 +0100)]
collectd: remove postgresql introduced uclibc dependency for the PostgresSQL support

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoqt5base: remove postgresql introduced uclibc dependency for the PostgresSQL plugin
Peter Seiderer [Tue, 10 Mar 2015 19:59:41 +0000 (20:59 +0100)]
qt5base: remove postgresql introduced uclibc dependency for the PostgresSQL plugin

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobandwidthd: remove postgresql introduced uclibc dependency
Peter Seiderer [Tue, 10 Mar 2015 19:59:40 +0000 (20:59 +0100)]
bandwidthd: remove postgresql introduced uclibc dependency

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopostgresql: fix IPv6 detection for uclibc compile
Peter Seiderer [Tue, 10 Mar 2015 19:59:38 +0000 (20:59 +0100)]
postgresql: fix IPv6 detection for uclibc compile

Assist configure IPv6 support detection for uclibc,
fixes the following uclibc compile failure:

auth.c: In function ‘CheckRADIUSAuth’:
auth.c:2379:24: error: ‘in6addr_any’ undeclared (first use in this function)
  localaddr.sin6_addr = in6addr_any;

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopostgresql: enable uclibc build
Peter Seiderer [Tue, 10 Mar 2015 19:59:37 +0000 (20:59 +0100)]
postgresql: enable uclibc build

Build with uclibc and locale support failes with the following error
message:

regc_pg_locale.c: In function ‘pg_wc_isdigit’:
regc_pg_locale.c:312:6: error: dereferencing pointer to incomplete type
      isdigit_l((unsigned char) c, pg_regex_locale));

This can be fixed by overwriting the HAVE_LOCALE_T detection (thanks
to Alex Potapenko <opotapenko@gmail.com> for the hint [1]).

[1] http://lists.busybox.net/pipermail/buildroot/2015-March/121088.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/jsoncpp: new package
Bernd Kuhls [Sun, 8 Mar 2015 12:01:23 +0000 (13:01 +0100)]
package/jsoncpp: new package

Needed for upcoming Kodi pctv/filmon PVR packages:

https://github.com/kodi-pvr/pvr.pctv/blob/master/CMakeLists.txt#L11
https://github.com/kodi-pvr/pvr.filmon/blob/master/CMakeLists.txt#L11

[Thomas:
  - bump to 1.6.0
  - change the license to "Public Domain or MIT"
  - wrap Config.in help text]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/cmake: make ctest a target package too
Davide Viti [Sun, 8 Mar 2015 09:47:20 +0000 (10:47 +0100)]
package/cmake: make ctest a target package too

Useful for packages shipped with a testsuite which makes use of ctest

Since ctest is just a tool provided by the cmake sources, this change
introduces a hidden BR2_PACKAGE_CMAKE symbol which is automatically
selected by the BR2_PACKAGE_CMAKE_CTEST one.
This is like this mostly for consistency (cmake is the actual package,
not ctest).

CMake is a particular package:
* CMake can be built using the generic infrastructure or the cmake one.
  Since Buildroot has no requirement regarding the host system cmake
  program presence, it uses the generic infrastructure to build the
  host-cmake package, then the (target-)cmake package can be built
  using the cmake infrastructure;
* CMake bundles its dependencies within its sources. This is the reason
  why the host-cmake package only has host-pkgconf as (runtime)
  dependency, whereas the (target-)cmake package has a lot of
  dependencies, using only the system-wide libraries instead of
  rebuilding and staitcally linking with the ones bundles into the CMake
  sources.

[Thomas:
 - add missing C++ dependency.
 - add missing multiple 'select' in Config.in
 - add missing wchar dependency, inherited from selecting libarchive.]

Signed-off-by: Davide Viti <zinosat@tiscali.it>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoiw: simplify static linking handling
Thomas Petazzoni [Sat, 7 Mar 2015 11:40:22 +0000 (12:40 +0100)]
iw: simplify static linking handling

Now that libnl pkg-config file is correct, there is no need to have
special handling for static linking in the iw package: it already uses
pkg-config to get the necessary flags to link with libnl.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoti-utils: simplify static linking case by using pkg-config
Thomas Petazzoni [Sat, 7 Mar 2015 11:40:21 +0000 (12:40 +0100)]
ti-utils: simplify static linking case by using pkg-config

Instead of hardcoding the dependencies of libnl, use pkg-config to
discover them.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibnl: add patch to add Libs.private in libnl-3.0.pc
Thomas Petazzoni [Sat, 7 Mar 2015 11:40:19 +0000 (12:40 +0100)]
libnl: add patch to add Libs.private in libnl-3.0.pc

Having a properly defined Libs.private field allows to make sure
static linking against libnl-3.0 works fine, at least as long as
pkg-config is used.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
9 years agolibnl: use the backported patch for poll.h issue
Thomas Petazzoni [Sat, 7 Mar 2015 11:40:18 +0000 (12:40 +0100)]
libnl: use the backported patch for poll.h issue

Now that Jörg's patch has been merged upstream, let's use the
backported version, in a git format.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/boost: enable building of boost_log
Yannick Kiekens [Mon, 20 Oct 2014 13:27:24 +0000 (15:27 +0200)]
package/boost: enable building of boost_log

Signed-off-by: Yannick Kiekens <yannickkiekens@gmail.com>
[Thomas: tested on ARM uClibc, and AArch64 glibc, the latter being the
case that used to fail building, and was the reason why boost log had
been disabled.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobinutils: fix target binutils on ARC
Thomas Petazzoni [Sun, 15 Mar 2015 15:56:00 +0000 (16:56 +0100)]
binutils: fix target binutils on ARC

When an external toolchain is used on ARC, BR2_BINUTILS_VERSION is
undefined, so we use binutils 2.22, which doesn't support ARC and
anyway isn't available from the ARC download location.

So, let's defined a default ARC binutils version in binutils.mk.

Fixes:

  http://autobuild.buildroot.org/results/52a/52abadacd7aab2d5c11d094937f28198bf220662/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agotoolchain-external: fix support for non-ADI Blackfin external toolchains
Thomas Petazzoni [Sun, 15 Mar 2015 14:40:30 +0000 (15:40 +0100)]
toolchain-external: fix support for non-ADI Blackfin external toolchains

The computation of TOOLCHAIN_EXTERNAL_BIN has a special case for
Blackfin, where it's set to
$(TOOLCHAIN_EXTERNAL_INSTALL_DIR)/$(TOOLCHAIN_EXTERNAL_PREFIX)/bin
instead of $(TOOLCHAIN_EXTERNAL_INSTALL_DIR)/bin for other
architectures.

However, this is actually only true for Analog Devices pre-built
toolchains. Other Blackfin external toolchains (such as ones built by
Buildroot) do not have this special organization.

Therefore, in order to make those non-ADI Blackfin toolchains work, we
need to change the condition from BR2_bfin to testing specifically for
the ADI toolchains.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibdri2: new package
Jérôme Oufella [Wed, 11 Mar 2015 20:30:22 +0000 (16:30 -0400)]
libdri2: new package

libdri2 is a library for the DRI2 extension to the X Window System. This
is the split out dri2 client side code from mesa, libva, libvdpau, etc..

It can be used by applications or user-space drivers to provide
accelerated graphics.

Signed-off-by: Jérôme Oufella <jerome.oufella@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/softether: bump version
Bernd Kuhls [Tue, 10 Mar 2015 18:58:37 +0000 (19:58 +0100)]
package/softether: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/softether: fix compilation error due to librt linking
Bernd Kuhls [Tue, 10 Mar 2015 18:58:36 +0000 (19:58 +0100)]
package/softether: fix compilation error due to librt linking

/home/buildroot/instance-0/output/build/host-softether-16b713b98da8dba29f0f845d5a8c36d6f7c34824/src/Mayaqua/Unix.c:2066:
undefined reference to `clock_gettime'

[Thomas: remove commit 766366411386f5bba773042ada58e6379a3d0adf, which
was a different fix for the same problem.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/zmqpp: Blacklist Blackfin ADI toolchains
Romain Naour [Sat, 14 Mar 2015 17:01:29 +0000 (18:01 +0100)]
package/zmqpp: Blacklist Blackfin ADI toolchains

zmqpp recommand at least a c++ compiler g++ >= 4.7
[1] for c++11 support and won't be backward compatible
whith older compliler for the next release (4.x)
due to harcoded -std=c++11 flag [2]

Blackfin ADI toolchains use a g++ 4.3 which use an
experimental c++11 support (c++0x) has not enough c++11
support to build zmqpp.

Fixes:
http://autobuild.buildroot.net/results/4c3/4c34ce881e3eab47994cc893898cbc9129ce67b5/

And many more.

[1] https://github.com/zeromq/zmqpp
[2] https://github.com/zeromq/zmqpp/commit/f078fe9a5a775aff5c74dedbdc869f8158ddf123

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/zmqpp: switch to the official git
Romain Naour [Sat, 14 Mar 2015 17:01:28 +0000 (18:01 +0100)]
package/zmqpp: switch to the official git

The git hash 36413487f05b165dfc82ad307a5a1c36a795e607 no
longer refers to any commit id, even in the previous git tree.

By reading the Makefile and CHANGELOG.md the last know
release is 3.2.0.

Switch to the official git tree and use the 3.2.0 release tag.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/czmq: fix discovery of libzmq for static build
Romain Naour [Sat, 14 Mar 2015 21:32:05 +0000 (22:32 +0100)]
package/czmq: fix discovery of libzmq for static build

Backport and rebase a patch from upstream:
https://github.com/zeromq/czmq/commit/313714f8b73c23d68b1216bc2df3d0ccc6ab1ffd

Also, remove the fix in czmq.mk for static build.

Fixes:
http://autobuild.buildroot.net/results/ec4/ec414b52f9cdd8d7d365283e21479519e63c7d97/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xdriver_xf86-input-libinput: new package
Bernd Kuhls [Sun, 15 Mar 2015 11:19:23 +0000 (12:19 +0100)]
package/x11r7/xdriver_xf86-input-libinput: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xproto_randrproto: bump version to 1.4.1, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:22 +0000 (12:19 +0100)]
package/x11r7/xproto_randrproto: bump version to 1.4.1, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xlib_libxshmfence: add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:21 +0000 (12:19 +0100)]
package/x11r7/xlib_libxshmfence: add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xlib_libXxf86vm: bump version to 1.1.4, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:20 +0000 (12:19 +0100)]
package/x11r7/xlib_libXxf86vm: bump version to 1.1.4, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xlib_libXvMC: bump version to 1.0.9, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:19 +0000 (12:19 +0100)]
package/x11r7/xlib_libXvMC: bump version to 1.0.9, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xfont_font-util: bump version to 1.3.1
Bernd Kuhls [Sun, 15 Mar 2015 11:19:18 +0000 (12:19 +0100)]
package/x11r7/xfont_font-util: bump version to 1.3.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xdriver_xf86-video-tdfx: bump version to 1.4.6, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:17 +0000 (12:19 +0100)]
package/x11r7/xdriver_xf86-video-tdfx: bump version to 1.4.6, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xdriver_xf86-video-mga: bump version to 1.6.4, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:16 +0000 (12:19 +0100)]
package/x11r7/xdriver_xf86-video-mga: bump version to 1.6.4, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xdriver_xf86-input-synaptics: add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:15 +0000 (12:19 +0100)]
package/x11r7/xdriver_xf86-input-synaptics: add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xapp_xman: bump version to 1.1.4, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:14 +0000 (12:19 +0100)]
package/x11r7/xapp_xman: bump version to 1.1.4, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xapp_xedit: bump version to 1.2.2, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:13 +0000 (12:19 +0100)]
package/x11r7/xapp_xedit: bump version to 1.2.2, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libpciaccess: add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:12 +0000 (12:19 +0100)]
package/libpciaccess: add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/x11r7/xlib_libX11: bump version to 1.6.3, add hash
Bernd Kuhls [Sun, 15 Mar 2015 11:19:11 +0000 (12:19 +0100)]
package/x11r7/xlib_libX11: bump version to 1.6.3, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libinput: bump version to 0.12.0
Bernd Kuhls [Sun, 15 Mar 2015 11:19:10 +0000 (12:19 +0100)]
package/libinput: bump version to 0.12.0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobsdiff: Add hash file
André Hentschel [Sun, 15 Mar 2015 13:09:08 +0000 (14:09 +0100)]
bsdiff: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoberkeleydb: Add hash file
André Hentschel [Sun, 15 Mar 2015 12:53:21 +0000 (13:53 +0100)]
berkeleydb: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobotan: Add hash file
André Hentschel [Sun, 15 Mar 2015 12:52:54 +0000 (13:52 +0100)]
botan: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobluez_utils: Add hash file
André Hentschel [Sun, 15 Mar 2015 12:52:52 +0000 (13:52 +0100)]
bluez_utils: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobustle: Add hash file
André Hentschel [Sun, 15 Mar 2015 12:52:48 +0000 (13:52 +0100)]
bustle: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobonnie: Add hash file
André Hentschel [Sun, 15 Mar 2015 12:52:46 +0000 (13:52 +0100)]
bonnie: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobcusdk: Add hash file
André Hentschel [Sun, 15 Mar 2015 12:52:43 +0000 (13:52 +0100)]
bcusdk: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobc: Add hash file
André Hentschel [Sun, 15 Mar 2015 12:52:41 +0000 (13:52 +0100)]
bc: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agouclibc: double quote values of string options
Thomas Petazzoni [Wed, 11 Mar 2015 22:01:28 +0000 (23:01 +0100)]
uclibc: double quote values of string options

kconfig string option values should use double quotes when defined, so
this commit fixes package/uclibc/Config.in in that respect.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agouclibc: update to latest release 1.0.1
Waldemar Brodkorb [Wed, 11 Mar 2015 22:01:27 +0000 (23:01 +0100)]
uclibc: update to latest release 1.0.1

Changes are here http://uclibc-ng.org/pipermail/devel/2015-March/000114.html

Buildroot related are SPARC and XTENSA non-threading builds
and static linking fixes for pthread apps like cdrkit.
Add a hotfix for MIPS compile with older GCC.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agouclibc: remove version from the uclibc-ng config option
Thomas Petazzoni [Wed, 11 Mar 2015 22:01:26 +0000 (23:01 +0100)]
uclibc: remove version from the uclibc-ng config option

For the moment, we probably don't want to have several versions of
uClibc-ng supported at the same time. In preparation to the bump of
uClibc-ng to 1.0.1, this commit gets rid of the version number from
the uclibc-ng config option so that we don't have to rename this
option over and over again each time a new uClibc-ng release is
made. This would be annoying in terms of Config.in.legacy handling.

Since the option BR2_UCLIBC_NG_VERSION_1_0_0 has never been part of
any Buildroot release, we don't have to add anything to
Config.in.legacy.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agouclibc: remove bogus comment about thread implementation selection
Thomas Petazzoni [Wed, 11 Mar 2015 22:01:25 +0000 (23:01 +0100)]
uclibc: remove bogus comment about thread implementation selection

There is no need to warn the user about selecting an inappropriate
thread implementation, since we make sure only supported combinations
can be selected.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agouclibc: adapt thread implementation selection to uClibc-ng
Thomas Petazzoni [Wed, 11 Mar 2015 22:01:24 +0000 (23:01 +0100)]
uclibc: adapt thread implementation selection to uClibc-ng

uClibc-ng does not support linuxthreads or linuxthreads.old on
architectures that have NPTL support. This creates another complicated
dependency: dependeing on the uClibc version being used, not the same
thread implementations are available.

In order to handle this situation, this patch introduces three hidden
booleans:

 - BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
 - BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
 - BR2_UCLIBC_VERSION_SUPPORTS_NPTL

They are selected by the different uClibc versions, depending on which
thread implementation they support on the different architectures.

Then, the choice of the thread implementation can rely on those
booleans to know if a given thread implementation is available in the
current architecture / uClibc version selection.

This makes sure that unusable thread implementation do not get
selected, therefore fixing build issues such as:

  http://autobuild.buildroot.org/results/89e/89e423bee040cbce3e82cd89f1191efaac490c0d/

The support table is as follows (only taking into account
architectures that allow the selection of
BR2_TOOLCHAIN_BUILDROOT_UCLIBC, other architectures are not
considered) :

             ----uclibc----   uclibc-xtensa-   --uclibc-arc--  --uclibc-ng---
             LT LT.old NPTL   LT LT.old NPTL   LT LT.old NPTL  LT LT.old NPTL
arc(le|eb)                                      y   y     n    n    n     n (1)
arm(eb)      y    y     y                                      n    y     y (2)
bfin         n    y     n                                      y    y     n
i386         y    y     y                                      n    n     y (3)
m68k         y    y     y                                      y    y     n
mips(64)(el) y    y     y                                      n    n     y
powerpc      y    y     y                                      n    n     y
sh           y    y     y                                      n    n     y
sparc        y    y     y                                      n    n     y
xtensa                        n    y     n                     n    n     y
x86_64       y    y     y                                      n    n     y

  (1) : uclibc-ng only has NPTL support for ARC but it requires a more
        recent compiler version that hasn't been officially released
        by Synopsys.

  (2) : the general idea of uclibc-ng is to only support NPTL on
        architectures where it is available. However, in order to
        support ARM noMMU platforms, LT.old support has been kept on
        ARM.

  (3) : except i386 itself, which doesn't have what's needed for NPTL
        support. i386 is simply not supported by uclibc-ng basically.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibpcap: update libnl fix patch
Gustavo Zacarias [Sat, 14 Mar 2015 11:21:15 +0000 (08:21 -0300)]
libpcap: update libnl fix patch

We also need to nuke bad LIBS assumptions, fixes:
http://autobuild.buildroot.net/results/bbd/bbde2b62d4b677e71a62b25fb9ccb4ac4764a4aa/
http://autobuild.buildroot.net/results/5de/5dedfb19df476a633e4449d44e7ba2778bf5b737/
...and lots more of those kind.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Romain Naour <romain.naour@openwide.fr>
Tested-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoiotop: new package
Christophe Vu-Brugier [Thu, 12 Mar 2015 10:53:51 +0000 (11:53 +0100)]
iotop: new package

iotop does for I/O usage what top does for CPU usage.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoboost: enable boost-atomic
Noé Rubinstein [Thu, 12 Mar 2015 09:44:24 +0000 (10:44 +0100)]
boost: enable boost-atomic

It was disabled in february 2013 by commit
e5434583badf1abf4a4620efa76452638ad9e177
because did not build correctly with ucLibc at the time.

It now builds correctly with both uClibc v0.9.33 and uClibc-ng.

Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/gdb: fix build with glibc 2.20
Romain Naour [Thu, 12 Mar 2015 21:03:58 +0000 (22:03 +0100)]
package/gdb: fix build with glibc 2.20

Backport a patch from gdb 7.8.

Fixes:
http://autobuild.buildroot.net/results/3d5/3d5cb8bea0964f0d46733e47d04a053021e63643/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoargp-standalone: Add hash file
André Hentschel [Thu, 12 Mar 2015 23:08:53 +0000 (00:08 +0100)]
argp-standalone: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoargus: Add hash file
André Hentschel [Thu, 12 Mar 2015 23:08:55 +0000 (00:08 +0100)]
argus: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoaiccu: Add hash file
André Hentschel [Thu, 12 Mar 2015 23:08:57 +0000 (00:08 +0100)]
aiccu: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogptfdisk: bump to version 0.8.10
Gustavo Zacarias [Fri, 13 Mar 2015 21:33:04 +0000 (18:33 -0300)]
gptfdisk: bump to version 0.8.10

Drop the ICU patch and ICU support since it's no longer necessary.
Use original hashes from sourceforge.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoutil-linux: bump to version 2.26.1
Gustavo Zacarias [Fri, 13 Mar 2015 21:01:31 +0000 (18:01 -0300)]
util-linux: bump to version 2.26.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agognuradio: new package
Gwenhael Goavec-Merou [Fri, 13 Mar 2015 08:24:10 +0000 (09:24 +0100)]
gnuradio: new package

[Thomas: minor formatting adjustments.]

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopython-cheetah: add host-package support
Gwenhael Goavec-Merou [Fri, 13 Mar 2015 08:24:09 +0000 (09:24 +0100)]
python-cheetah: add host-package support

Some packages, like GNURadio for VOLK, needs cheetah on host at buildtime.

The dependency on host-python-markdown is needed to avoid that setuptools
downloads markdown if it is not installed yet.

[Thomas: add comment in the .mk file.]

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopkg-cmake: allow to build package in a subdirectory
Gwenhael Goavec-Merou [Fri, 13 Mar 2015 08:24:08 +0000 (09:24 +0100)]
pkg-cmake: allow to build package in a subdirectory

For some cmake based packages, like GNURadio, it's forbidden to do the
compilation directly in the sources directory. This patch add a new
variable to specify, if needed, the name of a sub-directory used to compile.

[Thomas: put the documentation at the right place in the manual, not
in the middle of the <pkg>_CONF_OPTS description.]

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolinux: add note about why it's safe to include other .mk files
Yann E. MORIN [Fri, 13 Mar 2015 18:57:28 +0000 (19:57 +0100)]
linux: add note about why it's safe to include other .mk files

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/unixodbc: new package
Bernd Kuhls [Fri, 13 Mar 2015 20:25:06 +0000 (21:25 +0100)]
package/unixodbc: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agobusybox: enable arp applet
Gustavo Zacarias [Thu, 12 Mar 2015 16:30:25 +0000 (13:30 -0300)]
busybox: enable arp applet

It's pretty common, small and useful, specially since busybox ip doesn't
do neigh (and looking at /proc/net/arp is all fine but not very
friendly).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoautoconf: Add hash file
André Hentschel [Thu, 12 Mar 2015 20:07:52 +0000 (21:07 +0100)]
autoconf: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoalsamixergui: Add hash file
André Hentschel [Thu, 12 Mar 2015 20:07:49 +0000 (21:07 +0100)]
alsamixergui: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoaudiofile: Add hash file
André Hentschel [Thu, 12 Mar 2015 20:07:27 +0000 (21:07 +0100)]
audiofile: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoat: Add hash file
André Hentschel [Thu, 12 Mar 2015 20:07:22 +0000 (21:07 +0100)]
at: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoaxel: Add hash file
André Hentschel [Thu, 12 Mar 2015 20:07:16 +0000 (21:07 +0100)]
axel: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoaumix: Add hash file
André Hentschel [Thu, 12 Mar 2015 20:07:14 +0000 (21:07 +0100)]
aumix: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoqt: fix postgresql plugin compile
Peter Seiderer [Wed, 11 Mar 2015 21:23:31 +0000 (22:23 +0100)]
qt: fix postgresql plugin compile

Add qt4 '-psql_config' configure option and use it to set
pg_config path in configure step instead of legacy PSQL_LIBS
environment variable.

Fixes [1]:

PostgreSQL support cannot be enabled due to functionality tests!
 Turn on verbose messaging (-v) to ./configure to see the final report.
 If you believe this message is in error you may use the continue
 switch (-continue) to ./configure to continue.
make: *** [/ssd1/thomas/autobuild/instance-0/output/build/qt-4.8.6/.stamp_configured] Error 101

Patch suggested upstream ([2]).

[1] http://autobuild.buildroot.net/results/1e9/1e949d4593836bc45a55e071cc54ff9c00fad8ae
[2] https://codereview.qt-project.org/108345

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobtrfs-progs: bump to version 3.19
Gustavo Zacarias [Wed, 11 Mar 2015 19:49:28 +0000 (16:49 -0300)]
btrfs-progs: bump to version 3.19

Convert to autotools with a little help for static.

[Peter: simplify static handling]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoadwaita-icon-theme: Add hash file
André Hentschel [Wed, 11 Mar 2015 19:39:41 +0000 (20:39 +0100)]
adwaita-icon-theme: Add hash file

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoavahi: add hash file
Gustavo Zacarias [Wed, 11 Mar 2015 19:26:29 +0000 (16:26 -0300)]
avahi: add hash file

Help counteract upstream website issues, fixes:
http://autobuild.buildroot.net/results/103/103e5a62d16ed22414cc407eff8a78d5e8d7503c/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: André Hentschel <nerv@dawncrow.de>
Reviewed-by: André Hentschel <nerv@dawncrow.de>
Acked-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodhcp: bump to version 4.1-ESV-R11
Gustavo Zacarias [Wed, 11 Mar 2015 18:04:48 +0000 (15:04 -0300)]
dhcp: bump to version 4.1-ESV-R11

Add hash file and drop upstreamed patch.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agovsftpd: add security fix for CVE-2015-1419
Gustavo Zacarias [Wed, 11 Mar 2015 17:59:13 +0000 (14:59 -0300)]
vsftpd: add security fix for CVE-2015-1419

Fixes CVE-2015-1419 - config option deny_file is not handled correctly.

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopython-netifaces: fix license file name
David Graziano [Wed, 11 Mar 2015 17:12:04 +0000 (12:12 -0500)]
python-netifaces: fix license file name

License info is stored in README.rst, not README.

[Peter: reword]
Signed-off-by: David Graziano <david.graziano@rockwellcollins.com>
Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agone10: bump to version 1.2.0
Clayton Shotwell [Wed, 11 Mar 2015 17:15:34 +0000 (12:15 -0500)]
ne10: bump to version 1.2.0

Bump to version 1.2.0, fixup patch, and add ensure package is installed
to the staging directory.

[Peter: keep Baruch's authorship on patch]
Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibpcap: bump to version 1.7.2
Gustavo Zacarias [Wed, 11 Mar 2015 13:43:47 +0000 (10:43 -0300)]
libpcap: bump to version 1.7.2

Drop upstream patch (uclinux), adapt libnl patch to new version.
And add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agowebsite: add link to the release archive
Luca Ceresoli [Wed, 11 Mar 2015 09:44:21 +0000 (10:44 +0100)]
website: add link to the release archive

We have them, let them be reachable.

[Peter: use relative URL like elsewhere]
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agograph-depends: remove absent targets from TARGET_EXCEPTIONS
Alexey Brodkin [Wed, 11 Mar 2015 07:53:17 +0000 (10:53 +0300)]
graph-depends: remove absent targets from TARGET_EXCEPTIONS

Most of targets listed in TARGET_EXCEPTIONS these days are long
gone, so why still keep them?

Most of those targets were removed in this commit:
http://git.buildroot.net/buildroot/commit/?id=02b88600312554bf166f6cfd71f7f2ede783096a

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobusybox: remove actions that depend on removed netkit* packages
Alexey Brodkin [Wed, 11 Mar 2015 08:11:11 +0000 (11:11 +0300)]
busybox: remove actions that depend on removed netkit* packages

Both "netkitbase" and "netkittelnet"  packages were removed by this
commit:
http://git.buildroot.net/buildroot/commit/?id=560fe85bf7fb81956e80848c8bb28d7a6d00a2a2

Now we may safely remove reminders in busybox.mk that depend on
mentioned packages that are no longer in Buildroot.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibssh2: security bump to version 1.5.0
Gustavo Zacarias [Wed, 11 Mar 2015 14:09:51 +0000 (11:09 -0300)]
libssh2: security bump to version 1.5.0

Fixes CVE-2015-1782 - kex: bail out on rubbish in the incoming packet.

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotcpdump: security bump to version 4.7.3
Gustavo Zacarias [Wed, 11 Mar 2015 13:43:48 +0000 (10:43 -0300)]
tcpdump: security bump to version 4.7.3

Fixes:

CVE-2015-0261 - issues with IPv6 mobility printer.
CVE-2015-2153 - issue with tcp printer.
CVE-2015-2154 - issue with ethernet printer.
CVE-2015-2155 - issue with force printer.

CVE-2014-9140 fix is upstream so patch dropped.
System libpcap upstream as well so dropped.

CVE-2014-8767, CVE-2014-8768 and CVE-2014-8769 don't seem to be upstream
so keep.

And add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agop11-kit: bump to version 0.20.7
Gustavo Zacarias [Tue, 10 Mar 2015 20:29:41 +0000 (17:29 -0300)]
p11-kit: bump to version 0.20.7

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibtasn1: bump to version 4.3
Gustavo Zacarias [Tue, 10 Mar 2015 20:29:40 +0000 (17:29 -0300)]
libtasn1: bump to version 4.3

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>