buildroot.git
9 years agosavedefconfig: Remove BR2_DEFCONFIG from saved defconfig file
Herve Codina [Thu, 4 Jun 2015 08:16:33 +0000 (10:16 +0200)]
savedefconfig: Remove BR2_DEFCONFIG from saved defconfig file

BR2_DEFCONFIG should not be present in saved defconfig file.

The use case is:
make qemu_arm_versatile
make savedefconfig BR2_DEFCONFIG=my_custom_defconfig

BR2_DEFCONFIG is set in my_custom_defconfig with an absolute path
to qemu_arm_versatile (value present in .config) and set in
my_custom_defconfig as it is different from default mentioned in
config.in (default is BR2_DEFCONFIG from environment).

On savedefconfig recipe, simply remove BR2_DEFCONFIG from generated file

[Peter: fixup typos and use SED as noted by Arnout]
Signed-off-by: Herve Codina <Herve.CODINA@celad.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogcc/gcc-final: install libatomic via HOST_GCC_FINAL_GCC_LIB_DIR
Gustavo Zacarias [Fri, 5 Jun 2015 00:28:47 +0000 (21:28 -0300)]
gcc/gcc-final: install libatomic via HOST_GCC_FINAL_GCC_LIB_DIR

Otherwise it's a no-op for sh4.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoopkg: remove opkg-build script
Vanya Sergeev [Sat, 6 Jun 2015 00:11:09 +0000 (17:11 -0700)]
opkg: remove opkg-build script

This package building script is several years old and unused by buildroot.
opkg users looking for a current version of this script should visit the
opkg-utils repository at http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/,
where this script is maintained and versioned.

Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoopkg: bump to version 0.3.0
Vanya Sergeev [Fri, 5 Jun 2015 23:51:31 +0000 (16:51 -0700)]
opkg: bump to version 0.3.0

Remove "Disable tests and manpages" patch because opkg no longer
builds C tests into libopkg as of commit
ef8ae066cfa898b6366198e429cbeb4c94c92939.

Remove "Fix libtool issue with recent libtool" patch because the patch
comments indicate that it is no longer required with opkg version
0.3.0.

Select libarchive package dependency, as opkg requires it as of
release opkg-0.3.0-rc0 (see the opkg NEWS file).

[Thomas: add missing wchar dependency inherited from libarchive.]

Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomp4v2: Remove --disable-debug workaround.
Johan Oudinet [Thu, 12 Mar 2015 15:12:27 +0000 (16:12 +0100)]
mp4v2: Remove --disable-debug workaround.

This is not needed since BR2_ENABLE_DEBUG does not set this flag
anymore.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolame: Remove --enable-debug workaround.
Johan Oudinet [Thu, 12 Mar 2015 15:12:26 +0000 (16:12 +0100)]
lame: Remove --enable-debug workaround.

This is not needed since BR2_ENABLE_DEBUG does not set this flag
anymore.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoRemove --{enable, disable}-debug configure flags.
Johan Oudinet [Thu, 12 Mar 2015 15:12:25 +0000 (16:12 +0100)]
Remove --{enable, disable}-debug configure flags.

Adding this flag when BR2_ENABLE_DEBUG is activated make several
packages to produce binaries that do not work as expected (e.g., dhcp,
lame, nano). Moreover, the help message of BR2_ENABLE_DEBUG does not
say it is adding this flag. It is supposed to build packages with
debugging symbols enabled. So, let it do that only.

* package/Makefile.in: Do not add --{enable,disable}-debug flags.
* package/pkg-autotools.mk: Remove ENABLE_DEBUG as it is not set
  anymore.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibpng: bump to version 1.6.17
Gustavo Zacarias [Thu, 4 Jun 2015 17:39:43 +0000 (14:39 -0300)]
libpng: bump to version 1.6.17

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoqt: bump to 4.8.7
Luca Ceresoli [Thu, 4 Jun 2015 17:28:41 +0000 (19:28 +0200)]
qt: bump to 4.8.7

Remove patches applied upstream.
Add hash file.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotoolchain-external: add CodeSourcery MIPS 2015.05, remove 2013.11
Vicente Olivert Riera [Thu, 4 Jun 2015 16:03:43 +0000 (17:03 +0100)]
toolchain-external: add CodeSourcery MIPS 2015.05, remove 2013.11

