buildroot.git
7 years agogcc: add upstream patch to fix build of GCC6 with GCC7
Jörg Krause [Thu, 1 Jun 2017 07:37:58 +0000 (09:37 +0200)]
gcc: add upstream patch to fix build of GCC6 with GCC7

Building host-gcc-initial with GCC7 on the host fails due to the
comparison of a pointer to an integer in ubsan_use_new_style_p, which
is forbidden by ISO C++:

ubsan.c:1474:23: error: ISO C++ forbids comparison between pointer and
integer [-fpermissive]
       || xloc.file == '\0' || xloc.file[0] == '\xff'

Backported from:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=239971

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/libldns: bump version to 1.7.0
Bernd Kuhls [Sat, 3 Jun 2017 13:12:53 +0000 (15:12 +0200)]
package/libldns: bump version to 1.7.0

Commit https://git.nlnetlabs.nl/ldns/commit/host2str.c?id=f7b3a9700e91f8e46477f335c5aaac7c6cdd8acb
added compatability with openssl 1.1.0 but, at the same time, breaks
build without openssl:

./host2str.c:1934:74: error: unknown type name ‘BIGNUM’
 ldns_print_bignum_b64_line(ldns_buffer* output, const char* label, const BIGNUM* num)

This bump makes openssl a mandatory dependency to circumvent the
problem, we do not gain much by leaving out crypto support in a
sensitive area like dns. The only package using libldns, freeswitch,
selects openssl as well, so we have no use case for having libldns
without openssl support.

--disable-dane-verify is needed until we bump our openssl to 1.1.x.,
this fixes the following configure error:

checking for SSL_get0_dane... no
configure: error: OpenSSL does not support offline DANE verification
(Needed for the DANE-TA usage type).  Please upgrade OpenSSL to version
>= 1.1.0 or rerun with --disable-dane-verify or --disable-dane-ta-usage

Removed patches applied upstream:

0001-bugfix-548-Double-free-for-answers-4096.patch
https://git.nlnetlabs.nl/ldns/commit/?h=release-1.7.x&id=2853eb352b4461e98f2926ace4ea3810cedf4167

0002-whitespace-bug-in-ldns-read-zone.patch
https://git.nlnetlabs.nl/ldns/commit/?h=release-1.7.x&id=d6037a22fbedb8ef3a22de4107e4eaa36840865b

0003-let-doxyparse-output-manpage-generation-issues.patch
https://git.nlnetlabs.nl/ldns/commit/?h=release-1.7.x&id=168ee09a4bf184947798c3ee3ac99b6651470d64

0004-Comment-out-debugging-remnants.patch
https://git.nlnetlabs.nl/ldns/commit/?h=release-1.7.x&id=a0a943d504debb05ce4d62ea81c2d218a6cc8727

0005-Remove-manpage-content-nondeterminicity-warnings.patch
https://git.nlnetlabs.nl/ldns/commit/?h=release-1.7.x&id=a56e48856d519d12f1ef600848f335615467f147

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/exiv2: fix gettext detection, part II
Bernd Kuhls [Sun, 4 Jun 2017 08:43:17 +0000 (10:43 +0200)]
package/exiv2: fix gettext detection, part II

It seems getting the gettext stuff right on all platforms is not that
easy, this patch bumps exiv2 to include all gettext (and pthreads)
patches applied upstream.

To reproduce the problem gettext has to be built before exiv2 so we
make gettext an optional dependency when NLS support is used.

Fixes
http://autobuild.buildroot.net/results/a56/a56c8a8a4c76b7c359ca7f5252be93fd70c6a4c1/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/exiv2: fix pthread detection
Bernd Kuhls [Sun, 4 Jun 2017 08:27:14 +0000 (10:27 +0200)]
package/exiv2: fix pthread detection

This commit fixes an error during configure:

-- Check if compiler accepts -pthread
CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the
 following cache variables appropriately:
   THREADS_PTHREAD_ARG (advanced)

Patch ported from librtlsdr:
https://git.busybox.net/buildroot/commit/?id=4c6eace6f756d15ae9639a503c9245d1e7fb12a9

Fixes
http://autobuild.buildroot.net/results/0f9/0f985993a0c0076f027cfe25bb13d6b85c644c0d/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/exiv2: needs threads
Bernd Kuhls [Sun, 4 Jun 2017 08:04:56 +0000 (10:04 +0200)]
package/exiv2: needs threads

