buildroot.git
4 years agopackage/python-aiologstash: new package
James Hilliard [Wed, 11 Dec 2019 01:37:38 +0000 (18:37 -0700)]
package/python-aiologstash: new package

asyncio-compatible logstash logging handler.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/python-logstash: new package
James Hilliard [Wed, 11 Dec 2019 01:37:37 +0000 (18:37 -0700)]
package/python-logstash: new package

Python logging handler for Logstash.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/libuio: add missing dependency on host-pkgconf
Thomas Petazzoni [Tue, 10 Dec 2019 22:10:22 +0000 (23:10 +0100)]
package/libuio: add missing dependency on host-pkgconf

configure fails if the pkgconfig.m4 macros are not available during
this package autoreconf:

./configure: line 12003: syntax error near unexpected token `PKGCONF,'
./configure: line 12003: `   PKG_CHECK_MODULES(PKGCONF, glib-2.0)

Fixes:

  http://autobuild.buildroot.net/results/9be944e35090bf270fbc9572423466be9af7b1f2/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/pkg-generic.mk, support/scripts/fix-rpath: fix per-package regexp
Thomas Petazzoni [Wed, 11 Dec 2019 12:25:00 +0000 (13:25 +0100)]
package/pkg-generic.mk, support/scripts/fix-rpath: fix per-package regexp

Commit c4e6d5c8be6ada8e7c60950e3b499c55d48761cb ("core: implement
per-package SDK and target") had a mistake on the regexp that is used
to match $(PER_PACKAGE_DIR)/<something>/, and due to this, the regexp
was never matched.

The + sign in [^/]+ which was suggested by Yann E. Morin during the
review of the per-package patch series (instead of [^/]*) needs to be
escaped to be taken into account correctly. Without this, the regexp
doesn't match, and the replacement is not done, causing:

 (1) For the libtool fixup in pkg-generic.mk, the lack of replacement
     causes libtool .la files to not be tweaked as expected, which it
     turn causes build failures reported by the autobuilder.

 (2) For the fix-rpath, the RPATH of host binaries in the SDK were not
     correct.

Interestingly, we have the same regexp in
support/scripts/check-host-rpath, but here the + sign does not need to
be escaped.

Fixes:

  http://autobuild.buildroot.net/results/d4d996f3923699e266afd40cc7180de0f7257d99/ (libsvg-cairo)
  http://autobuild.buildroot.net/results/56330f86872f67a2ce328e09b4c7b12aa835a432/ (bind)
  http://autobuild.buildroot.net/results/9e0fc42d2c9f856b92954b08019b83ce668ef289/ (ibrcommon)
  and probably a number of other similar issues

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/libostree: bump to version 2019.6
Marcus Folkesson [Wed, 11 Dec 2019 20:27:16 +0000 (21:27 +0100)]
package/libostree: bump to version 2019.6

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/git: security bump to version 2.24.1
Peter Korsgaard [Wed, 11 Dec 2019 11:18:36 +0000 (12:18 +0100)]
package/git: security bump to version 2.24.1

Fixes the following security vulnerabilities:

* CVE-2019-1348:
   The --export-marks option of git fast-import is exposed also via
   the in-stream command feature export-marks=... and it allows
   overwriting arbitrary paths.

 * CVE-2019-1349:
   When submodules are cloned recursively, under certain circumstances
   Git could be fooled into using the same Git directory twice. We now
   require the directory to be empty.

 * CVE-2019-1350:
   Incorrect quoting of command-line arguments allowed remote code
   execution during a recursive clone in conjunction with SSH URLs.

 * CVE-2019-1351:
   While the only permitted drive letters for physical drives on
   Windows are letters of the US-English alphabet, this restriction
   does not apply to virtual drives assigned via subst <letter>:
   <path>. Git mistook such paths for relative paths, allowing writing
   outside of the worktree while cloning.

 * CVE-2019-1352:
   Git was unaware of NTFS Alternate Data Streams, allowing files
   inside the .git/ directory to be overwritten during a clone.

 * CVE-2019-1353:
   When running Git in the Windows Subsystem for Linux (also known as
   "WSL") while accessing a working directory on a regular Windows
   drive, none of the NTFS protections were active.

 * CVE-2019-1354:
   Filenames on Linux/Unix can contain backslashes. On Windows,
   backslashes are directory separators. Git did not use to refuse to
   write out tracked files with such filenames.

 * CVE-2019-1387:
   Recursive clones are currently affected by a vulnerability that is
   caused by too-lax validation of submodule names, allowing very
   targeted attacks via remote code execution in recursive clones.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agoSDL_mixer: Add support for libmodplug
Paul Cercueil [Mon, 9 Dec 2019 19:15:54 +0000 (20:15 +0100)]
SDL_mixer: Add support for libmodplug

Add support for playing back tracker modules using libmodplug.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/sunxi-mali-mainline-driver: bump version
Giulio Benetti [Mon, 9 Dec 2019 22:31:14 +0000 (23:31 +0100)]
package/sunxi-mali-mainline-driver: bump version

For A64 frequency stability.

git shortlog --invert-grep --grep=travis --no-merges
a5e38ca3f05f0f74fdd5e85a711c964383ad23df..
Vasily Khoruzhick (1):
      Set GPU clock to 432MHz on A64

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/python-tqdm: bump to version 4.40.1
Louis Aussedat [Mon, 9 Dec 2019 21:59:22 +0000 (22:59 +0100)]
package/python-tqdm: bump to version 4.40.1

Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agoconfigs/friendlyarm_nanopi_neo_plus2: use an extlinux instead of boot.cmd
Louis Aussedat [Mon, 9 Dec 2019 21:59:21 +0000 (22:59 +0100)]
configs/friendlyarm_nanopi_neo_plus2: use an extlinux instead of boot.cmd

This remove the file boot.cmd to use an extlinux.conf instead.

Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst-omx: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:53 +0000 (21:04 +0100)]
gst-omx: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogstreamer1-editing-services: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:52 +0000 (21:04 +0100)]
gstreamer1-editing-services: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-rtsp-server: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:51 +0000 (21:04 +0100)]
gst1-rtsp-server: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-vaapi: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:50 +0000 (21:04 +0100)]
gst1-vaapi: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-libav: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:49 +0000 (21:04 +0100)]
gst1-libav: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-validate: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:48 +0000 (21:04 +0100)]
gst1-validate: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-plugins-ugly: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:47 +0000 (21:04 +0100)]
gst1-plugins-ugly: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-plugins-bad: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:46 +0000 (21:04 +0100)]
gst1-plugins-bad: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-plugins-good: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:45 +0000 (21:04 +0100)]
gst1-plugins-good: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogst1-plugins-base: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:44 +0000 (21:04 +0100)]
gst1-plugins-base: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agogstreamer1: bump version to 1.16.2
Peter Seiderer [Mon, 9 Dec 2019 20:04:43 +0000 (21:04 +0100)]
gstreamer1: bump version to 1.16.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/lirc-tools: use single quote with SETUPTOOLS_ENV
Ryan Barnett [Mon, 9 Dec 2019 17:10:26 +0000 (11:10 -0600)]
package/lirc-tools: use single quote with SETUPTOOLS_ENV