- Add CodeSourcery MIPS 2015.05 toolchain
- Remove CodeSourcery MIPS 2013.11 toolchain
- Update the hash file

Toolchain datasheet:
  https://sourcery.mentor.com/GNUToolchain/release3068?@template=datasheet

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogpsd: bump to version 3.15
Baruch Siach [Thu, 4 Jun 2015 15:05:49 +0000 (18:05 +0300)]
gpsd: bump to version 3.15

Drop upstream patches #1 and #3. Drop the no longer needed patch #2.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibgtk3: bump to version 3.14.13
Gustavo Zacarias [Thu, 4 Jun 2015 13:39:25 +0000 (10:39 -0300)]
libgtk3: bump to version 3.14.13

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibgtk2: bump to version 2.24.28
Gustavo Zacarias [Thu, 4 Jun 2015 13:39:24 +0000 (10:39 -0300)]
libgtk2: bump to version 2.24.28

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoicu: enable parallel build
Gustavo Zacarias [Thu, 4 Jun 2015 13:17:56 +0000 (10:17 -0300)]
icu: enable parallel build

Re-enable parallel builds, it doesn't seem to be affected by the issue
worked around in 5a8c7934 any more.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoconfigs/qemu: update mips* malta configurations
Gustavo Zacarias [Thu, 4 Jun 2015 13:10:49 +0000 (10:10 -0300)]
configs/qemu: update mips* malta configurations

Enable USB UHCI to be able to use usb mouse emulation for graphic
application tests.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibassuan: bump to version 2.2.1
Gustavo Zacarias [Thu, 4 Jun 2015 12:52:03 +0000 (09:52 -0300)]
libassuan: bump to version 2.2.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agognupg2: bump to version 2.0.28
Gustavo Zacarias [Thu, 4 Jun 2015 12:52:02 +0000 (09:52 -0300)]
gnupg2: bump to version 2.0.28

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/scons: reduce output when being silent
Fabio Porcedda [Thu, 4 Jun 2015 04:10:09 +0000 (06:10 +0200)]
package/scons: reduce output when being silent

Use the "-s" option to reduce scons output when it is a silent build.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodocs/website: link to the Free Electrons training materials
Thomas Petazzoni [Wed, 3 Jun 2015 02:16:34 +0000 (04:16 +0200)]
docs/website: link to the Free Electrons training materials

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobarebox: bump to version 2015.05.0
Fabio Porcedda [Tue, 2 Jun 2015 08:30:25 +0000 (10:30 +0200)]
barebox: bump to version 2015.05.0

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/ccache: bump to version 3.2.2
Karoly Kasza [Mon, 1 Jun 2015 13:17:50 +0000 (15:17 +0200)]
package/ccache: bump to version 3.2.2

Bump ccache to minor version 3.2.2.
Also changed download URL to https.

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agontfs-3g: uses dlopen(), not available on static builds
Peter Korsgaard [Thu, 4 Jun 2015 12:26:09 +0000 (14:26 +0200)]
ntfs-3g: uses dlopen(), not available on static builds

Fixes:
http://autobuild.buildroot.net/results/722/7227d5f01755affa2a234eedd8d1fc8c826395c7/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoqt5cinex: fix license typo
Jerzy Grzegorek [Tue, 2 Jun 2015 21:11:35 +0000 (23:11 +0200)]
qt5cinex: fix license typo

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agonetcat-openbsd: fix license typo
Jerzy Grzegorek [Tue, 2 Jun 2015 21:11:34 +0000 (23:11 +0200)]
netcat-openbsd: fix license typo

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolzo: bump version
Peter Korsgaard [Tue, 2 Jun 2015 21:12:07 +0000 (23:12 +0200)]
lzo: bump version

And use upstream hash.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/mtd: add hash file
Fabio Porcedda [Tue, 2 Jun 2015 10:26:28 +0000 (12:26 +0200)]
package/mtd: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/lzop: add hash file
Fabio Porcedda [Tue, 2 Jun 2015 10:26:27 +0000 (12:26 +0200)]
package/lzop: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/lzo: add hash file
Fabio Porcedda [Tue, 2 Jun 2015 10:26:26 +0000 (12:26 +0200)]
package/lzo: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosamba4: enable for uclibc-ng
Gustavo Zacarias [Tue, 2 Jun 2015 12:41:06 +0000 (09:41 -0300)]
samba4: enable for uclibc-ng