Exiv2 itself depends on threads, not only with xmp support.

Follow-up patch for http://patchwork.ozlabs.org/patch/770813/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/doxygen: add upstream patch fixing segfault
Romain Naour [Sun, 4 Jun 2017 20:16:42 +0000 (22:16 +0200)]
package/doxygen: add upstream patch fixing segfault

Backport an upstream patch fixing a segfault in xmlgen [1].

[1] https://github.com/doxygen/doxygen/pull/555

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/doxygen: bump version to 1.8.13, switch to cmake
Bernd Kuhls [Fri, 2 Jun 2017 18:16:10 +0000 (20:16 +0200)]
package/doxygen: bump version to 1.8.13, switch to cmake

Doxygen switched to cmake with release 1.8.10:
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_10

and added support for flex 2.6.0 with release 1.8.11:
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_11

Fixes
http://autobuild.buildroot.net/results/ba1/ba1444709523c59393aaaa3710e9933bafacc6b5/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/erlang-jiffy: set version in jiffy.app.src
Romain Naour [Sun, 4 Jun 2017 15:29:18 +0000 (17:29 +0200)]
package/erlang-jiffy: set version in jiffy.app.src

Fixes:
http://autobuild.buildroot.net/results/5c0/5c045a517ccdc97244a4cfca54465dc8d5fcc717

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agosystemd: add upstream security fix
Baruch Siach [Sun, 4 Jun 2017 18:24:34 +0000 (21:24 +0300)]
systemd: add upstream security fix

Fixes CVE-2017-9217: remote DoS (daemon crash) via a crafted DNS response with
an empty question section.

Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/hiawatha: bump version to 10.6
Bernd Kuhls [Sun, 4 Jun 2017 13:24:16 +0000 (15:24 +0200)]
package/hiawatha: bump version to 10.6

Changed _SITE to https.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/hans: bump version to 1.0
Bernd Kuhls [Sun, 4 Jun 2017 13:15:08 +0000 (15:15 +0200)]
package/hans: bump version to 1.0

Added sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/guile: bump version to 2.0.14
Bernd Kuhls [Sun, 4 Jun 2017 13:09:25 +0000 (15:09 +0200)]
package/guile: bump version to 2.0.14

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gssdp: bump version to 1.0.2
Bernd Kuhls [Sun, 4 Jun 2017 13:08:53 +0000 (15:08 +0200)]
package/gssdp: bump version to 1.0.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gsl: bump version to 2.3
Bernd Kuhls [Sun, 4 Jun 2017 13:08:06 +0000 (15:08 +0200)]
package/gsl: bump version to 2.3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/graphite2: bump version to 1.3.10
Bernd Kuhls [Sun, 4 Jun 2017 13:07:09 +0000 (15:07 +0200)]
package/graphite2: bump version to 1.3.10

Added sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/granite: bump version to 0.4.1
Bernd Kuhls [Sun, 4 Jun 2017 13:05:14 +0000 (15:05 +0200)]
package/granite: bump version to 0.4.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gqrx: bump version to 2.6.1
Bernd Kuhls [Sun, 4 Jun 2017 13:04:22 +0000 (15:04 +0200)]
package/gqrx: bump version to 2.6.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gptfdisk: bump version to 1.0.1
Bernd Kuhls [Sun, 4 Jun 2017 13:03:43 +0000 (15:03 +0200)]
package/gptfdisk: bump version to 1.0.1

Added sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gnuradio: bump version to 3.7.11
Bernd Kuhls [Sun, 4 Jun 2017 10:58:06 +0000 (12:58 +0200)]
package/gnuradio: bump version to 3.7.11

Removed patches applied upstream:

0002-fix_cmake_3_5_0_build_failure.patch
https://github.com/gnuradio/volk/commit/9aa0f07693053d44aaaad8e54dd5250909705c02

0003-fix_compilation_in_gcc-6.patch
https://github.com/gnuradio/gnuradio/commit/a1cf11937665392bcfa223a5095ff903eb44c69b

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gnuplot: bump version to 5.0.6
Bernd Kuhls [Sun, 4 Jun 2017 10:40:24 +0000 (12:40 +0200)]
package/gnuplot: bump version to 5.0.6

Added sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/hwloc: bump version to 1.11.7
Bernd Kuhls [Sun, 4 Jun 2017 13:36:22 +0000 (15:36 +0200)]
package/hwloc: bump version to 1.11.7