With the change to pkg-python to use TARGET_CONFIGURE_OPTS in
PKG_PYTHON_SETUPTOOLS_ENV in commit 1745fcde74, the
LIRC_TOOLS_MAKE_ENV is incorrect as it sets the SETUPTOOLS_ENV using
double quotes. This causes issues because the
PKG_PYTHON_SETUPTOOLS_ENV contain double quotes as well. This causes a
build error such as:

  /bin/sh: -I/home/naourr/work/instance-0/output-1/host/include
          CXXFLAGS_FOR_BUILD=-O2: No such file or directory

Fix this by using single quotes with PKG_PYTHON_SETUPTOOLS_ENV instead
of double quotes.

Fixes:
  http://autobuild.buildroot.net/results/f7a9c02add9bde563c7289f7c0be2cb7aefd96b8

Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agoconfigs/wandboard: Bump the kernel version to 5.4.1
Fabio Estevam [Tue, 3 Dec 2019 14:05:25 +0000 (11:05 -0300)]
configs/wandboard: Bump the kernel version to 5.4.1

Bump the kernel version to 5.4.1.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/swupdate: bump to version 2019.11
Jörg Krause [Tue, 3 Dec 2019 13:15:39 +0000 (14:15 +0100)]
package/swupdate: bump to version 2019.11

Add support for:
 * mbedTLS as SSL choice
 * zstd as compression option
 * libgpiod to support microcontroller firmware update
 * efibootmgr to support EFI Boot Guard
 * libwebsockets and liburiparser to support SWU forwarder

Also:
 * drop upstream patches
 * drop CONFIG_GUNZIP. Setting it because Buxybox provides a binary named gunzip is wrong.
   CONFIG_GUNZIP should only be set if zlib is provided, which Buxybox'
   gunzip does not.