uClibc-ng has the required functionality for samba 4.2.x without the
need for any special tricks.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosamba: bump to version 4.2.2
Gustavo Zacarias [Tue, 2 Jun 2015 12:41:05 +0000 (09:41 -0300)]
samba: bump to version 4.2.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibpcap: fix noMMU build
Baruch Siach [Tue, 2 Jun 2015 19:14:40 +0000 (22:14 +0300)]
libpcap: fix noMMU build

Add a "uClinux is also Linux" patch to fix build for Blackfin.

Fixes:
http://autobuild.buildroot.net/results/e19/e19e8ebb46560050029576baa040f2c6928e6424/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoConfig.in: remove BR2_DEPRECATED_SINCE_2014_05
Gustavo Zacarias [Tue, 2 Jun 2015 17:52:14 +0000 (14:52 -0300)]
Config.in: remove BR2_DEPRECATED_SINCE_2014_05

The symbol is unused so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobuild: remove deprecated sstrip option
Gustavo Zacarias [Tue, 2 Jun 2015 17:52:13 +0000 (14:52 -0300)]
build: remove deprecated sstrip option

It's been deprecated since the 2014.05 release (a year).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoboot/uboot: remove deprecated network settings option
Gustavo Zacarias [Tue, 2 Jun 2015 17:52:12 +0000 (14:52 -0300)]
boot/uboot: remove deprecated network settings option

It's been deprecated since the 2014.05 release, so a year has passed.
Add legacy info as well to raise a warning when it's used.

[Peter: Remove entire config.h fixup handling]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-headers: mark EOL versions deprecated
Gustavo Zacarias [Tue, 2 Jun 2015 17:34:35 +0000 (14:34 -0300)]
linux-headers: mark EOL versions deprecated

Follow the upstream EOL cycle and mark 3.19 as deprecated for 2015.08.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoConfig.in: Add BR2_DEPRECATED_SINCE_2015_08
Gustavo Zacarias [Tue, 2 Jun 2015 17:34:34 +0000 (14:34 -0300)]
Config.in: Add BR2_DEPRECATED_SINCE_2015_08

In preparation for the deprecation of certain features in 2015.08, add
the BR2_DEPRECATED_SINCE_2015_08 symbol.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoluajit: clean fuzz/offset in patches
Francois Perrad [Tue, 2 Jun 2015 16:32:59 +0000 (18:32 +0200)]
luajit: clean fuzz/offset in patches

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolua-messagepack: bump to version 0.3.3
Francois Perrad [Tue, 2 Jun 2015 16:32:58 +0000 (18:32 +0200)]
lua-messagepack: bump to version 0.3.3

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolua-csnappy: bump to version 0.1.3
Francois Perrad [Tue, 2 Jun 2015 16:32:57 +0000 (18:32 +0200)]
lua-csnappy: bump to version 0.1.3

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinenoise: bump to version 1.0
Francois Perrad [Tue, 2 Jun 2015 16:32:56 +0000 (18:32 +0200)]
linenoise: bump to version 1.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodado: bump to version 1.6.0
Francois Perrad [Tue, 2 Jun 2015 16:32:55 +0000 (18:32 +0200)]
dado: bump to version 1.6.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobtrfs-progs: bump to version 4.0.1
Gustavo Zacarias [Tue, 2 Jun 2015 17:25:54 +0000 (14:25 -0300)]
btrfs-progs: bump to version 4.0.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogawk: bump to version 4.1.3
Gustavo Zacarias [Tue, 2 Jun 2015 16:59:04 +0000 (13:59 -0300)]
gawk: bump to version 4.1.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibmicrohttpd: bump to version 0.9.42
Gustavo Zacarias [Tue, 2 Jun 2015 16:58:39 +0000 (13:58 -0300)]
libmicrohttpd: bump to version 0.9.42

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agompg123: bump to version 1.22.2
Gustavo Zacarias [Tue, 2 Jun 2015 16:58:01 +0000 (13:58 -0300)]
mpg123: bump to version 1.22.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agowireless-regdb: bump to version 2015.05.15
Gustavo Zacarias [Tue, 2 Jun 2015 16:31:12 +0000 (13:31 -0300)]
wireless-regdb: bump to version 2015.05.15

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosquid: bump to version 3.5.5
Gustavo Zacarias [Tue, 2 Jun 2015 16:30:46 +0000 (13:30 -0300)]
squid: bump to version 3.5.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/musl: bump to version 1.1.9
Jörg Krause [Mon, 25 May 2015 12:12:05 +0000 (14:12 +0200)]
package/musl: bump to version 1.1.9

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosqlite: bump to version 3.8.10.2
Gustavo Zacarias [Tue, 2 Jun 2015 13:02:18 +0000 (10:02 -0300)]
sqlite: bump to version 3.8.10.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agostrongswan: security bump to version 5.3.1
Gustavo Zacarias [Mon, 1 Jun 2015 21:43:21 +0000 (18:43 -0300)]
strongswan: security bump to version 5.3.1