Added md5 & sha256 hashes, removed patch applied upstream:
https://github.com/open-mpi/hwloc/commit/f08f4629f93e927e10143eaf6378d2619aa27954

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/hdparm: bump version to 9.52, add myself to DEVELOPERS
Bernd Kuhls [Sun, 4 Jun 2017 13:20:40 +0000 (15:20 +0200)]
package/hdparm: bump version to 9.52, add myself to DEVELOPERS

Added sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoDEVELOPERS: Add Martin Bark for package/connman
Martin Bark [Sun, 4 Jun 2017 19:53:56 +0000 (20:53 +0100)]
DEVELOPERS: Add Martin Bark for package/connman

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/connman: bump version to 1.34
Martin Bark [Sun, 4 Jun 2017 19:53:55 +0000 (20:53 +0100)]
package/connman: bump version to 1.34

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/nodejs: bump version to 8.0.0
Martin Bark [Sun, 4 Jun 2017 22:16:01 +0000 (23:16 +0100)]
package/nodejs: bump version to 8.0.0

See https://nodejs.org/en/blog/release/v8.0.0/

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/ipsec-tools: add security patch to fix CVE-2015-4047
Bernd Kuhls [Fri, 2 Jun 2017 18:50:53 +0000 (20:50 +0200)]
package/ipsec-tools: add security patch to fix CVE-2015-4047

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/ipsec-tools: fix build error with newer flex versions
Bernd Kuhls [Fri, 2 Jun 2017 18:50:52 +0000 (20:50 +0200)]
package/ipsec-tools: fix build error with newer flex versions

Fixes
http://autobuild.buildroot.net/results/5c1/5c1e80d4dd57dac73345e08702af4c3fbc55f8e0/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/ipsec-tools: allow autoreconf
Bernd Kuhls [Fri, 2 Jun 2017 18:50:51 +0000 (20:50 +0200)]
package/ipsec-tools: allow autoreconf

Upstream release is broken w.r.t autoreconf, patch 0002 fixes it.
Needed to prepare for upcoming patch to fix linking against newer
flex versions.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoncurses: Copy terminfo for 'screen-256color' terminal
Andrey Smirnov [Sat, 3 Jun 2017 00:00:13 +0000 (17:00 -0700)]
ncurses: Copy terminfo for 'screen-256color' terminal

Tmux uses 256 color version of 'screen' terminfo by default, so copy
corresponding file to support that usecase.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoncurses: Copy terminfo for 'dumb' terminal
Andrey Smirnov [Sat, 3 Jun 2017 00:00:12 +0000 (17:00 -0700)]
ncurses: Copy terminfo for 'dumb' terminal

Definition of 'dumb' terminal is required to be able to call 'top -b'
from 'procps-ng'.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/armadillo: bump version to 7.900.1
Bernd Kuhls [Sat, 3 Jun 2017 17:01:24 +0000 (19:01 +0200)]
package/armadillo: bump version to 7.900.1

Changed upstream URL to https, use .xz instead of .gz tarball.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/libev: bump version to 4.24
Bernd Kuhls [Sat, 3 Jun 2017 17:01:08 +0000 (19:01 +0200)]
package/libev: bump version to 4.24

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/x11r7/xkeyboard-config: bump version to 2.21
Bernd Kuhls [Sat, 3 Jun 2017 17:19:25 +0000 (19:19 +0200)]
package/x11r7/xkeyboard-config: bump version to 2.21

Added all hashes provided by upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gdbm: add optional support for readline
Bernd Kuhls [Sat, 3 Jun 2017 17:34:59 +0000 (19:34 +0200)]
package/gdbm: add optional support for readline

readline support was added in version 1.13:

http://puszcza.gnu.org.ua/forum/forum.php?forum_id=1145
"The gdbmtool utility now offers the usual line-editing facilities
 (if the package has been compiled with GNU Readline."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gdbm: bump version to 1.13
Bernd Kuhls [Sat, 3 Jun 2017 17:34:58 +0000 (19:34 +0200)]
package/gdbm: bump version to 1.13

Added sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gauche: bump version to 0.9.5
Bernd Kuhls [Sat, 3 Jun 2017 17:25:59 +0000 (19:25 +0200)]
package/gauche: bump version to 0.9.5

Removed patch applied upstream:
https://github.com/shirok/Gauche/commit/13a196557848f22a1607a300643131345e9f32b3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/geoip: bump version to 1.6.11
Bernd Kuhls [Sat, 3 Jun 2017 17:38:13 +0000 (19:38 +0200)]
package/geoip: bump version to 1.6.11

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gesftpserver: security bump to version 0.2.2
Bernd Kuhls [Sat, 3 Jun 2017 17:41:50 +0000 (19:41 +0200)]
package/gesftpserver: security bump to version 0.2.2

For details refer to
http://www.chiark.greenend.org.uk/pipermail/sgo-software-announce/2016/000035.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/glm: bump version to 0.9.8.4
Bernd Kuhls [Sat, 3 Jun 2017 17:47:53 +0000 (19:47 +0200)]
package/glm: bump version to 0.9.8.4

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/glog: bump version to v0.3.5
Bernd Kuhls [Sat, 3 Jun 2017 17:50:53 +0000 (19:50 +0200)]
package/glog: bump version to v0.3.5

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/uboot-tools: revert the removal of 0001-drop-configh-from-tools.patch
Romain Naour [Sat, 3 Jun 2017 17:24:10 +0000 (19:24 +0200)]
package/uboot-tools: revert the removal of 0001-drop-configh-from-tools.patch

Patch 0001-drop-configh-from-tools.patch is not upstream, instead it
must be rebased on top of 2017.05 release since the code was moved by
[1].

Fixes:
http://autobuild.buildroot.net/results/949/94910513d1b14e3b02ec4aed34de89d1b1d7a12a

[1] http://git.denx.de/?p=u-boot.git;a=commit;h=9d80b49a671c9922931adcd823aab0ed319a42d1

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gmrender-resurrect: bump version
Bernd Kuhls [Sat, 3 Jun 2017 18:04:30 +0000 (20:04 +0200)]
package/gmrender-resurrect: bump version

gmrender-resurrect now builds with musl after
https://github.com/hzeller/gmrender-resurrect/commit/4ebbb5cabee79aefd88e0cffc8655dd703512e7a
removed the usage of error.h.

Build tested based on
http://autobuild.buildroot.net/toolchains/configs/br-x86-64-musl.config

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/dovecot: bump version to 2.30.1
Bernd Kuhls [Sat, 3 Jun 2017 18:07:32 +0000 (20:07 +0200)]
package/dovecot: bump version to 2.30.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoiproute2: needs kernel headers 3.4+
Baruch Siach [Sat, 3 Jun 2017 21:30:33 +0000 (00:30 +0300)]
iproute2: needs kernel headers 3.4+

iproute2 needs the __kernel_long_t and __kernel_ulong_t types that were
introduced in kernel v3.4.

Fixes:
http://autobuild.buildroot.net/results/823/823f0dbe17999c07134fac5a0620e3ad15362204/
http://autobuild.buildroot.net/results/a79/a797a6e3d193fa70abd59411df21657a1c0a45d4/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/libiconv: bump to 1.15
Romain Naour [Sat, 3 Jun 2017 21:47:44 +0000 (23:47 +0200)]
package/libiconv: bump to 1.15

libiconv doesn't build with gcc 6 due to a macro in stdio.h using gets()
which has been removed with the C11 standard.

_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");

With libiconv 1.15, this macro is protected by

 #if HAVE_RAW_DECL_GETS && !defined __cplusplus
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 #endif

Fixes:
http://autobuild.buildroot.net/results/61b/61bbfc839f99feb043d3456f107429d6e5319258

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/exiv2: fix thread detection with xmp support disabled
Bernd Kuhls [Sat, 3 Jun 2017 16:43:22 +0000 (18:43 +0200)]
package/exiv2: fix thread detection with xmp support disabled

Fixes:

  http://autobuild.buildroot.net/results/46f273cf46ab5050ce7c23c968fcc7ce69f32626/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/exiv2: fix gettext support
Bernd Kuhls [Sat, 3 Jun 2017 16:30:11 +0000 (18:30 +0200)]
package/exiv2: fix gettext support

Fixes:

  http://autobuild.buildroot.net/results/defcdd3dd57b031c31bb16c0075f079a482bf52d

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/openpowerlink: bump to 2.6.0
Romain Naour [Sat, 3 Jun 2017 15:19:35 +0000 (17:19 +0200)]
package/openpowerlink: bump to 2.6.0

See https://sourceforge.net/p/openpowerlink/news/2017/05/openpowerlink-v260

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/bdwgc: backport an upstream patch to fix musl build
Romain Naour [Sat, 3 Jun 2017 15:42:17 +0000 (17:42 +0200)]
package/bdwgc: backport an upstream patch to fix musl build

Fixes:
http://autobuild.buildroot.net/results/c9e/c9ec16635fbdb2d6ddf11e317bc537c111ea7050

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/lcdproc: remove freetype installation prefixes
Romain Naour [Sat, 3 Jun 2017 16:36:26 +0000 (18:36 +0200)]
package/lcdproc: remove freetype installation prefixes

Since [1] (freetype 2.8), freetype-config is now a wrapper of
pkg-config. So we don't need  to pass the freetype installation
prefixes on the configure command line anymore.

Setting freetype prefixes on the command line append the result
returned by pkg-config and the one provided on the command line.

FT2_CFLAGS='-I[...]/sysroot/usr/[...]/sysroot/usr/include/freetype2 -I[...]/usr/include'

This revert commit 3bdbe9abb90de0262832d5d545f239fa41fb0e91.

Fixes:
http://autobuild.buildroot.net/results/9c3/9c3f77e18ae244a2abb9ea70b6adebe215f143a6

[1] http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=1c513fbb8872bfac5631964963b6a751169a1ce6

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/libaacs: bump version to 0.9.0
Bernd Kuhls [Sat, 3 Jun 2017 12:08:52 +0000 (14:08 +0200)]
package/libaacs: bump version to 0.9.0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/libass: bump version to 0.13.6
Bernd Kuhls [Sat, 3 Jun 2017 12:05:15 +0000 (14:05 +0200)]
package/libass: bump version to 0.13.6

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/gettext: needs autoreconf after 'update wint_t.m4 from gnulib' commit
Bernd Kuhls [Sat, 3 Jun 2017 13:18:18 +0000 (15:18 +0200)]
package/gettext: needs autoreconf after 'update wint_t.m4 from gnulib' commit

Fixes
http://autobuild.buildroot.net/results/ae7/ae743aaf5933c2e4a0bf3ca75aa93c16540422f8/

Reported-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/vdr: needs headers >= 3.9
Bernd Kuhls [Sat, 3 Jun 2017 14:15:40 +0000 (16:15 +0200)]
package/vdr: needs headers >= 3.9

DVBv5 statistics properties were added in kernel 3.9:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/include/uapi/linux/dvb/frontend.h?h=v3.9

Fixes
http://autobuild.buildroot.net/results/c6c/c6ce6ca1986f2b82ff03e55dc650484f858b7e32/
http://autobuild.buildroot.net/results/208/20887b7161d895c2348c29f91e3d4b3f1c6f25e0/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agodocs/website: update for 2017.02.3
Peter Korsgaard [Fri, 2 Jun 2017 13:18:22 +0000 (15:18 +0200)]
docs/website: update for 2017.02.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoUpdate for 2017.02.3
Peter Korsgaard [Fri, 2 Jun 2017 09:08:48 +0000 (11:08 +0200)]
Update for 2017.02.3

[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit cae46d7b8d010392a91a5b5a87b57b72542df154)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoacpica: bump version to 20170531
Vicente Olivert Riera [Fri, 2 Jun 2017 11:11:33 +0000 (12:11 +0100)]
acpica: bump version to 20170531

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopython-pytablewriter: bump version to 0.19.9
Vicente Olivert Riera [Fri, 2 Jun 2017 11:02:43 +0000 (12:02 +0100)]
python-pytablewriter: bump version to 0.19.9

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopython-dataproperty: bump version to 0.23.0
Vicente Olivert Riera [Fri, 2 Jun 2017 11:02:42 +0000 (12:02 +0100)]
python-dataproperty: bump version to 0.23.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agomutt: bump version to 1.8.3
Vicente Olivert Riera [Fri, 2 Jun 2017 11:01:07 +0000 (12:01 +0100)]
mutt: bump version to 1.8.3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agosquid: bump version to 3.5.26
Vicente Olivert Riera [Fri, 2 Jun 2017 10:32:20 +0000 (11:32 +0100)]
squid: bump version to 3.5.26

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agowireshark: bump version to 2.2.7 (security)
Vicente Olivert Riera [Fri, 2 Jun 2017 10:28:53 +0000 (11:28 +0100)]
wireshark: bump version to 2.2.7 (security)

Security fixes:

- wnpa-sec-2017-22
  Bazaar dissector infinite loop (Bug 13599) CVE-2017-9352
- wnpa-sec-2017-23
  DOF dissector read overflow (Bug 13608) CVE-2017-9348
- wnpa-sec-2017-24
  DHCP dissector read overflow (Bug 13609, Bug 13628) CVE-2017-9351
- wnpa-sec-2017-25
  SoulSeek dissector infinite loop (Bug 13631) CVE-2017-9346
- wnpa-sec-2017-26
  DNS dissector infinite loop (Bug 13633) CVE-2017-9345
- wnpa-sec-2017-27
  DICOM dissector infinite loop (Bug 13685) CVE-2017-9349
- wnpa-sec-2017-28
  openSAFETY dissector memory exhaustion (Bug 13649) CVE-2017-9350
- wnpa-sec-2017-29
  BT L2CAP dissector divide by zero (Bug 13701) CVE-2017-9344
- wnpa-sec-2017-30
  MSNIP dissector crash (Bug 13725) CVE-2017-9343
- wnpa-sec-2017-31
  ROS dissector crash (Bug 13637) CVE-2017-9347
- wnpa-sec-2017-32
  RGMP dissector crash (Bug 13646) CVE-2017-9354
- wnpa-sec-2017-33
  IPv6 dissector crash (Bug 13675) CVE-2017-9353

Full release notes:

  https://www.wireshark.org/docs/relnotes/wireshark-2.2.7.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agosudo: bump version to 1.8.20p2
Vicente Olivert Riera [Fri, 2 Jun 2017 10:26:54 +0000 (11:26 +0100)]
sudo: bump version to 1.8.20p2

0001-fix-CVE-2017-1000367.patch already included in this release.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotmux: bump version to 2.5
Vicente Olivert Riera [Fri, 2 Jun 2017 10:15:36 +0000 (11:15 +0100)]
tmux: bump version to 2.5

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotinyalsa: fix musl build
Baruch Siach [Fri, 2 Jun 2017 09:32:53 +0000 (12:32 +0300)]
tinyalsa: fix musl build

Add a patch adding missing header to fix build with musl.

Fixes:
http://autobuild.buildroot.net/results/de9/de97fbd0b9c88bb5d9aa81ea6d73cdcaadb9c763/

Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoswupdate: fix build without json-c
Baruch Siach [Fri, 2 Jun 2017 04:55:23 +0000 (07:55 +0300)]
swupdate: fix build without json-c

swupdate enables SURICATTA_HAWKBIT by default, which unconditionally selects
JSON. This breaks the build when the optional json-c dependency is not built.
Add a patch fixing SURICATTA_HAWKBIT dependencies.

Fixes:
http://autobuild.buildroot.net/results/e61/e6179f515589a42a9aee16b54b897ef9111e7f4b/
http://autobuild.buildroot.net/results/dba/dba54b00c81f62d957a8c189dde39ba0db8864e6/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/poppler: fix openjpeg support
Bernd Kuhls [Fri, 2 Jun 2017 04:54:51 +0000 (06:54 +0200)]
package/poppler: fix openjpeg support

Since the last version bump --enable-libopenjpeg always needs a
parameter:
https://cgit.freedesktop.org/poppler/poppler/commit/configure.ac?id=65c5a5266462244130f110599ac5d1011a04216e

Fixes
http://autobuild.buildroot.net/results/557/557b9b386863b6c865bcca86a2b87c7028700ec4/
http://autobuild.buildroot.net/results/f27/f27380e803be50e066be1659a8512fd74d1fa6de/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/imagemagick: bump version to 7.0.5-9
Bernd Kuhls [Fri, 2 Jun 2017 04:45:35 +0000 (06:45 +0200)]
package/imagemagick: bump version to 7.0.5-9

Fixes
http://autobuild.buildroot.net/results/8d9/8d94627ccce15ae1f348a7a9f54621b2b5a74321/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoMerge branch 'next'
Peter Korsgaard [Thu, 1 Jun 2017 20:28:14 +0000 (22:28 +0200)]
Merge branch 'next'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agodocs/website/news.html: add 2017.05 announcement link
Peter Korsgaard [Thu, 1 Jun 2017 08:16:15 +0000 (10:16 +0200)]
docs/website/news.html: add 2017.05 announcement link

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoKickoff 2017.08 cycle
Peter Korsgaard [Thu, 1 Jun 2017 08:14:57 +0000 (10:14 +0200)]
Kickoff 2017.08 cycle

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoUpdate for 2017.05
Peter Korsgaard [Wed, 31 May 2017 21:55:40 +0000 (23:55 +0200)]
Update for 2017.05

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agophp-yaml: bump version to 2.0.0
Vicente Olivert Riera [Fri, 12 May 2017 12:45:21 +0000 (13:45 +0100)]
php-yaml: bump version to 2.0.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agophp-ssh2: bump version to 1.0
Vicente Olivert Riera [Fri, 12 May 2017 12:45:20 +0000 (13:45 +0100)]
php-ssh2: bump version to 1.0

And switch to the official PECL site.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agophp-memcached: bump version to 3.0.3
Vicente Olivert Riera [Fri, 12 May 2017 12:45:19 +0000 (13:45 +0100)]
php-memcached: bump version to 3.0.3

And switch to the official PECL site.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agophp-imagick: bump version to 3.4.3
Vicente Olivert Riera [Fri, 12 May 2017 12:45:18 +0000 (13:45 +0100)]
php-imagick: bump version to 3.4.3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agophp-gnupg: bump version to 1.4.0
Vicente Olivert Riera [Fri, 12 May 2017 12:45:17 +0000 (13:45 +0100)]
php-gnupg: bump version to 1.4.0

And switch to the official PECL site.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agophp-geoip: bump version to 1.1.1
Vicente Olivert Riera [Fri, 12 May 2017 12:45:16 +0000 (13:45 +0100)]
php-geoip: bump version to 1.1.1

And switch to the official PECL site.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agophp-amqp: bump version to 1.9.0
Vicente Olivert Riera [Fri, 12 May 2017 12:45:15 +0000 (13:45 +0100)]
php-amqp: bump version to 1.9.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agolua-sdl2: new package
Francois Perrad [Mon, 22 May 2017 13:13:07 +0000 (15:13 +0200)]
lua-sdl2: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add missing !BR2_STATIC_LIBS dependency, inherited from SDL2.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agosdl2_net: new package
Francois Perrad [Mon, 22 May 2017 13:13:06 +0000 (15:13 +0200)]
sdl2_net: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add entry to DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agosdl2_mixer: new package
Francois Perrad [Mon, 22 May 2017 13:13:05 +0000 (15:13 +0200)]
sdl2_mixer: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add entry in DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agogrep: gettext is not mandatory
Thomas Petazzoni [Fri, 19 May 2017 21:31:30 +0000 (23:31 +0200)]
grep: gettext is not mandatory

Even when locales are enabled, gettext is not mandatory to build
grep, i.e the following defconfig builds fine:

BR2_arm=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2017.02-1096-g54a5333.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_4_8=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
BR2_PACKAGE_GETTEXT=y
BR2_PACKAGE_GREP=y

However, if gettext provides libintl, it gets used. Therefore this
commit moves gettext from a mandatory dependency to an optional
dependency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agofetchmail: adjust zlib handling
Thomas Petazzoni [Fri, 19 May 2017 21:04:41 +0000 (23:04 +0200)]
fetchmail: adjust zlib handling

fetchmail itself does not need zlib, there is no reference to it in its
source, so the "select BR2_PACKAGE_ZLIB" is not necessary. Moreover,
"zlib" was not added to FETCHMAIL_DEPENDENCIES (but was anyway in the
dependency chain through openssl).

In addition, LIBS="-lz" is only needed in static linking configurations,
to help fetchmail's configure script find OpenSSL (it doesn't use
pkg-config unfortunately).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agofetchmail: gettext is not mandatory
Thomas Petazzoni [Fri, 19 May 2017 21:04:40 +0000 (23:04 +0200)]
fetchmail: gettext is not mandatory