Regenerated the .config file by doing:

```
make swupdate-menuconfig
make swupdate-update-config
```
.. and removing the paths for the build options manually.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/python-yarl: bump to version 1.4.2
James Hilliard [Sun, 8 Dec 2019 22:30:12 +0000 (15:30 -0700)]
package/python-yarl: bump to version 1.4.2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/gdb: disable gdbserver if full gdb is enabled for ARC
Evgeniy Didin [Mon, 2 Dec 2019 13:41:25 +0000 (16:41 +0300)]
package/gdb: disable gdbserver if full gdb is enabled for ARC

With recent update of ARC toolchain to arc-2019.09-eng/rc1 versions
GDB package builds started to fail in autobuilder:

 http://autobuild.buildroot.net/results/bc5/bc52d0012944e15dee30a6e00a92f23c87d0dfda//

This error is caused by 73cc72729a18 ("Move gnulib to top level")
commit in binutils-gdb master branch and appears in ARC case because
arc-2019.09 GDB is based on binutils-gdb master branch and includes
this commit.

More information about this bug can be found there:
https://sourceware.org/bugzilla/show_bug.cgi?id=24729
https://sourceware.org/bugzilla/show_bug.cgi?id=25171
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/issues/30

Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/imx-mkimage: bump to rel_imx_4.14.98_2.0.0_ga
Julien Olivain [Mon, 2 Dec 2019 20:06:35 +0000 (21:06 +0100)]
package/imx-mkimage: bump to rel_imx_4.14.98_2.0.0_ga

This patch update the imx-mkimage package to version
rel_imx_4.14.98_2.0.0_ga.

Signed-off-by: Julien Olivain <juju@cotds.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/isl: bump to version 0.22
Fabrice Fontaine [Mon, 2 Dec 2019 22:23:20 +0000 (23:23 +0100)]
package/isl: bump to version 0.22

Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/shairport-sync: add mqtt option
Jörg Krause [Tue, 3 Dec 2019 10:53:41 +0000 (11:53 +0100)]
package/shairport-sync: add mqtt option

Shairport Sync added support for the MQTT protocol in version 3.2. For
full MQTT support Avahi and DBus support are required.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/shairport-sync: add dbus option
Jörg Krause [Tue, 3 Dec 2019 10:53:40 +0000 (11:53 +0100)]
package/shairport-sync: add dbus option

Shairport Sync added DBus support in version 3.2.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/shairport-sync: add audio DSP convolution option
Jörg Krause [Tue, 3 Dec 2019 10:53:39 +0000 (11:53 +0100)]
package/shairport-sync: add audio DSP convolution option

Already in version 3.1, shairport-sync added audio DSP convolution support. This
optional feature requires the sndfile library.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/shairport-sync: make libdaemon an optional dependency
Jörg Krause [Tue, 3 Dec 2019 10:53:38 +0000 (11:53 +0100)]
package/shairport-sync: make libdaemon an optional dependency

Since version 3.3 libdaemon is an optional dependency.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/shairport-sync: bump to version 3.3.5
Jörg Krause [Tue, 3 Dec 2019 10:53:37 +0000 (11:53 +0100)]
package/shairport-sync: bump to version 3.3.5

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoDEVELOPERS: add me as a maintainer for the NETCONF stack
Jan Kundrát [Wed, 4 Dec 2019 10:17:27 +0000 (11:17 +0100)]
DEVELOPERS: add me as a maintainer for the NETCONF stack

We've been using libyang, sysrepo, libnetconf2 and the Netopeer2 suite
of software for more than two years, so let's make this official.

Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/sysrepo: libnetconf2 is not needed
Jan Kundrát [Wed, 4 Dec 2019 09:35:27 +0000 (10:35 +0100)]
package/sysrepo: libnetconf2 is not needed

The libnetconf2 library is a dependency of Netopeer2. Sysrepo does not
have a NETCONF server or a NETCONF client, so it does not use this
library.

Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Acked-by: Heiko Thiery <heiko.thiery@kontron.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/sysrepo: fix a typo when installing with systemd
Jan Kundrát [Wed, 4 Dec 2019 09:05:47 +0000 (10:05 +0100)]
package/sysrepo: fix a typo when installing with systemd

Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Acked-by: Heiko Thiery <heiko.thiery@kontron.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: add optional zeromq dependency
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:25 +0000 (17:27 +0100)]
package/bitcoin: add optional zeromq dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: disable gui
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:24 +0000 (17:27 +0100)]
package/bitcoin: disable gui