Fixes:

CVE-2015-3991 - denial-of-service and potential remote code execution
vulnerability triggered by IKEv1/IKEv2 messages that contain payloads
for the respective other IKE version.
other IKE version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibfuse: security bump to version 2.9.4
Gustavo Zacarias [Mon, 1 Jun 2015 21:42:41 +0000 (18:42 -0300)]
libfuse: security bump to version 2.9.4

Fixes:

CVE-2015-3202 - fix exec environment for mount and umount.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoimagemagick: bump to version 6.9.1-4
Jerzy Grzegorek [Mon, 1 Jun 2015 19:02:57 +0000 (21:02 +0200)]
imagemagick: bump to version 6.9.1-4

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agograntlee: add hash
Baruch Siach [Mon, 1 Jun 2015 18:36:27 +0000 (21:36 +0300)]
grantlee: add hash

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotcpdump: bump to version 4.7.4
Baruch Siach [Mon, 1 Jun 2015 18:11:12 +0000 (21:11 +0300)]
tcpdump: bump to version 4.7.4

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibpcap: bump to version 1.7.3
Baruch Siach [Mon, 1 Jun 2015 18:11:11 +0000 (21:11 +0300)]
libpcap: bump to version 1.7.3

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoethtool: bump to version 4.0
Gustavo Zacarias [Mon, 1 Jun 2015 15:59:20 +0000 (12:59 -0300)]
ethtool: bump to version 4.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoiw: bump to version 4.1
Gustavo Zacarias [Mon, 1 Jun 2015 15:59:19 +0000 (12:59 -0300)]
iw: bump to version 4.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agowireshark: security bump to version 1.12.5
Gustavo Zacarias [Mon, 1 Jun 2015 15:26:21 +0000 (12:26 -0300)]
wireshark: security bump to version 1.12.5

Fixes:
CVE-2015-3808 CVE-2015-3809 - The LBMR dissector could go into an
infinite loop.
CVE-2015-3811 - The WCP dissector could crash while decompressing data.
CVE-2015-3812 - The X11 dissector could leak memory.
CVE-2015-3813 - The packet reassembly code could leak memory.
CVE-2015-3814 - The IEEE 802.11 dissector could go into an infinite
loop.
CVE-2015-3815 - The Android Logcat file parser could crash.

Patch upstream so drop and disable autoreconf.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoMerge branch 'next'
Peter Korsgaard [Mon, 1 Jun 2015 21:52:57 +0000 (23:52 +0200)]
Merge branch 'next'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoKickoff 2015.08 cycle
Peter Korsgaard [Mon, 1 Jun 2015 21:52:45 +0000 (23:52 +0200)]
Kickoff 2015.08 cycle

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodocs/website/news.html: add 2015.05 announcement link
Peter Korsgaard [Mon, 1 Jun 2015 21:51:45 +0000 (23:51 +0200)]
docs/website/news.html: add 2015.05 announcement link

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoUpdate for 2015.05
Peter Korsgaard [Sun, 31 May 2015 21:15:34 +0000 (23:15 +0200)]
Update for 2015.05

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoconntrack-tools: adjust comment to match conditional
Peter Korsgaard [Sun, 31 May 2015 21:12:32 +0000 (23:12 +0200)]
conntrack-tools: adjust comment to match conditional

Commit 3afbc4f3 (conntrack-tools: uses dlopen(), not available on static
builds) adjusted the dependencies for the comment, but forgot to update the
comment itself.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogcc/gcc-final: pass TARGET_ABI flags to configure with --enable-cxx-flags
Max Filippov [Tue, 26 May 2015 07:32:36 +0000 (10:32 +0300)]
gcc/gcc-final: pass TARGET_ABI flags to configure with --enable-cxx-flags