Even when locales are enabled, gettext is not mandatory to build
fetchmail, i.e the following defconfig builds fine:

BR2_arm=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2017.02-1096-g54a5333.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_4_8=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
BR2_PACKAGE_FETCHMAIL=y

However, if gettext provides libintl, it gets used. Therefore this
commit moves gettext from a mandatory dependency to an optional
dependency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoconfigs/lego_ev3: use ext4 file system
David Lechner [Tue, 23 May 2017 18:04:06 +0000 (13:04 -0500)]
configs/lego_ev3: use ext4 file system

Change from using ext3 to ext4.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoconfigs/lego_ev3: use genimage to rename uImage file
David Lechner [Tue, 23 May 2017 18:04:05 +0000 (13:04 -0500)]
configs/lego_ev3: use genimage to rename uImage file

This uses a genimage feature to rename the uImage file instead
of manually creating a symlink in the post-image script.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoconfigs/lego_ev3: bump U-Boot version
David Lechner [Tue, 23 May 2017 18:04:04 +0000 (13:04 -0500)]
configs/lego_ev3: bump U-Boot version

This bumps U-Boot to the current stable version (2017.05).

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/vlc: bump version to 2.2.6
Bernd Kuhls [Wed, 24 May 2017 21:13:17 +0000 (23:13 +0200)]
package/vlc: bump version to 2.2.6

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/kodi-pvr-*: mass version bump
Bernd Kuhls [Thu, 25 May 2017 16:25:12 +0000 (18:25 +0200)]
package/kodi-pvr-*: mass version bump

