buildroot.git
5 years agoboard/armadeus/apf51: bump 4.4 LTS kernel to latest version
Julien BOIBESSOT [Mon, 29 Jul 2019 13:28:32 +0000 (15:28 +0200)]
board/armadeus/apf51: bump 4.4 LTS kernel to latest version

This should fix: https://gitlab.com/buildroot.org/buildroot/-/jobs/259847033

Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agolinux: Force CONFIG_NET=y when using mdev+devtempfs for /dev management
Titouan Christophe [Thu, 20 Jun 2019 16:59:44 +0000 (18:59 +0200)]
linux: Force CONFIG_NET=y when using mdev+devtempfs for /dev management

Since mdev was switched to the daemon mode introduced in Busybox 1.31.0,
it requires CONFIG_NET to be enabled in the kernel such that the mdev
daemon can listen to netlink events.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/expect: bump to version 5.45.4
Fabrice Fontaine [Mon, 29 Jul 2019 21:15:56 +0000 (23:15 +0200)]
package/expect: bump to version 5.45.4

* exp_inter.c: [https://sourceforge.net/p/expect/patches/22/]
Fix interact bug - handle reads of 0 length on
non-blocking channels by explicitly checking if the channel
is non-blocking. Fix by Jack Bates.

* expect.c: [https://sourceforge.net/p/expect/patches/21/]
Fix eof bug introduced with previous bug fix - ensure that data
received just before an eof is processed. Fix by Sergei Golovan.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/libebml: bump version to 1.3.9
Bernd Kuhls [Mon, 29 Jul 2019 20:30:47 +0000 (22:30 +0200)]
package/libebml: bump version to 1.3.9

Removed patch applied upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agoconfigs/imx7d-sdb: Bump U-Boot and kernel
Fabio Estevam [Tue, 30 Jul 2019 16:36:48 +0000 (13:36 -0300)]
configs/imx7d-sdb: Bump U-Boot and kernel

Bump U-Boot to version 2019.07 and kernel to version 5.2.4.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopandaboard_defconfig: bump linux to 4.19.62 to fix build with gcc 8
Peter Korsgaard [Tue, 30 Jul 2019 12:33:15 +0000 (14:33 +0200)]
pandaboard_defconfig: bump linux to 4.19.62 to fix build with gcc 8

The recent change to default to gcc 8 for the internal toolchain broke this
defconfig.  Fix it by bumping to the latest 4.19 kernel.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/259853955
The kernel now uses ttySx for the omap serial ports, so adjust the getty
port to match.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agotoolchain-buildroot: musl only supports 64bit variant of risc-v
Peter Korsgaard [Tue, 30 Jul 2019 16:39:31 +0000 (18:39 +0200)]
toolchain-buildroot: musl only supports 64bit variant of risc-v

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/btrfs-progs: bump to version 5.2.1
Baruch Siach [Tue, 30 Jul 2019 11:53:39 +0000 (14:53 +0300)]
package/btrfs-progs: bump to version 5.2.1

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/qt5: change upstream location
Yann E. MORIN [Tue, 30 Jul 2019 10:36:00 +0000 (12:36 +0200)]
package/qt5: change upstream location

Upstream pushes their delivery archives in to places:
    https://download.qt.io/official_releases/
    https://download.qt.io/archive/

After a while, only the latter remains, whith the former being pruned
actively to contain only officially supported versions.

Switch to using the archive location, as it has everything, even the
latest versions.

Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/putty: bump to version 0.72
Baruch Siach [Tue, 30 Jul 2019 10:30:33 +0000 (13:30 +0300)]
package/putty: bump to version 0.72

Drop upstream patches.

Remove autoreconf; we no longer patch configure.ac.

Cc: Alexander Dahl <post@lespocky.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agotoolchain: enable musl for riscv
Jörg Krause [Tue, 30 Jul 2019 10:23:31 +0000 (12:23 +0200)]
toolchain: enable musl for riscv

Since version 1.1.23 musl supports the RISC-V architecture.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Tested-by: Mark Corbin <mark.corbin@embecosm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/musl: bump to version 1.1.23
Jörg Krause [Tue, 30 Jul 2019 10:23:30 +0000 (12:23 +0200)]
package/musl: bump to version 1.1.23

This version merges the RISC-V (64-bit) port and new math library
implementations of log, exp, and pow. Internals of how (non-cancellable)
syscalls are performed have been overhauled so that all code necessary to make
the syscall resides in the arch-provided header and is inlinable. In the
process, bugs in the implementation of mips and microblaze syscall mechanisms
were found and fixed. Several other bugs were fixed as well, including a
potentially serious one in the layout of static TLS for shared libraries on
archs that use "TLS variant I" layout.

A couple behaviors that were clearly undesirable but arguably mandated by POSIX
have been fixed as a result of POSIX intepretations rendering them unnecessary.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Tested-by: Mark Corbin <mark.corbin@embecosm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/mariadb: bump to version 10.3.16
Ryan Coe [Mon, 29 Jul 2019 23:46:12 +0000 (16:46 -0700)]
package/mariadb: bump to version 10.3.16

The license file COPYING has been updated with a new address.

Release notes:
https://mariadb.com/kb/en/library/mariadb-10316-release-notes/

Changelog:
https://mariadb.com/kb/en/mariadb-10316-changelog/

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agoDEVELOPERS: Remove Qais Yousef
Bernd Kuhls [Mon, 29 Jul 2019 18:15:15 +0000 (20:15 +0200)]
DEVELOPERS: Remove Qais Yousef

Email bounces:

<Qais.Yousef@imgtec.com>: host mxb-00376f01.gslb.pphosted.com[185.132.180.163]
    said: 550 5.1.1 User Unknown (in reply to RCPT TO command)

Last mailing list postings date back to 2012.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/libmodbus: bump to version 3.1.5
Pierre-Jean Texier [Mon, 29 Jul 2019 16:57:38 +0000 (18:57 +0200)]
package/libmodbus: bump to version 3.1.5

See https://libmodbus.org/2019/stable-and-development-releases/

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/libglib2: bump to version 2.60.6
Adam Duskett [Mon, 29 Jul 2019 16:20:04 +0000 (12:20 -0400)]
package/libglib2: bump to version 2.60.6

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/xen: security bump to version 4.11.2
Peter Korsgaard [Mon, 29 Jul 2019 16:17:03 +0000 (18:17 +0200)]
package/xen: security bump to version 4.11.2

The 4.11.2 release brings a large number of fixes:

https://xenproject.org/downloads/xen-project-archives/xen-project-4-11-series/xen-project-4-11-2/

Including a number of security fixes:

XSA-284: grant table transfer issues on large hosts
XSA-285: race with pass-through device hotplug
XSA-287: x86: steal_page violates page_struct access discipline
XSA-288: x86: Inconsistent PV IOMMU discipline
XSA-290: missing preemption in x86 PV page table unvalidation
XSA-291: x86/PV: page type reference counting issue with failed IOMMU update
XSA-292: x86: insufficient TLB flushing when using PCID
XSA-293: x86: PV kernel context switch corruption
XSA-294: x86 shadow: Insufficient TLB flushing when using PCID
XSA-295: Unlimited Arm Atomics Operations
XSA-297: Microarchitectural Data Sampling speculative side channel

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/dtc: add hash for license files
Fabrice Fontaine [Mon, 29 Jul 2019 10:55:09 +0000 (12:55 +0200)]
package/dtc: add hash for license files

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/openjdk{, -bin}: security bump to version 12.0.2_10
Peter Korsgaard [Mon, 29 Jul 2019 07:37:20 +0000 (09:37 +0200)]
package/openjdk{, -bin}: security bump to version 12.0.2_10

Fixes the following security issues:

CVE-2019-7317 CVE-2019-2821 CVE-2019-2769 CVE-2019-2762 CVE-2019-2745
CVE-2019-2816 CVE-2019-2842 CVE-2019-2786 CVE-2019-2818 CVE-2019-2766
CVE-2019-6129

For details. see the advisory:
https://openjdk.java.net/groups/vulnerability/advisories/2019-07-16

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/asterisk: security bump to version 16.4.1
Peter Korsgaard [Sun, 28 Jul 2019 21:28:31 +0000 (23:28 +0200)]
package/asterisk: security bump to version 16.4.1

Fixes the following security issues:

CVE-2019-12827: A specially crafted SIP in-dialog MESSAGE message can cause
Asterisk to crash:

https://downloads.asterisk.org/pub/security/AST-2019-002.html

CVE-2019-13161: When T.38 faxing is done in Asterisk a T.38 reinvite may be
sent to an endpoint to switch it to T.38.  If the endpoint responds with an
improperly formatted SDP answer including both a T.38 UDPTL stream and an
audio or video stream containing only codecs not allowed on the SIP peer or
user a crash will occur.  The code incorrectly assumes that there will be at
least one common codec when T.38 is also in the SDP answer:

https://downloads.asterisk.org/pub/security/AST-2019-003.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years ago{linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{1, 2}.x series
Peter Korsgaard [Sun, 28 Jul 2019 20:55:21 +0000 (22:55 +0200)]
{linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{1, 2}.x series

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/zip: adjust the version to 3.0
Thomas Petazzoni [Thu, 20 Jun 2019 13:48:09 +0000 (15:48 +0200)]
package/zip: adjust the version to 3.0

According to the project homepage at
http://infozip.sourceforge.net/Zip.html, the version is really named
3.0. This is also how it's called inside the zip30.ann file in the
source code, which says "We have posted Zip 3.0, July 5th 2008".

So the fact that the tarball is named zip30.tgz is just because
upstream wanted to avoid having two dots (perhaps by habit of the old
DOS 8.3 file name limitation ?).

The version is also named "3.0" in the SourceForge RSS at [0] that
release-monitoring.org is using for this package [1]. Therefore, by
using "3.0" as the version, we will match the version known by
release-monitoring.org.

Of course the tarball name is still zip30.tgz so we tweak the
ZIP_VERSION value appropriately.

[0] https://sourceforge.net/projects/infozip/rss?path=/
[1] https://release-monitoring.org/project/10080/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/dtc: bump to version v1.5.0
Joel Stanley [Mon, 22 Jul 2019 04:21:12 +0000 (13:51 +0930)]
package/dtc: bump to version v1.5.0

Upstream now optionally supports a yaml output format, and support is
detected through pkg-config. It has not been added as a dependency but
could in the future if someone asks for it.

Patches applied upstream:

  - Kill bogus TYPE_BLOB marker type
  - checks: fix simple-bus compatible matching

New patch:

 - Makefile: Add EXTRA_CFLAGS variable

The new patch is required to correctly add buildroot's cflags. The
existing packaging was overwriting those set by the package's makefile,
which was breaking the yaml detection.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/suricata: fix build with kernel >= 5.2
Bernd Kuhls [Mon, 22 Jul 2019 16:14:49 +0000 (18:14 +0200)]
package/suricata: fix build with kernel >= 5.2

Fixes:
http://autobuild.buildroot.net/results/422/422e1aa4e7d0bac31b55e7150a7ab031e23cef4a/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/mtd: bump to 2.1.1
Matt Weber [Mon, 22 Jul 2019 22:57:45 +0000 (17:57 -0500)]
package/mtd: bump to 2.1.1

Removes 0001-mkfs.ubifs-fix-build-without-openssl.patch which has been
merged upsteam as b5027be5f470830ac9543db3c52e076b13abd313.

Release Notes:
https://www.spinics.net/lists/linux-mtd/msg08093.html

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/pngquant: bump version to 2.12.3
Bernd Kuhls [Mon, 22 Jul 2019 04:24:38 +0000 (06:24 +0200)]
package/pngquant: bump version to 2.12.3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agoconfigs/atmel_sama5d27_som1: kernel needs host-openssl to build
Pierre-Jean Texier [Sun, 28 Jul 2019 13:50:18 +0000 (15:50 +0200)]
configs/atmel_sama5d27_som1: kernel needs host-openssl to build

Since commit df7005975e5a8419918600b1fcac57799a0ff5da, the linux
configuration requires host-openssl to be built.

Fixes:

 https://gitlab.com/buildroot.org/buildroot/-/jobs/259847527

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/python-can: bump to version 3.3.1
Angelo Compagnucci [Sun, 28 Jul 2019 15:19:15 +0000 (17:19 +0200)]
package/python-can: bump to version 3.3.1

This patch bumps the package version to 3.3.1 and drops
an upstreamed patch.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/python-pillow: bump to version 6.1.0
Angelo Compagnucci [Sun, 28 Jul 2019 15:18:47 +0000 (17:18 +0200)]
package/python-pillow: bump to version 6.1.0

This patch bump python-pillow to version 6.1.0

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agolinux: bump CIP to version v4.19.60-cip7
Angelo Compagnucci [Sun, 28 Jul 2019 15:33:18 +0000 (17:33 +0200)]
linux: bump CIP to version v4.19.60-cip7

This patch bumps Linux CIP to version v4.19.60-cip7.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/libcurl: bump to version 7.65.3
Pierre-Jean Texier [Sun, 28 Jul 2019 13:53:04 +0000 (15:53 +0200)]
package/libcurl: bump to version 7.65.3

A very small fix for the progress meter regression in 7.65.2.

See https://curl.haxx.se/mail/lib-2019-07/0052.html

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 years agopackage/mpd: bump to version 0.21.11
Jörg Krause [Sun, 28 Jul 2019 06:10:23 +0000 (08:10 +0200)]
package/mpd: bump to version 0.21.11

MPD changed from Autotools to the Meson build system.

Add config options for the qobuz and tidal plugins and group them together
with the soundcloud plugin under "Commercial services".

Helping MPD to find tremor in static linking scenarios is no longer
needed and can safely be removed.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libgcrypt: add upstream patch to add pkg-config file
Jörg Krause [Sun, 28 Jul 2019 06:10:22 +0000 (08:10 +0200)]
package/libgcrypt: add upstream patch to add pkg-config file

libgrypt provides a config file `libgcrypt-config`. After the version
bump to 1.8.4 upstream added a pkg-config file as well [1].

Using the pkg-config file is preferred over using the package provided
config file. For example, the Meson build system requires that for every
special config file an entry is added to the `[binary]` section in the
cross-compilation.conf file, otherwise it will use the config file found
in `PATH`. This is bad when cross-compiling as `PATH` will include
pathes to the host and therefore Meson will wrongly use the host config
file.

To simplify using libgcrypt for packages using the meson infrastructure
lets add the pkg-config file.

Note, that the additional upstream patch 0003 fixes a typo in the pkg-config
file.

[1] https://github.com/gpg/libgcrypt/commit/97194b422bc89a6137f4e218d4cdee118c63e96e

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libgcrypt: replace reconfigure patch with upstream patch
Jörg Krause [Sun, 28 Jul 2019 06:10:21 +0000 (08:10 +0200)]
package/libgcrypt: replace reconfigure patch with upstream patch

The `ac_cv_sys_symbol_underscore` reconfigure patch was added to
Buildroot back in 2007 [1], but was not reported to upstream back then.

Meanwhile, the issue has been fixed upstream [2] after the version bump to
version 1.8.4.

In order to add another upstream patch, which will add a pkg-config file
for libgrypt and therefore requires autoreconfiguration as well, replace the
current patch with the upstream patch.

[1] https://git.buildroot.net/buildroot/commit/package/libgcrypt?id=f1bcdf518fa7868b7819b0248f4b8da02a954dde
[2] https://github.com/gpg/libgcrypt/commit/0f4545b441b6fbdd6e9c4e95f5f2a367483e78ad

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/exim: security bump to version 4.92.1
Bernd Kuhls [Sun, 28 Jul 2019 08:50:47 +0000 (10:50 +0200)]
package/exim: security bump to version 4.92.1

Fixes CVE-2019-13917:
http://www.exim.org/static/doc/security/CVE-2019-13917.txt

https://github.com/Exim/exim/commit/d185889f47b9b27088e777f7d382295c51271586
added new code to "Prebuild the data structure for builtin macros".

This function needs a host-built binary called macro_predef, it depends
on host-berkeleydb, host-pcre and optionally on host-openssl.

With an openssl-enabled exim the host build of macro_predef will fail
if host-openssl is missing:

/usr/bin/gcc -DMACRO_PREDEF macro_predef.c
In file included from hash.h:14,
                 from exim.h:485,
                 from macro_predef.c:11:
sha_ver.h:37:12: fatal error: openssl/ssl.h: No such file or directory

because macro_predef also has the an optional dependency on openssl:
https://github.com/Exim/exim/blob/exim-4.92%2Bfixes/src/src/macro_predef.c#L130

Removed patches applied upstream:
0004: https://github.com/Exim/exim/commit/98913c8ea2be5188dd22ec652da1182017e8edb7
0005: https://github.com/Exim/exim/commit/cf3cd306062a08969c41a1cdd32c6855f1abecf1
0007: https://github.com/Exim/exim/commit/7ea1237c783e380d7bdb86c90b13d8203c7ecf26#diff-58af16fe62ea674adf1730edc078d175R6243

Added patch to fix uClibc build.

Added license hash, switched _SITE to https.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/berkeleydb: add host variant
Bernd Kuhls [Sun, 28 Jul 2019 08:50:46 +0000 (10:50 +0200)]
package/berkeleydb: add host variant

Needed for the upcoming Exim security version bump.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/netsurf: needs host-vim
Bernd Kuhls [Sun, 28 Jul 2019 09:23:54 +0000 (11:23 +0200)]
package/netsurf: needs host-vim

Fixes:
http://autobuild.buildroot.net/results/ade/adead660148cec04910b7a616cc85adfdd63ae95/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libglu: bump version to 9.0.1
Bernd Kuhls [Wed, 24 Jul 2019 18:26:54 +0000 (20:26 +0200)]
package/libglu: bump version to 9.0.1

Added all hashes provided by upstream, switched tarball to .xz and
updated _SITE according to release notes.

Tarball contains an autoconf'ed configure script now so we can remove
LIBGLU_AUTORECONF = YES

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/x11r7/xdriver_xf86-video-intel: bump version
Bernd Kuhls [Wed, 24 Jul 2019 18:26:53 +0000 (20:26 +0200)]
package/x11r7/xdriver_xf86-video-intel: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/linux-firmware: add option to install Libertas USB thin firmware
Lubomir Rintel [Thu, 25 Jul 2019 08:05:52 +0000 (10:05 +0200)]
package/linux-firmware: add option to install Libertas USB thin firmware

This is the soft MAC version of the firmware, used by the libertas_tf driver.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/linux-firmware: add option to install Libertas 8388 OLPC firmware
Lubomir Rintel [Thu, 25 Jul 2019 08:05:51 +0000 (10:05 +0200)]
package/linux-firmware: add option to install Libertas 8388 OLPC firmware

This is the OLPC version used by the usb8xxx driver, preferrably to the
v9 firmware. This implements the OLPC-specific meshing protocol and acts
as a mesh point even in machine suspend.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/linux-firmware: add option to install Libertas 8388 firmware
Lubomir Rintel [Thu, 25 Jul 2019 08:05:50 +0000 (10:05 +0200)]
package/linux-firmware: add option to install Libertas 8388 firmware

Version 9 only. There's also version 5, but that probably is only for
very very old kernels.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/network-manager: bump to 1.18.2
Lubomir Rintel [Thu, 25 Jul 2019 08:21:34 +0000 (10:21 +0200)]
package/network-manager: bump to 1.18.2

A straightforward package update. Tested.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/python-fire: bump to version 0.2.0
Asaf Kahlon [Sat, 27 Jul 2019 06:33:05 +0000 (09:33 +0300)]
package/python-fire: bump to version 0.2.0

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/python-termcolor: new package
Asaf Kahlon [Sat, 27 Jul 2019 06:33:04 +0000 (09:33 +0300)]
package/python-termcolor: new package

ANSII Color formatting for output in terminal.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/python-lxml: bump to version 4.4.0
Asaf Kahlon [Sat, 27 Jul 2019 13:59:16 +0000 (16:59 +0300)]
package/python-lxml: bump to version 4.4.0

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/luv: bump to version 1.30.0-0
Jörg Krause [Sun, 28 Jul 2019 06:27:32 +0000 (08:27 +0200)]
package/luv: bump to version 1.30.0-0

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libuv: bump to version 1.30.1
Jörg Krause [Sun, 28 Jul 2019 06:26:21 +0000 (08:26 +0200)]
package/libuv: bump to version 1.30.1

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/mpd-mpc: bump to version 0.32
Jörg Krause [Sun, 28 Jul 2019 06:22:21 +0000 (08:22 +0200)]
package/mpd-mpc: bump to version 0.32

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/linux-firmware: bump version to 20190717
Arno Messiaen [Sat, 27 Jul 2019 21:49:21 +0000 (23:49 +0200)]
package/linux-firmware: bump version to 20190717

License changes:
 * amdgpu: year on license was bumped to 2019
 * Marvell: reformatting, rewording and changed conditions

Signed-off-by: Arno Messiaen <arnomessiaen@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/netsurf: fix build of host tool convert_image
Bernd Kuhls [Mon, 22 Jul 2019 05:17:15 +0000 (07:17 +0200)]
package/netsurf: fix build of host tool convert_image

Upstream commit
http://source.netsurf-browser.org/netsurf.git/commit/frontends/framebuffer/Makefile?id=40cdf498b9153685b4cefe576e59f6b41090912b

renamed the variable HOST_*FLAGS to BUILD_*FLAGS.

This breaks the build of the host tool convert_image when png.h is not
provided by the host system itself.

Fixes:
http://autobuild.buildroot.net/results/6ac/6ac71c7a41dd92a5fb924af9da7cedc40e745cfa/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/python-cython: bump to version 0.29.13
Asaf Kahlon [Fri, 26 Jul 2019 19:10:14 +0000 (22:10 +0300)]
package/python-cython: bump to version 0.29.13

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/perl-mojolicious: bump to version 8.22
Francois Perrad [Fri, 26 Jul 2019 19:12:14 +0000 (21:12 +0200)]
package/perl-mojolicious: bump to version 8.22

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/perl-class-instpector: bump to version 1.36
Francois Perrad [Fri, 26 Jul 2019 19:12:13 +0000 (21:12 +0200)]
package/perl-class-instpector: bump to version 1.36

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/luaossl: bump to version 20190612
Francois Perrad [Fri, 26 Jul 2019 17:01:01 +0000 (19:01 +0200)]
package/luaossl: bump to version 20190612

The hash of the license file is changed due to the following
modification:

-2015-2018  Daurnimator <quae@daurnimator.com>
+2015-2019  Daurnimator <quae@daurnimator.com>

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/lua-curl: bump to version 0.3.10
Francois Perrad [Fri, 26 Jul 2019 17:01:00 +0000 (19:01 +0200)]
package/lua-curl: bump to version 0.3.10

The hash of the license file is changed due to the following
modification:

-Copyright (c) 2014-2018 Alexey Melnichuk
+Copyright (c) 2014-2019 Alexey Melnichuk

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/openvmtools: use libtirpc when toolchain has no native RPC
Simon Rowe [Thu, 25 Jul 2019 08:30:21 +0000 (09:30 +0100)]
package/openvmtools: use libtirpc when toolchain has no native RPC

openvmtools detects and uses an external RPC library if RPC is not
supported by the toolchain C library, so let's select package/libtirpc
when necessary.

Signed-off-by: Simon Rowe <simon.rowe@citrix.com>
[Thomas: add missing dependency on libtirpc]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/sunxi-mali-mainline-driver: bump version
Giulio Benetti [Tue, 23 Jul 2019 08:11:41 +0000 (10:11 +0200)]
package/sunxi-mali-mainline-driver: bump version

For 5.1 support.

git shortlog --invert-grep --grep=travis --no-merges
c12e16553576b050e74a8ed404cb555ce4b8e573..
Giulio Benetti (1):
      README: update mali-blobs URL

Maxime Ripard (1):
      Fix build with 5.1

Roman Stratiienko (2):
      Add r9p0 version
      Enable r9p0 build

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/webp: bump to version 1.0.3
Gilles Talis [Mon, 22 Jul 2019 17:57:03 +0000 (19:57 +0200)]
package/webp: bump to version 1.0.3

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/ncdu: bump to version 1.14
Gilles Talis [Mon, 22 Jul 2019 17:57:02 +0000 (19:57 +0200)]
package/ncdu: bump to version 1.14

The license file hash has changed due to a copyright year change. The
licensing terms remain unchanged.

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/samba4: bump version to 4.10.6
Bernd Kuhls [Mon, 22 Jul 2019 16:12:13 +0000 (18:12 +0200)]
package/samba4: bump version to 4.10.6

Release notes: https://www.samba.org/samba/history/samba-4.10.6.html

Updated and rebased patch 0002, added various cross-compile patches.

Added python3 support:
https://www.samba.org/samba/history/samba-4.10.0.html
"Samba 4.10 still has support for Python 2, however, Python 3 will be
 used by default, i.e. 'configure' & 'make' will execute using python3."

Renamed json configure option:
https://github.com/samba-team/samba/commit/c98f9971922342cbcfd2f55ca076835ba2305c63

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/heimdal: bump version to 7.7.0
Bernd Kuhls [Mon, 22 Jul 2019 16:12:12 +0000 (18:12 +0200)]
package/heimdal: bump version to 7.7.0

Added upstream hashes and license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/git: remove autoreconf
Vadim Kochan [Tue, 23 Jul 2019 13:52:00 +0000 (16:52 +0300)]
package/git: remove autoreconf

After (8aa5ee1721 package/git: bump to version 2.22.0) autoreconf
is not needed anymore because patch which modified the configure
script was removed.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/proftpd: add upstream security fix for CVE-2019-12815
Bernd Kuhls [Tue, 23 Jul 2019 17:43:10 +0000 (19:43 +0200)]
package/proftpd: add upstream security fix for CVE-2019-12815

Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/dovecot-pigeonhole: bump version to 0.5.7.1
Bernd Kuhls [Tue, 23 Jul 2019 16:27:52 +0000 (18:27 +0200)]
package/dovecot-pigeonhole: bump version to 0.5.7.1

Release notes:
https://dovecot.org/pipermail/dovecot/2019-July/116622.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/dovecot: bump version to 2.3.7.1
Bernd Kuhls [Tue, 23 Jul 2019 16:27:51 +0000 (18:27 +0200)]
package/dovecot: bump version to 2.3.7.1

Release notes:
https://dovecot.org/pipermail/dovecot/2019-July/116622.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/axel: bump to version 2.17.5
Ismael Luceno [Tue, 23 Jul 2019 19:34:52 +0000 (21:34 +0200)]
package/axel: bump to version 2.17.5

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/opencv3: allow to use pkg-config while cross-compiling
Romain Naour [Tue, 23 Jul 2019 19:50:40 +0000 (21:50 +0200)]
package/opencv3: allow to use pkg-config while cross-compiling

Since version 3.4.1 [1], opencv disable pkg-config while cross-compiling to
avoid host headers/libraries poisoning.

Due to this, opencv fail to detect ffmpeg, gstreamer and gtk dependencies
even if the corresponding support is requested by
BR2_PACKAGE_OPENCV3_WITH_{FFMPEG,GSTREAMER,GTK2,GTK3}.

Maybe other dependencies are affected by this issue...

While configuring opencv we can notice the following messages:
"-- OpenCV disables pkg-config to avoid using of host libraries. Consider using PKG_CONFIG_LIBDIR to specify target SYSROOT"
"-- Can't find ffmpeg - 'pkg-config' utility is missing"

As the result ffmpeg and gstreamer are not enabled:
--   Video I/O:
--     FFMPEG:                      NO
--       avcodec:                   NO
--       avformat:                  NO
--       avutil:                    NO
--       swscale:                   NO
--       avresample:                NO
--     GStreamer:                   NO
--     libv4l/libv4l2:              NO
--     v4l/v4l2:                    linux/videodev2.h

We can fixes this by adding a new option OPENCV_ENABLE_PKG_CONFIG=ON

--   Video I/O:
--     FFMPEG:                      YES
--       avcodec:                   YES (ver 58.35.100)
--       avformat:                  YES (ver 58.20.100)
--       avutil:                    YES (ver 56.22.100)
--       swscale:                   YES (ver 5.3.100)
--       avresample:                YES (ver 4.0.0)
--     GStreamer:
--       base:                      YES (ver 1.16.0)
--       video:                     YES (ver 1.16.0)
--       app:                       YES (ver 1.16.0)
--       riff:                      YES (ver 1.16.0)
--       pbutils:                   YES (ver 1.16.0)
--     libv4l/libv4l2:              NO
--     v4l/v4l2:                    linux/videodev2.h

Add host-pkgconf in the dependencies.

If there is a path poisoning issue, it will be detected by the toolchain
paranoid wrapper.

[1] https://github.com/opencv/opencv/commit/c4f9ff0285130bd8bcf9d87a9ea6949bdd7e9e5d

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Samuel Martin <s.martin49@gmail.com>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/python-cython: bump to version 0.29.11
Asaf Kahlon [Fri, 5 Jul 2019 12:10:03 +0000 (15:10 +0300)]
package/python-cython: bump to version 0.29.11

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/perl-xml-sax: bump to version 1.02
Francois Perrad [Fri, 5 Jul 2019 10:35:04 +0000 (12:35 +0200)]
package/perl-xml-sax: bump to version 1.02

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libgtk2: fix build with NLS
Fabrice Fontaine [Sun, 14 Jul 2019 08:30:19 +0000 (10:30 +0200)]
package/libgtk2: fix build with NLS

Fixes:
 - http://autobuild.buildroot.org/results/20644475a745c04fec4a87c639bd13e4f333805a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agoboot/arm-trusted-firmware: licensing info is only valid for v1.4
Yann E. MORIN [Sun, 14 Jul 2019 17:32:18 +0000 (19:32 +0200)]
boot/arm-trusted-firmware: licensing info is only valid for v1.4

The licensing information, and especially the name of the license file,
is known only for the official v1.4 version. For example, in later
versions, the license file has been renamed.

Since we can't be sure of the licensing information for custom versions,
or for versions from git, define that only for the known v1.4 version.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Adam Duskett <aduskett@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/zeromq: fix sha256 hash
Fabrice Fontaine [Sun, 14 Jul 2019 14:25:04 +0000 (16:25 +0200)]
package/zeromq: fix sha256 hash

Bump to version 4.3.2 did not update sha256 hash

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agoboot/opensbi: bump to v0.4
Alistair Francis [Tue, 9 Jul 2019 22:36:48 +0000 (15:36 -0700)]
boot/opensbi: bump to v0.4

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/dovecot: add linux-pam optional dependency
Fabrice Fontaine [Thu, 11 Jul 2019 16:58:38 +0000 (18:58 +0200)]
package/dovecot: add linux-pam optional dependency

Fixes:
 - http://autobuild.buildroot.org/results/bba0d54cab164d77caf7161596b22602875a7a85

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/gstreamer1/gst1-plugins-base: fix build with NLS
Fabrice Fontaine [Thu, 11 Jul 2019 16:57:44 +0000 (18:57 +0200)]
package/gstreamer1/gst1-plugins-base: fix build with NLS

Fixes:
 - http://autobuild.buildroot.org/results/93b58753071dac193881049c79288ef39fa9db16

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/gstreamer1/gstreamer1: fix build with NLS
Fabrice Fontaine [Thu, 11 Jul 2019 16:56:55 +0000 (18:56 +0200)]
package/gstreamer1/gstreamer1: fix build with NLS

Fixes:
 - http://autobuild.buildroot.org/results/6d3be9feb301495b079eff6283f1cbed9603dc42

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/netsurf: bump to version 3.9
Francois Perrad [Sat, 20 Jul 2019 13:31:58 +0000 (15:31 +0200)]
package/netsurf: bump to version 3.9

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/tesseract-ocr: fix build on musl
Gilles Talis [Fri, 19 Jul 2019 17:14:42 +0000 (19:14 +0200)]
package/tesseract-ocr: fix build on musl

Fixes autobuild failures like:
- http://autobuild.buildroot.net/results/e47da689b4a2912b626f5d31086f6414e3e53774/

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libvips: fix build with NLS
Fabrice Fontaine [Fri, 5 Jul 2019 20:50:48 +0000 (22:50 +0200)]
package/libvips: fix build with NLS

Fixes:
 - http://autobuild.buildroot.org/results/cd61be84dc9781ea645f7667c2bd29908484692f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/x11r7/xlib_libXfont: work around gcc bug 85180
Giulio Benetti [Mon, 15 Jul 2019 08:48:49 +0000 (10:48 +0200)]
package/x11r7/xlib_libXfont: work around gcc bug 85180

With Microblaze Gcc version < 8.x the build hangs due to gcc bug
85180: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180. The bug
shows up when building xlib_libXfont with optimization but not when
building with -O0. To work around this, if
BR2_TOOLCHAIN_HAS_GCC_BUG_85180=y we force using -O0.

Fixes:
http://autobuild.buildroot.net/results/7c6/7c64becbf06a1e00e41b7ddb95dd0c65bf364eb7/

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agoarch/arc: always needs -matomic with atomic extensions
Yann E. MORIN [Thu, 18 Jul 2019 20:52:49 +0000 (22:52 +0200)]
arch/arc: always needs -matomic with atomic extensions

As reported by Alexey in:
    https://patchwork.ozlabs.org/patch/1087480/
    https://patchwork.ozlabs.org/patch/1087471/

when BR2_ARC_ATOMIC_EXT is enabled, -matomic needs to always be passed
to the compiler to allow atomic instructions to be used. So instead of
passing them through the command-line CFLAGS, we enforce them in the
toolchain wrapper directly.

Reported-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agotoolchain: allow architectures to enforce compilation flags
Yann E. MORIN [Thu, 18 Jul 2019 20:52:48 +0000 (22:52 +0200)]
toolchain: allow architectures to enforce compilation flags

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/glib-networking: select openssl if gnutls is not enabled
Fabrice Fontaine [Sun, 14 Jul 2019 22:51:00 +0000 (00:51 +0200)]
package/glib-networking: select openssl if gnutls is not enabled

Fixes:
 - http://autobuild.buildroot.org/results/385ab1e09f821facc3d97b7dda6bd8d4a2c98eb5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/bluez5_utils: fix build with kernel >= 5.2
Fabrice Fontaine [Sun, 14 Jul 2019 23:25:45 +0000 (01:25 +0200)]
package/bluez5_utils: fix build with kernel >= 5.2

Fixes:
 - http://autobuild.buildroot.org/results/1b965c5d9c782d6689041eeeb7be3be4a4854346

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libcurl: bump to version 7.65.2
Pierre-Jean Texier [Thu, 18 Jul 2019 20:26:18 +0000 (22:26 +0200)]
package/libcurl: bump to version 7.65.2

Contains a number of fixes for issues discovered post-7.65.1.
For details, see full changelog:

https://curl.haxx.se/changes.html#7_65_2

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/gcc/{arc-2019.03,9.1}.0: fix compilation of glibc
Alexey Brodkin [Tue, 16 Jul 2019 21:50:01 +0000 (00:50 +0300)]
package/gcc/{arc-2019.03,9.1}.0: fix compilation of glibc

When storing a TLS symbol to memory, always use an intermediate
register to load it. Otherwise the compiler generates an instruction
which couldn't be encoded and we see:

----------------------------->8---------------------------
In file included from gethstent_r.c:34:
../nss/getXXent_r.c: In function '__gethostent_r':
../nss/getXXent_r.c:168:1: error: unrecognizable insn:
 }
 ^
(insn 25 24 26 5 (set (mem:SI (plus:SI (reg/f:SI 149 virtual-outgoing-args)
                (const_int 16 [0x10])) [0  S4 A32])
        (plus:SI (reg:SI 25 r25)
            (reg:SI 174))) "../nss/getXXent_r.c":160 -1
     (nil))
during RTL pass: vregs
../nss/getXXent_r.c:168:1: internal compiler error: in extract_insn, at recog.c:2304
In file included from getnetent_r.c:34:
../nss/getXXent_r.c: In function '__getnetent_r':
../nss/getXXent_r.c:168:1: error: unrecognizable insn:
 }
 ^
(insn 25 24 26 5 (set (mem:SI (plus:SI (reg/f:SI 149 virtual-outgoing-args)
                (const_int 16 [0x10])) [0  S4 A32])
        (plus:SI (reg:SI 25 r25)
            (reg:SI 174))) "../nss/getXXent_r.c":160 -1
     (nil))
during RTL pass: vregs
../nss/getXXent_r.c:168:1: internal compiler error: in extract_insn, at recog.c:2304
----------------------------->8---------------------------

Note that this patch is not yet submitted to the GCC's master and
gcc-9-branch but will be submitted soon. That said with th bump of GCC
for ARC this patch will no longer be needed.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Evgeniy Didin <didin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/gcc/9.1.0: fix ICE on ARC
Alexey Brodkin [Tue, 16 Jul 2019 21:47:25 +0000 (00:47 +0300)]
package/gcc/9.1.0: fix ICE on ARC

In a nutshell while compiling glibc GCC raises an Internal Compiler
Error (ICE).

This is a backport of upstream fix [1] for GCC's BUG #89838 [2].
The fix is the same as the one already merged for arc-2019.03 [3].

With the update of GCC to 9.2.0, this patch won't be needed anymore:
it's already merged in both the stable "gcc-9-branch" branch and the
"master" branch.

[1] https://github.com/gcc-mirror/gcc/commit/472bac30e63ffacecfa5eda813054555f2cc7def
[2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89838
[3] https://git.buildroot.org/buildroot/commit/?h=dbf7fffb37e25c40fd5c03d0a64e50a1bba86424

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Evgeniy Didin <didin@synopsys.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/bluez_utils: fix build with kernel >= 5.2
Fabrice Fontaine [Mon, 15 Jul 2019 16:37:55 +0000 (18:37 +0200)]
package/bluez_utils: fix build with kernel >= 5.2

Fixes:
 - http://autobuild.buildroot.org/results/72b6039ee4ba28e67d5ffcb5073e669e8d740e14

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/python-idna: select unicodedata support in python interpreter
Signed-off-by: Alex Xu [Wed, 17 Jul 2019 19:12:15 +0000 (15:12 -0400)]
package/python-idna: select unicodedata support in python interpreter

idna requires unicodedata:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "usr/lib/python3.7/site-packages/idna/__init__.py", line 2, in <module>
  File "usr/lib/python3.7/site-packages/idna/core.py", line 3, in <module>
ModuleNotFoundError: No module named 'unicodedata'

Signed-off-by: Alex Xu <alex_y_xu@yahoo.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/flashrom: bump to version 1.1
Fabrice Fontaine [Wed, 17 Jul 2019 17:03:50 +0000 (19:03 +0200)]
package/flashrom: bump to version 1.1

Remove patch (already in version)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/connman-gtk: add hash for license file
Fabrice Fontaine [Wed, 17 Jul 2019 17:02:51 +0000 (19:02 +0200)]
package/connman-gtk: add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/connman-gtk: fix build with NLS
Fabrice Fontaine [Wed, 17 Jul 2019 17:02:50 +0000 (19:02 +0200)]
package/connman-gtk: fix build with NLS

Fixes:
 - http://autobuild.buildroot.org/results/30b775323b4780b35a163100097952eff232339e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/botan: bump to version 2.11.0
Pierre-Jean Texier [Wed, 17 Jul 2019 14:24:40 +0000 (16:24 +0200)]
package/botan: bump to version 2.11.0

- Remove patches (already in version)
- Upstream does not provide tgz tarball anymore, switch to xz.
- Update hash for license file due to copyright year change.
- See full changelog https://botan.randombit.net/news.html

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/tesseract-ocr: fix build on uclibc
Fabrice Fontaine [Wed, 17 Jul 2019 21:46:52 +0000 (23:46 +0200)]
package/tesseract-ocr: fix build on uclibc

Fixes:
 - http://autobuild.buildroot.org/results/bdfbafa105ddf0b9b9399d94b557d318ad587d79

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/hiawatha: depends on BR2_TOOLCHAIN_HAS_SYNC_4
Fabrice Fontaine [Wed, 17 Jul 2019 22:02:15 +0000 (00:02 +0200)]
package/hiawatha: depends on BR2_TOOLCHAIN_HAS_SYNC_4

Since its version 10.9, hiawatha uses __sync_add_and_fetch_ 4 and
__sync_sub_and_fetch_4. hiawatha was bumped from 10.6 to 10.9 by
commit 93ca4f965264964bc944bbff4ef6160e4b4a1a63.

Fixes:
 - http://autobuild.buildroot.org/results/396f3ec849229eea9298215fbb1e1aac9f48c677

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/libva-utils: bump version to 2.5.0
Bernd Kuhls [Sun, 14 Jul 2019 15:21:26 +0000 (17:21 +0200)]
package/libva-utils: bump version to 2.5.0

Removed patch 0001, applied upstream:
https://github.com/intel/libva-utils/commit/d71e2604972d35e3803d9b66c7d2ed0a80c145dc

Removed patch 0002 after upstream fixed non-X11 build of sfcsample:
https://github.com/intel/libva-utils/commit/7be46f017caee2a23097bc8371f2fe4eb1b677a0

By removing all patches autoreconf is not needed anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/xkeyboard-config: fix hash
Fabrice Fontaine [Sun, 14 Jul 2019 14:51:53 +0000 (16:51 +0200)]
package/xkeyboard-config: fix hash

Bump to version 2.27 did not update the hash

Fixes:
 - http://autobuild.buildroot.org/results/6afcadda1008771fa32055de64285498815bc4c0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agopackage/tesseract-ocr: fix license
Fabrice Fontaine [Sun, 14 Jul 2019 22:58:19 +0000 (00:58 +0200)]
package/tesseract-ocr: fix license

COPYING has been removed since version 4.1.0 and
https://github.com/tesseract-ocr/tesseract/commit/618489290536282a59ed7a71381ca083d9a7586a

So replace COPYING by LICENSE

Fixes:
 - http://autobuild.buildroot.org/results/a3cff9747be539bdaffde3926f995467f33428c0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 years agoboot/uboot: add hash for license file
Pierre-Jean Texier [Mon, 15 Jul 2019 19:35:11 +0000 (21:35 +0200)]
boot/uboot: add hash for license file

Fixes:
 >>> uboot 2019.07 Collecting legal info
 ERROR: No hash found for Licenses/gpl-2.0.txt

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>