libstdc++ is in all regards a normal library, it needs to be built with
TARGET_ABI flags, otherwise linking it with other C++ code may fail.

Pass TARGET_ABI flags to gcc-final configure script in the
--enable-cxx-flags parameter.

Fixes:
  http://autobuild.buildroot.net/results/81a3bca5cbcf789c7ce1aa221a6a4154dd7c3917/
  http://autobuild.buildroot.net/results/4943b214c29951ecc7af0a1f360b6454485c0b9b/

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/ncurses: Fix GCC 5.x preprocessor failure
Doug Kehn [Wed, 27 May 2015 23:51:53 +0000 (18:51 -0500)]
package/ncurses: Fix GCC 5.x preprocessor failure

Building ncurses 5.9 with GCC 5.x fails with a syntax error, caused by
earlier preprocessing. This failure is more likely when building for
host (e.g. host-ncurses) that recently updated to GCC 5.x.

This patch is taken from the following link (more information is also
available here):
https://groups.google.com/forum/#!topic/sage-trac/U31shviuqzk

Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Acked-by: Jaap Crezee <jaap@jcz.nl>
Tested-by: Jaap Crezee <jaap@jcz.nl>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopython3: add patch to fix logic to get gcc paths
Thomas Petazzoni [Fri, 29 May 2015 20:52:24 +0000 (22:52 +0200)]
python3: add patch to fix logic to get gcc paths

The Python setup.py has a function called add_gcc_paths(), which
executes gcc -E -v to get the list of header paths searched by
gcc. However, the logic of setup.py is only valid with the normal
english output of gcc: it doesn't work if a non-english locale is
set. This causes setup.py to not find certain headers (such as zlib.h)
and therefore disabling the build of such extensions.

Reported-by: Bruno Coudoin <bruno.coudoin@gcompris.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopython: add patch to fix logic to get gcc paths
Thomas Petazzoni [Fri, 29 May 2015 20:52:23 +0000 (22:52 +0200)]
python: add patch to fix logic to get gcc paths

The Python setup.py has a function called add_gcc_paths(), which
executes gcc -E -v to get the list of header paths searched by
gcc. However, the logic of setup.py is only valid with the normal
english output of gcc: it doesn't work if a non-english locale is
set. This causes setup.py to not find certain headers (such as zlib.h)
and therefore disabling the build of such extensions.

Reported-by: Bruno Coudoin <bruno.coudoin@gcompris.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoupmpdcli: fix static linking issue
Peter Korsgaard [Sun, 31 May 2015 19:40:07 +0000 (21:40 +0200)]
upmpdcli: fix static linking issue

Fixes:
http://autobuild.buildroot.net/results/7ed/7ed85071bc06b4806e90b278a0736ea70c01b456/

Upmpdcli forgets to take the dependencies of libupnpp into consideration,
breaking static linking, so help it.

Libupnpp unfortunately doesn't provide a .pc file, so manually handle its
dependencies here.

The build system doesn't expand LIBS from the configure step, so manually
pass it to make.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoconntrack-tools: uses dlopen(), not available on static builds
Peter Korsgaard [Sun, 31 May 2015 19:16:31 +0000 (21:16 +0200)]
conntrack-tools: uses dlopen(), not available on static builds

Fixes:
http://autobuild.buildroot.net/results/fff/fff4865c9bb8ca42d3cece903d0fc3daea504f67/
http://autobuild.buildroot.net/results/742/74222a44ad168148c18af479878d8f848d3d6a73/
http://autobuild.buildroot.net/results/470/470197fad2402be9222b8abf96dd45c341a850e9/
http://autobuild.buildroot.net/results/ab1/ab1ae40f1862300cd7667b7bd03cc59d7455a769/

And many more.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/php: Fix static linking by reworking static libs handling
Bernd Kuhls [Sun, 31 May 2015 11:29:42 +0000 (13:29 +0200)]
package/php: Fix static linking by reworking static libs handling

Fixes
http://autobuild.buildroot.net/results/157/157749f8b44bc02fbed0232a2b33137aba495134/
http://autobuild.buildroot.net/results/df4/df4e2ea098b0126867455af1891837c6d7d99a92/
http://autobuild.buildroot.net/results/e69/e6993d66aeebbe994063a60871412b2235ce5455/