Currently gui is autodetected so disable it for now

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: add optional libminiupnpc dependency
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:23 +0000 (17:27 +0100)]
package/bitcoin: add optional libminiupnpc dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: disable benchmarks
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:22 +0000 (17:27 +0100)]
package/bitcoin: disable benchmarks

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: add host-pkgconf dependency
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:21 +0000 (17:27 +0100)]
package/bitcoin: add host-pkgconf dependency

pkg-config can used to retrieve openssl and libevent dependencies

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: needs wchar
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:20 +0000 (17:27 +0100)]
package/bitcoin: needs wchar

wchar is used in src/tinyformat.h and is a reverse dependency of boost

Fixes:
 - No autobuilder failure (as package can't be enabled yet)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: give a default value for BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:19 +0000 (17:27 +0100)]
package/bitcoin: give a default value for BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS

bitcoin can never be enabled because BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
is never set as it has no default value

Fixes:
 - No autobuilder failure

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/bitcoin: depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735
Fabrice Fontaine [Sun, 8 Dec 2019 16:27:18 +0000 (17:27 +0100)]
package/bitcoin: depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735

Obviously, bitcoin depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735, not on
BR2_TOOLCHAIN_HAS_GCC_BUG_64735

Fixes:
 - No autobuilder failure

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libglib2: fix 0003-remove-cpp-requirement.patch
Adam Duskett [Sun, 8 Dec 2019 21:38:48 +0000 (13:38 -0800)]
package/libglib2: fix 0003-remove-cpp-requirement.patch

This patch was missing the following section:

@@ -1,4 +1,4 @@
-project('glib', 'c', 'cpp',
+project('glib', 'c',
   version : '2.62.3',
   # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
   meson_version : '>= 0.49.2',

As such, the package still depended on g++.

Update the patch to add the above section.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/apitrace: fix build under uClibc/musl
Paul Cercueil [Sun, 8 Dec 2019 18:58:22 +0000 (19:58 +0100)]
package/apitrace: fix build under uClibc/musl

Add a patch which has been merged upstream which allows apitrace to be
compiled under uClibc and musl.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoboot/uboot: add option to build u-boot.itb image
Dario Binacchi [Tue, 3 Dec 2019 21:36:22 +0000 (22:36 +0100)]
boot/uboot: add option to build u-boot.itb image

It allows you to add the u-boot.itb to the list of U-Boot images that
can be created. Like the others, this one is also copied to the image
folder.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/freescale_imx8mqevk: bump BSP components to 4.14.98_2.0.0
Julien Olivain [Tue, 3 Dec 2019 20:38:05 +0000 (21:38 +0100)]
configs/freescale_imx8mqevk: bump BSP components to 4.14.98_2.0.0

Update Kernel, U-Boot and ATF to NXP BSP version rel_imx_4.14.98_2.0.0_ga

Signed-off-by: Julien Olivain <juju@cotds.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-scapy3k: remove package
Gabriel Potter [Tue, 3 Dec 2019 23:28:32 +0000 (23:28 +0000)]
package/python-scapy3k: remove package

Scapy3k is deprecated since Scapy supports Python 3. Scapy should be
used instead.

See https://bugs.busybox.net/show_bug.cgi?id=12376

Signed-off-by: Gabriel Potter <gabriel@potter.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/cryptsetup: use external libargon2
Pascal de Bruijn [Wed, 4 Dec 2019 08:05:47 +0000 (09:05 +0100)]
package/cryptsetup: use external libargon2

don't use cryptsetup's intree libargon2

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/raspberrypi4_64: new defconfig
Arthur Courtel [Wed, 4 Dec 2019 10:54:30 +0000 (11:54 +0100)]
configs/raspberrypi4_64: new defconfig

This configuration builds a 64bit image for RaspberryPi 4.

Signed-off-by: Arthur Courtel <arthur.courtel@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/raspberrypi: change deprecated pi3-miniuart-bt option to miniuart-bt
Arthur Courtel [Wed, 4 Dec 2019 10:54:29 +0000 (11:54 +0100)]
configs/raspberrypi: change deprecated pi3-miniuart-bt option to miniuart-bt

The pi3-minuart-bt Device Tree overlay has been renamed to
miniuart-bt, as it is useful/usable for other platforms than the
RPi3. So we use this DT overlay and rename the
--add-pi3-miniuart-bt-overlay option to --add-miniuart-bt-overlay
accordingly.

Signed-off-by: Arthur Courtel <arthur.courtel@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/systemd: bump to version 244
Adam Duskett [Thu, 5 Dec 2019 23:50:27 +0000 (15:50 -0800)]
package/systemd: bump to version 244

Other changes:
  - Update hash for README due to added licence directory tools/chromiumos.
  - Add hash for tools/chromiumos/LICENSE
  - Added BSD-3-Clause (tools/chromiumos) in systemd.mk due to the new
    tools/chromiumos directory.
  - Added tools/chromiumos/LICENSE to SYSTEMD_LICENSE_FILES in systemd.mk

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agobusybox: don't overwrite existing inittab
Paul Cercueil [Fri, 6 Dec 2019 12:31:54 +0000 (13:31 +0100)]
busybox: don't overwrite existing inittab

If a inittab file was already provided in the skeleton, don't overwrite
it with the one that comes with the busybox package.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/apitrace: bump to version 9.0
Paul Cercueil [Sat, 7 Dec 2019 00:06:05 +0000 (01:06 +0100)]
package/apitrace: bump to version 9.0

Bump to upstream version 9.0, released 2019-11-26.

This may have been the case already in 8.0, but it is possible to
compile without X11 by just specifying ENABLE_X11=OFF, so the package
was updated to remove the X11 dependency.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/polkit: support different authentication frameworks
Adam Duskett [Fri, 6 Dec 2019 23:46:45 +0000 (15:46 -0800)]
package/polkit: support different authentication frameworks

Use pam if available, otherwise use shadow.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/polkit: bump to version 0.116
Adam Duskett [Fri, 6 Dec 2019 23:46:44 +0000 (15:46 -0800)]
package/polkit: bump to version 0.116

Other changes:
  - Add spidermonkey as a dependency.
  - Add 0001-make-netgroup-support-optional.patch to allow building on musl.
  - Add a runtime dependency on dbus.
  - Add --disable-libelongind.
  - Add --disable-libsystemd-login.
  - Update dependencies for systemd pam support.
  - Update dependencies for udisks.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/grpc: bump to version 1.25.0
Adam Duskett [Fri, 6 Dec 2019 22:25:49 +0000 (14:25 -0800)]
package/grpc: bump to version 1.25.0

Other changes:

 - Remove upstream patch 0004-Fix-gettid-naming-conflict.patch
 - Remove upstream patch 0005-Rename-gettid-functions.patch
 - Add a check for BR2_TOOLCHAIN_GCC_AT_LEAST_5 in grpc.mk. If the
   selected toolchain is not at least version 5 or higher and the
   optimization level is -Os, set the GRPC_CFLAGS and GRPC_CXXFLAGS
   optimizations to -O2. This check prevents the following error:

   error: failure memory model cannot be stronger than success memory model for '__atomic_compare_exchange'

Tested with test-pkg, all tests passed:
            br-arm-full [1/6]: OK
 br-arm-cortex-a9-glibc [2/6]: OK
  br-arm-cortex-m4-full [3/6]: SKIPPED
         br-x86-64-musl [4/6]: OK
     br-arm-full-static [5/6]: SKIPPED

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/sysdig: disable all bundled dependencies
Fabrice Fontaine [Sat, 7 Dec 2019 19:17:03 +0000 (20:17 +0100)]
package/sysdig: disable all bundled dependencies

Disable all dependencies through -DUSE_BUNDLED_DEPS=OFF instead of
disabling them one by one

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/lua-resty-http: bump to version 0.15
Francois Perrad [Sat, 7 Dec 2019 07:45:40 +0000 (08:45 +0100)]
package/lua-resty-http: bump to version 0.15

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/lua-curl: bump to version 0.3.11
Francois Perrad [Sat, 7 Dec 2019 07:45:39 +0000 (08:45 +0100)]
package/lua-curl: bump to version 0.3.11

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/alsa-utils: remove --disable-alsatest
Fabrice Fontaine [Sat, 7 Dec 2019 09:17:43 +0000 (10:17 +0100)]
package/alsa-utils: remove --disable-alsatest

atopology is needed to build alsa-utils since version 1.2.1 and
https://github.com/alsa-project/alsa-utils/commit/c8fdd38c74de2e8b7b2b5a4576787d5e9b4ae807

However, atopology is not correctly detected if --disable-alsatest is
passed so drop --disable-alsatest that is not needed since commit
2c03ec15307b567fd2250fe2a7981a89d19b87a9 (from 2002), which removed
AC_TRY_RUN

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/xapian: bump to version 1.4.14
Gilles Talis [Sun, 8 Dec 2019 08:05:52 +0000 (09:05 +0100)]
package/xapian: bump to version 1.4.14

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/matchbox-desktop: remove unrecognized option
Fabrice Fontaine [Wed, 30 Oct 2019 09:22:44 +0000 (10:22 +0100)]
package/matchbox-desktop: remove unrecognized option

--enable-expat is not a recognized option so remove it

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libv4l: fix musl build
Bernd Kuhls [Wed, 30 Oct 2019 06:53:02 +0000 (07:53 +0100)]
package/libv4l: fix musl build

Fixes:
http://autobuild.buildroot.net/results/bf8/bf88f89bdb966ef54938e4274114d4afe5668b1f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/acsccid: needs iconv
Bernd Kuhls [Wed, 30 Oct 2019 05:37:50 +0000 (06:37 +0100)]
package/acsccid: needs iconv

Upstream commit
https://github.com/acshk/acsccid/commit/5672d821ba96deb6c0c11060e4de0c9dab9b21c7
added "include <iconv.h>"

Fixes:
http://autobuild.buildroot.net/results/04e/04eac264718a47c550bb48b3c36314751fb4de91/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libnss: bump to version 3.48
Giulio Benetti [Sun, 8 Dec 2019 11:06:50 +0000 (12:06 +0100)]
package/libnss: bump to version 3.48

NSS 3.48 requires NSPR 4.24 already bumped. It already fixed
CVE-2019-11745 but in version 3.47.1 it's already fixed. Anyway from
3.47 to 3.48 it fixes:
CVE-2019-11745: EncryptUpdate should use maxout, not block size

Remove an upstreamed patch but introduce a new one to fix building with
signal.h include.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/jailhouse: bump to version 0.11
Fabrice Fontaine [Sun, 8 Dec 2019 11:00:32 +0000 (12:00 +0100)]
package/jailhouse: bump to version 0.11

Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/ytree: bump to version 2.00
Fabrice Fontaine [Sun, 8 Dec 2019 10:54:53 +0000 (11:54 +0100)]
package/ytree: bump to version 2.00

License is GPL-2.0+ not GPL-2.0 as specified in files that contain
license information: tilde.{h,c} and xmalloc.{h,c}

Release 2.00 also added a comment about this in CHANGES and README

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/xl2tp: bump to version 1.3.15
Fabrice Fontaine [Sun, 8 Dec 2019 09:06:00 +0000 (10:06 +0100)]
package/xl2tp: bump to version 1.3.15

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/drbd-utils: bump to version 9.11.0
Fabrice Fontaine [Sun, 8 Dec 2019 08:53:25 +0000 (09:53 +0100)]
package/drbd-utils: bump to version 9.11.0

Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/qpdf: remove pcre dependency
Fabrice Fontaine [Sun, 8 Dec 2019 08:51:43 +0000 (09:51 +0100)]
package/qpdf: remove pcre dependency

pcre is not needed since version 7.0.0 and
https://github.com/qpdf/qpdf/commit/9a96e233b051b31289c84f90a321583887b1400a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/linksprite_pcduino: add host-openssl for kernel build
Sergey Matyukevich [Sat, 7 Dec 2019 11:32:24 +0000 (14:32 +0300)]
configs/linksprite_pcduino: add host-openssl for kernel build

Updated kernel version for pcDuino board requires host-openssl
to build successfully. This commit adds the required option:
    BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/371286142
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/qpdf: fix license
Fabrice Fontaine [Sat, 7 Dec 2019 22:29:14 +0000 (23:29 +0100)]
package/qpdf: fix license

qpdf is also licensed under Apache-2.0 since version 7.0.0 and
https://github.com/qpdf/qpdf/commit/07c8bb2843f1a975a27d396da33d813a1537ee3a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/zlog: bump to version 1.2.14
Fabrice Fontaine [Sat, 7 Dec 2019 21:36:37 +0000 (22:36 +0100)]
package/zlog: bump to version 1.2.14

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/pkg-golang: enable trimpath option for reproducible builds
Christian Stewart [Sat, 7 Dec 2019 19:57:07 +0000 (11:57 -0800)]
package/pkg-golang: enable trimpath option for reproducible builds

The -trimpath option (introduced in go 1.13) removes absolute build paths
from the target binary.  This results in more consistent / reproducible
builds across different systems with varying paths to Buildroot.

Signed-off-by: Christian Stewart <christian@paral.in>
[Peter: mention that this is a go 1.13+ feature]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/wine: bump to version 4.0.3
André Hentschel [Sat, 7 Dec 2019 15:48:04 +0000 (16:48 +0100)]
package/wine: bump to version 4.0.3

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/upower: bump to version 0.9.11
Fabrice Fontaine [Sat, 7 Dec 2019 21:07:36 +0000 (22:07 +0100)]
package/upower: bump to version 0.9.11

- Remove patch (already in version)
- Add hash for license file
- Drop host-intltool dependency for $(TARGET_NLS_DEPENDENCIES), see
  https://gitlab.freedesktop.org/upower/upower/commit/d15e95f785b21be3ca45e9e2cc7143779c0b5176

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/nss-pam-ldapd: bump to version 0.9.11
Fabrice Fontaine [Sat, 7 Dec 2019 20:29:49 +0000 (21:29 +0100)]
package/nss-pam-ldapd: bump to version 0.9.11

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/xxhash: bump to version 0.7.2
Fabrice Fontaine [Sat, 7 Dec 2019 19:39:30 +0000 (20:39 +0100)]
package/xxhash: bump to version 0.7.2

- Remove patch (already in version)
- Update hash of LICENSE file and remove xxhsum.c from
  XXHASH_LICENSE_FILES as LICENSE contains both licenses
  (BSD-2-Clause and GPL-2.0+) since
  https://github.com/Cyan4973/xxHash/commit/330444389b5091db1fae1cc58c890b9f99b8b35d
- Update XXHASH_LICENSE to specify that BSD-2-Clause is for the library
  and GPL-2.0+ for xxhsum CLI

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/emlog: bump to version 0.70
Fabrice Fontaine [Sat, 7 Dec 2019 19:50:05 +0000 (20:50 +0100)]
package/emlog: bump to version 0.70

Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/go: bump to 1.13.5
Christian Stewart [Sat, 7 Dec 2019 19:49:38 +0000 (11:49 -0800)]
package/go: bump to 1.13.5

go1.13.5 (released 2019/12/04) includes fixes to the go command, the runtime,
the linker, and the net/http package.

https://github.com/golang/go/issues?q=milestone%3AGo1.13.5

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agodocs/website: update for 2019.02.8
Peter Korsgaard [Sat, 7 Dec 2019 20:43:56 +0000 (21:43 +0100)]
docs/website: update for 2019.02.8

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agoUpdate for 2019.02.8
Peter Korsgaard [Sat, 7 Dec 2019 19:22:07 +0000 (20:22 +0100)]
Update for 2019.02.8

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit aaa1437b110f886ee24757595542f715a77d702a)
[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agodocs/website: update for 2019.08.3
Peter Korsgaard [Sat, 7 Dec 2019 19:03:59 +0000 (20:03 +0100)]
docs/website: update for 2019.08.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agoUpdate for 2019.08.3
Peter Korsgaard [Sat, 7 Dec 2019 13:31:25 +0000 (14:31 +0100)]
Update for 2019.08.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 21e50b5598625bda1f6f98566113cce1dba976ae)
[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
4 years agopackage/luajit: switch to moonjit fork
Francois Perrad [Wed, 4 Dec 2019 08:38:45 +0000 (09:38 +0100)]
package/luajit: switch to moonjit fork

This fork is based on LuaJIT 2.1.0-beta3 which supports ARM64.

The license file is changed with the copyright from the Moonjit
developers, and an additional copy of the MIT license. Therefore the
license terms are still the same: MIT.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add details about why the hash of the license file changes]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/spidermonkey: depends on host gcc >= 4.9
Adam Duskett [Wed, 4 Dec 2019 21:49:13 +0000 (13:49 -0800)]
package/spidermonkey: depends on host gcc >= 4.9

If GCC on the host is older than 4.9, during the configure stage an
error is thrown such as:

checking whether the host C compiler can be used... no
ERROR: Only GCC 4.9 or newer is supported (found version 4.8.2).

Depend on the host gcc version being >= 4.9

Fixes:
http://autobuild.buildroot.net/results/192661452fd522bf46b23d5a7a522eb853a984bf

Signed-off-by: Adam Duskett <aduskett@greenlots.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/arptables: bump to version 0.0.5
Fabrice Fontaine [Wed, 4 Dec 2019 19:11:44 +0000 (20:11 +0100)]
package/arptables: bump to version 0.0.5

- Update site to retrieve latest version
- Remove first, second and third patches (already in version)
- Use the new COPYING file as the license file
- arptables binary is now named arptables-legacy since
  http://git.netfilter.org/arptables/commit/?id=28b22d55615447c94c5058e0aacec612ebc27f2a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/pkg-python: use _CONFIGURE_OPTS in the build environment
Ryan Barnett [Thu, 5 Dec 2019 23:11:02 +0000 (17:11 -0600)]
package/pkg-python: use _CONFIGURE_OPTS in the build environment

When building host or target python packages, we need to ensure that
the build environment utilize {HOST|TARGET}_CONFIGURE_OPTS. This
ensures that the correct linker and compiler environment variables are
set to compile utilizing either the host or target folders.

It was discovered that when compiling a host-python package, it was
using linking against the build machines library folder instead of the
host folder because LDFLAGS was not properly set and was improperly
detecting whether or not a shared or static library was present in the
host folder.

CC: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-daphne: bump to version 2.4.0
Adam Duskett [Thu, 5 Dec 2019 22:15:15 +0000 (14:15 -0800)]
package/python-daphne: bump to version 2.4.0

Other changes:
  - Update hash for PKG-INFO due to a version bump in the file.
  - select BR2_PACKAGE_PYTHON_TWISTED_TLS as a runtime dependency.
  - Update 0001-remove-pytest-runner-requirement.patch to work with the new
    version.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-twisted: add config for HTTP2 support
Adam Duskett [Thu, 5 Dec 2019 22:15:14 +0000 (14:15 -0800)]
package/python-twisted: add config for HTTP2 support

Add an option that selects all of the necessary python packages to
ensure that twisted has HTTP2 support.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-twisted: add config for TLS support
Adam Duskett [Thu, 5 Dec 2019 22:15:13 +0000 (14:15 -0800)]
package/python-twisted: add config for TLS support

Add an option that selects all of the necessary python packages to
ensure that twisted has TLS support.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-twisted: bump to version 19.10.0
Adam Duskett [Thu, 5 Dec 2019 22:15:12 +0000 (14:15 -0800)]
package/python-twisted: bump to version 19.10.0

Tested with
run-tests tests.package.test_python_twisted.TestPythonPy3Twisted -d ./dl -o ./o

Ran 1 test in 388.506s
OK

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/{mesa3d, mesa3d-headers}: bump version to 19.2.7
Bernd Kuhls [Fri, 6 Dec 2019 18:47:46 +0000 (19:47 +0100)]
package/{mesa3d, mesa3d-headers}: bump version to 19.2.7

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years ago{linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{3, 4}.x series
Bernd Kuhls [Fri, 6 Dec 2019 18:40:20 +0000 (19:40 +0100)]
{linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{3, 4}.x series

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/x11r7/xserver_xorg-server: bump version to 1.20.6
Bernd Kuhls [Fri, 6 Dec 2019 18:34:40 +0000 (19:34 +0100)]
package/x11r7/xserver_xorg-server: bump version to 1.20.6

Removed patches 0006 & 0007 which were applied upstream as single
commit on the server-1.20-branch branch:
https://gitlab.freedesktop.org/xorg/xserver/commit/07efd81b819f21046afc0bb7e19a6cdf7f3c7ea9

Updated upstream URL for patch 0001.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/mosquitto: bump to v1.6.8
Titouan Christophe [Fri, 6 Dec 2019 20:55:56 +0000 (21:55 +0100)]
package/mosquitto: bump to v1.6.8

This is a bugfix release, see:
https://mosquitto.org/blog/2019/11/version-1-6-8-released/

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agotoolchain/toolchain-buildroot: allow ARC big endian glibc builds
Vineet Gupta [Fri, 6 Dec 2019 19:39:22 +0000 (11:39 -0800)]
toolchain/toolchain-buildroot: allow ARC big endian glibc builds

The current ARC glibc version in buildroot arc-2019.09-rc1 allows to
build an ARC big endian configuration, so let's allow this.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoDEVELOPERS: remove Daniel Nystrom
Thomas Petazzoni [Fri, 6 Dec 2019 07:59:26 +0000 (08:59 +0100)]
DEVELOPERS: remove Daniel Nystrom

<daniel.nystrom@timeterminal.se>: host ASPMX.L.GOOGLE.COM[172.217.218.26] said:
    550-5.1.1 The email account that you tried to reach does not exist. Please
    try 550-5.1.1 double-checking the recipient's email address for typos or
    550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1
    https://support.google.com/mail/?p=NoSuchUser o14si10209151edi.116 - gsmtp
    (in reply to RCPT TO command)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>