This commit brings our package versions in-line with upstream repo:
https://github.com/xbmc/repo-binary-addons/tree/Krypton

after this commit:
https://github.com/xbmc/repo-binary-addons/commit/a6621cbdc6ae2ef35b4188d909ca7f37a38a41f0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/mono: bump to version 4.8.1.0
Angelo Compagnucci [Tue, 23 May 2017 10:20:35 +0000 (12:20 +0200)]
package/mono: bump to version 4.8.1.0

This patch bumps mono the version 4.8.1.0. Simultaneously it removes an
upstreamed patch and updates another one to the latest source code.

It also disables the compilation of 'aot' cause the build system was
fixed to support this option again.

It also disables the compilation of the optional BoringTLS stack: this
stack is distributed as an external component inside the mono source
tree and it carries it's own build system (cmake). To be compiled inside
buildroot it requires hacking the mono build system to pass the correct
compiling options to cmake. This will be done in a future patch set.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/monolite: bump to version 156
Angelo Compagnucci [Tue, 23 May 2017 10:20:34 +0000 (12:20 +0200)]
package/monolite: bump to version 156

This patch bumps monolite to version 156.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agobash: disable bash malloc by default
Daniel Sabogal [Tue, 23 May 2017 17:19:31 +0000 (13:19 -0400)]
bash: disable bash malloc by default