[Peter: unixodbc only needs -lpthread if toolchain has threads support]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/nmap: Fix static linking
Bernd Kuhls [Sun, 31 May 2015 11:06:29 +0000 (13:06 +0200)]
package/nmap: Fix static linking

Fixes
http://autobuild.buildroot.net/results/040/040129539257d88d9437d113752bc8634fd9b2b2/
http://autobuild.buildroot.net/results/73a/73a562a3a1f356c1a39b2fb57f0848c4b99fe8b1/
http://autobuild.buildroot.net/results/767/767b8eafe7a204327eaa182c065ca5cfff18096f/
http://autobuild.buildroot.net/results/0f7/0f7f3a56815dc6422a466fe9b4357ace98f78e11/

[Peter: add host-pkgconf to _DEPENDENCIES]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agokeyutils: uses dl*, disable for static build
Peter Korsgaard [Sun, 31 May 2015 12:35:34 +0000 (14:35 +0200)]
keyutils: uses dl*, disable for static build

And drop the unused static handling from the .mk file.

Fixes:
http://autobuild.buildroot.net/results/8a2/8a2ff0af4faeda4d2d224dcaf543a574d7eba30c/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosupport/download: relocate the git clone comment
Baruch Siach [Thu, 28 May 2015 11:35:28 +0000 (14:35 +0300)]
support/download: relocate the git clone comment

Following commit 95a572282e87 (pkg-infra: move the git download helper to a
script, 2014-07-02), move the comment describing the shallow clone trickery as
well. Merge this comment with the existing helper comment that was added in
7e40a1103a91 (support/download: convert git to use the wrapper, 2014-08-03).

Rename $($(PKG)_DL_VERSION) to ${cset} to match the helper code context.

Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/sconeserver: fix static link with openssl
Yann E. MORIN [Sat, 30 May 2015 14:19:11 +0000 (16:19 +0200)]
package/sconeserver: fix static link with openssl

When linking statically, the order of libraries on the linker command
line is important, and sconeserver got it wrong.

Also, sconeserver does not use pkg-config, so it misses the private
libs of -lcrypto, which is linking with -lz.

Fix that:
  - add a patch to configure.in to fix the order of libraries;
  - forcibly pass -lz when linking statically with openssl.

Note: we were already reconfiguring sconeserver, because it comes from
the github repository.

Fixes:
    http://autobuild.buildroot.org/results/403/403eac974ecdaacdb66b8241fbdcf19ec5e07480

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/php: Disable jit in bundled pcre library
Bernd Kuhls [Sat, 30 May 2015 22:55:32 +0000 (00:55 +0200)]
package/php: Disable jit in bundled pcre library

Quote from ext/pcre/pcrelib/doc/pcre.txt
"This support is available only for certain hardware architectures. If
 this  option is set for an unsupported architecture, a compile time
 error occurs."

Disable jit support on unsupported archs by updating ext/pcre/pcrelib/config.h

Fixes
http://autobuild.buildroot.net/results/966/966d6c47d1ed13a90c2846d96fb3d193df4b2aaa/ (bfin)
http://autobuild.buildroot.net/results/3f5/3f53751b192078714860e64d3f6d8d7398433d5a/ (xtensa)
http://autobuild.buildroot.net/results/de1/de12474d2b5cce251b1ab10f7d7e28c90545a1f0/ (arcle)
http://autobuild.buildroot.net/results/358/358b54245bb48f653ce209be070bd5fe6b17afc4/ (microblazeel)
http://autobuild.buildroot.net/results/a7c/a7c161ca0b424ae35634c9f2d8a8111cedec8181/ (nios2)
http://autobuild.buildroot.net/results/dad/dad1128f58fc601bf96da5fa0635b9b9c6c8f0b8/ (sh)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibgcrypt: allow optimization
Danomi Manchego [Sun, 31 May 2015 01:44:14 +0000 (21:44 -0400)]
libgcrypt: allow optimization

Drop the --disable-optimization option, which makes the libgcrypt configure
remove buildroot's optimization setting passed in from CFLAGS.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolttng-libust: requires dynamic library support
Baruch Siach [Fri, 29 May 2015 05:09:38 +0000 (08:09 +0300)]
lttng-libust: requires dynamic library support

Fixes:
http://autobuild.buildroot.net/results/e89/e8974516173ea74c830b71e400fcbafdd69dea60/
http://autobuild.buildroot.net/results/cac/cac7015c3be7e34dbeaa6accb59aebebe68eb6d2/
http://autobuild.buildroot.net/results/4ce/4ce0a35316cd25536b58b50f096b6f75f6e3c1c9/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/gptfdisk: propagate ncurses reverse dependency
Romain Naour [Tue, 26 May 2015 19:33:21 +0000 (21:33 +0200)]
package/gptfdisk: propagate ncurses reverse dependency

gptfdisk cgdisk select nucurses wchar support which is disabled
on bfin with FLAT binary format.

Add the ncurses's reverse dependency to gptfdisk.

Fixes:
http://autobuild.buildroot.net/results/ce3/ce35c072f0b7c3a7a1918cb865a2eecbba8a1b23/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoe2fsprogs: bump to version 1.42.13
Gustavo Zacarias [Tue, 26 May 2015 22:30:58 +0000 (19:30 -0300)]
e2fsprogs: bump to version 1.42.13

Includes the security patch so drop it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agonbd: security bump to version 3.11
Gustavo Zacarias [Tue, 26 May 2015 22:30:17 +0000 (19:30 -0300)]
nbd: security bump to version 3.11

Fixes:
CVE-2015-0847 nbd-server denial of service due to unsafe signal handlers

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolibstrophe: install into target
Peter Korsgaard [Wed, 27 May 2015 10:35:52 +0000 (12:35 +0200)]
libstrophe: install into target

Since a7134ce6745 (libstrophe: bump version), the package does in fact build
and install a shared library, so ensure it also ends up in target so it can
be found at runtime.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agojanus-gateway: disable for static build
Baruch Siach [Tue, 26 May 2015 10:36:47 +0000 (13:36 +0300)]
janus-gateway: disable for static build

janus-gateway requires dlopen().

Fixes:
http://autobuild.buildroot.net/results/092/092aac2b8abe0edd868a7e0cc59cdaaf28ca4ad5/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agofio: disable for static build
Baruch Siach [Tue, 26 May 2015 10:21:33 +0000 (13:21 +0300)]
fio: disable for static build

Fixes:
http://autobuild.buildroot.net/results/275/275dc359d72513fd567b7ccbbd4061dffd8a5266/
http://autobuild.buildroot.net/results/5e8/5e8cc28da6a17dcb142eb6d8a8cada735b211e2e/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-headers: bump 3.{12,18}.x series
Gustavo Zacarias [Tue, 26 May 2015 19:48:06 +0000 (16:48 -0300)]
linux-headers: bump 3.{12,18}.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopostgresql: security bump to version 9.4.2
Gustavo Zacarias [Tue, 26 May 2015 19:45:57 +0000 (16:45 -0300)]
postgresql: security bump to version 9.4.2

Fixes:
CVE-2015-3165 (denial of service)
CVE-2015-3166 (information disclosure)
CVE-2015-3167 (side-channel key exposure)

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodocs/manual/br2-external: use proper .Note sections
Yann E. MORIN [Sun, 24 May 2015 21:49:56 +0000 (23:49 +0200)]
docs/manual/br2-external: use proper .Note sections

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodocs/manual/br2-external: remove superfluous leading space in code blocks
Yann E. MORIN [Sun, 24 May 2015 21:49:55 +0000 (23:49 +0200)]
docs/manual/br2-external: remove superfluous leading space in code blocks

They are not needed, and other code blocks in the same file are not
indented either.

Remove those leading spaces, so all our code blocks look the same.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoiproute2: drop unneeded Werror handling
Peter Korsgaard [Mon, 25 May 2015 20:25:21 +0000 (22:25 +0200)]
iproute2: drop unneeded Werror handling

Upstream has dropped -Werror since the 3.12 release, so there's no point in
us sed'ing it away:

https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=3140e9a3a343d37a8d828ee27e16ad9f3f9ab389