Bash's malloc relies on sbrk which is implemented as a fail-only stub in
musl. Presently, it is disabled when configured for static
libs. Instead, default to using libc malloc.

Fixes:

  # bash
  bash: xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated)

Signed-off-by: Daniel Sabogal <dsabogalcc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agocifs-utils: bump to version 6.7
Baruch Siach [Wed, 24 May 2017 19:15:39 +0000 (22:15 +0300)]
cifs-utils: bump to version 6.7

Enable autoreconf because of missing install-sh.

Add upstream patch fixing build breakage with libtalloc is missing.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/tor: bump version to 0.3.0.7
Bernd Kuhls [Wed, 24 May 2017 15:24:27 +0000 (17:24 +0200)]
package/tor: bump version to 0.3.0.7

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/libdrm: bump version to 2.4.81
Bernd Kuhls [Wed, 24 May 2017 15:36:32 +0000 (17:36 +0200)]
package/libdrm: bump version to 2.4.81

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agosngrep: bump version to v1.4.3
Adam Duskett [Thu, 25 May 2017 14:34:12 +0000 (10:34 -0400)]
sngrep: bump version to v1.4.3

The two patches were committed upstream.

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/bdwgc: fix uclibc build after bump to 7.6.0
Bernd Kuhls [Sun, 28 May 2017 18:27:04 +0000 (20:27 +0200)]
package/bdwgc: fix uclibc build after bump to 7.6.0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/imagemagick: bump version to 7.0.5-8
Bernd Kuhls [Sun, 28 May 2017 16:19:44 +0000 (18:19 +0200)]
package/imagemagick: bump version to 7.0.5-8

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/tremor: add upstream site to help text
Bernd Kuhls [Sun, 28 May 2017 15:38:16 +0000 (17:38 +0200)]
package/tremor: add upstream site to help text

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>