Reported-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackages/flite: add hash file
Fabio Porcedda [Mon, 25 May 2015 15:30:38 +0000 (17:30 +0200)]
packages/flite: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/libjpeg: add hash file
Fabio Porcedda [Mon, 25 May 2015 15:30:37 +0000 (17:30 +0200)]
package/libjpeg: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/directfb: add hash file
Fabio Porcedda [Mon, 25 May 2015 15:30:36 +0000 (17:30 +0200)]
package/directfb: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/knock: add hash file
Fabio Porcedda [Mon, 25 May 2015 15:30:35 +0000 (17:30 +0200)]
package/knock: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/udpcast: add hash file
Fabio Porcedda [Mon, 25 May 2015 15:30:34 +0000 (17:30 +0200)]
package/udpcast: add hash file

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/efl/libelementary: disable on static lib only build
Samuel Martin [Sat, 23 May 2015 13:56:39 +0000 (15:56 +0200)]
package/efl/libelementary: disable on static lib only build

libelementary sources include dlfcn.h header when HAVE_FORK symbol is defined;
this is always the case because efl already depends on BR2_USE_MMU.

Fixes:
  http://autobuild.buildroot.org/results/07c/07c97918dab24215f5c5130a9cd2788adca0a27d/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/php: fix build without threads and pcre
Yann E. MORIN [Sat, 23 May 2015 12:57:56 +0000 (14:57 +0200)]
package/php: fix build without threads and pcre

The pcre library bundled in php is not configurable through the usual
--enable/disable options, but wants to be thread-safe by default, so it
wants to use pthreads (uncludes pthread.h and uses pthread_* functions).

So, just override the default configuration to explicitly require the
bundled pcre library be single-threaded when we have no thread and are
not using the external pcre library.

Fixes:
    http://autobuild.buildroot.org/results/f50/f50f4e569466ad74e49a3eac9ea2e6cfc4dd30e3/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Floris Bos <bos@je-eigen-domein.nl>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogptfdisk: ensure correct libintl/libiconv build order
Peter Korsgaard [Mon, 25 May 2015 19:58:03 +0000 (21:58 +0200)]
gptfdisk: ensure correct libintl/libiconv build order

Fixes:
http://autobuild.buildroot.net/results/c7d/c7d48554d76e39cbdf715721ae51e3516a99f97e/

We're explicitly linking against libintl/libiconv if enabled when linking
statically, but weren't ensuring that those libraries had already been built
before gptfdisk leading to linker issues.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/ipmiutil: really disable lanplus
Yann E. MORIN [Sat, 23 May 2015 17:56:21 +0000 (19:56 +0200)]
package/ipmiutil: really disable lanplus

Fixes:
http://autobuild.buildroot.org/results/04a/04a1c48d484debd7894fd32997ed50d3a0110b93/

Due to weird constructs in the Makefiles, lanplus is always built, even
when explicitly disabled with --disable-lanplus .

So, add a patch to enforce disabling lanplus. We're doing an at-minima
patch just for the upcoming Buildroot release, and to avoid diverging
too far from upstream...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Romain Naour <romain.naour@openwide.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/ipmiutil: disable parallel build
Yann E. MORIN [Sat, 23 May 2015 15:40:33 +0000 (17:40 +0200)]
package/ipmiutil: disable parallel build

ipmiutil has a race when generating the object files and the executable,
because it uses very odd (to say the least) constructs in its
Makefile.am, leading to improper dependency-tracking.

Since impmiutil is pretty small, and because it is just mindbloggingly
complex to fix its Makefile.am, just disable parallel build.

Fixes:
    http://autobuild.buildroot.org/results/661/661373306d0440aaea67e394fbbfc47fd4481589/
    http://autobuild.buildroot.org/results/a6c/a6c5f9d8e0e0bad27b8ca1fa217bfda4216f2cd8/
    http://autobuild.buildroot.org/results/f0b/f0bbbd54349b5239872d6de185e16c1d90b3f779/
    http://autobuild.buildroot.org/results/20c/20c09695481c3d1030852330c1d1f1f9489f1f41/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Romain Naour <romain.naour@openwide.fr>
Cc Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/libgsasl: fix typo in variable name
Yann E. MORIN [Sun, 24 May 2015 13:36:05 +0000 (15:36 +0200)]
package/libgsasl: fix typo in variable name

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogptfdisk: fix static linking issue with iconv
Peter Korsgaard [Fri, 22 May 2015 12:49:32 +0000 (14:49 +0200)]
gptfdisk: fix static linking issue with iconv

Fixes:
http://autobuild.buildroot.net/results/e89/e891a5bab72690a530781ad87d5804a53a209b5c/

Similar to libintl, some of the gptfdisk dependencies may link against
libiconv, so we need to do so as well when linking statically.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>