buildroot.git
4 years agotoolchain: add support for the internal IBM s390x and Z toolchain
Alexander Egorenkov [Thu, 17 Sep 2020 04:07:52 +0000 (06:07 +0200)]
toolchain: add support for the internal IBM s390x and Z toolchain

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
4 years agoarch: add the basic IBM s390x and Z arch support
Alexander Egorenkov [Thu, 17 Sep 2020 04:07:51 +0000 (06:07 +0200)]
arch: add the basic IBM s390x and Z arch support

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
[yann.morin.1998@free.fr: drop supperfluous depends on s390x in choice]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
4 years agoDEVELOPERS: gst1-validate is now gst1-devtools
Thomas Petazzoni [Thu, 24 Sep 2020 08:26:55 +0000 (10:26 +0200)]
DEVELOPERS: gst1-validate is now gst1-devtools

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/cryptodev-linux: bump to version fabe598
Alejandro González [Tue, 8 Sep 2020 13:30:51 +0000 (15:30 +0200)]
package/cryptodev-linux: bump to version fabe598

This version fixes building with 5.9 kernels.

Signed-off-by: Alejandro González <alejandro.gonzalez.correo@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/chromebook_elm: new defconfig
Bilal Wasim [Wed, 23 Sep 2020 23:52:13 +0000 (04:52 +0500)]
configs/chromebook_elm: new defconfig

This commit adds supports for building buildroot kernel + rootfs
for MT8173 Elm board, also known as Chromebook Elm
(https://www.acer.com/ac/en/US/content/series/acerchromebookr13).

Though Chrome-OS is officially supproted on this board, the
mainline kernel works as well (benchmarks + conformance), and so
the 5.9 kernel is used. As the 5.9 kernel isn't yet released, we
use the 5.9-rc5 for now, which will be up-revd to 5.9 once its
released.

Using the mainline kernel means that we have to apply certain patches
to get the HDMI screen working. These patches are lying in the
"drm-misc-next" list and will make it to the kernel after 5.9. At that
time, we will remove the patches and point Buildroot to use the latest
kernel (hopefully, 5.10).

This commit also adds an ITS file (for creating FIT images), an ARGS
file (for providing kernel args) and a "sign.sh" script to generate
signed kernel images. Though the "sign.sh" is very similar to the
coresponding file under board/chromebook/snow, it cannot be shared
between both boards, as the script requires access to the board
specific its / args file.

Additionally a readme & defconfig is added to help the user get started.

Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoConfig.in.legacy: fix spelling of 'config'
Arnout Vandecappelle (Essensium/Mind) [Wed, 23 Sep 2020 21:04:43 +0000 (23:04 +0200)]
Config.in.legacy: fix spelling of 'config'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
4 years agopackage/python-sentry-sdk: update homepage URL
Joseph Kogut [Tue, 8 Sep 2020 19:23:36 +0000 (12:23 -0700)]
package/python-sentry-sdk: update homepage URL

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-sentry-sdk: fix select ordering
Joseph Kogut [Tue, 8 Sep 2020 19:23:35 +0000 (12:23 -0700)]
package/python-sentry-sdk: fix select ordering

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-sentry-sdk: bump version to 0.17.3
Joseph Kogut [Tue, 8 Sep 2020 19:23:34 +0000 (12:23 -0700)]
package/python-sentry-sdk: bump version to 0.17.3

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>
Tested-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gst1-rtsp-server: bump version to 1.18.0
Peter Seiderer [Wed, 16 Sep 2020 19:49:31 +0000 (21:49 +0200)]
package/gst1-rtsp-server: bump version to 1.18.0

- change home page url to https

- remove 0001-meson-build-gir-even-when-cross-compiling-if-introspection.patch
  (upstream [1])

- meson options: doc=disabled

[1] https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/commit/95ce953e34cd0e9f5d42ce7900a9572e7bc8ca47.patch

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gst1-vaapi: bump version to 1.18.0 and convert to meson
Peter Seiderer [Wed, 16 Sep 2020 19:49:30 +0000 (21:49 +0200)]
package/gst1-vaapi: bump version to 1.18.0 and convert to meson

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gst1-devtools: new package (was gst1-validate)
Peter Seiderer [Wed, 16 Sep 2020 19:49:28 +0000 (21:49 +0200)]
package/gst1-devtools: new package (was gst1-validate)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gst1-plugins-bad: bump version to 1.18.0
Peter Seiderer [Wed, 16 Sep 2020 19:49:26 +0000 (21:49 +0200)]
package/gst1-plugins-bad: bump version to 1.18.0

- change home page url to https

- remove 0001-meson-build-gir-even-when-cross-compiling-if-introspection.patch
  (upstream [1])

- remove 002-meson-allow-the-user-to-disable-opencv.patch
  (upstream [2])

- add option for new plugins dvbsubenc, rist, rtmp2, rtp, switchbin
  and v4l2codecs

- removed yadif plugin (functionality moved to gst1-plugins-good
  deinterlace [3])

- meson options: avtp=disabled, d3d11=disabled, mediafoundation=disabled,
  microdns=disabled, svthevcenc=disabled, transcode=disabled, wasapi2=disabled
  zxing=disabled, magicleap=disabled, extra-checks=disabled, doc=disabled

[1] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/97a4d0cd7de8cfbf983acc7e37ba2f8fb73c3e19.patch
[2] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/833a65cc3c993b864f077152ace95d660d6a9625.patch
[3] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/c7095abd31a2828ef7832744bc2e221650c6502e.patch

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gst1-plugins-good: bump version to 1.18.0
Peter Seiderer [Wed, 16 Sep 2020 19:49:25 +0000 (21:49 +0200)]
package/gst1-plugins-good: bump version to 1.18.0

- change home page url to https

- disable new plugin rpicamsrc (compile failure with current buildroot)

- meson options: add gobject-cast-checks=disabled, glib-asserts=disabled,
  glib-checks=disabled, asm=disabled (needs host-nasm), doc=disabled

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gst1-plugins-base: bump version to 1.18.0
Peter Seiderer [Wed, 16 Sep 2020 19:49:24 +0000 (21:49 +0200)]
package/gst1-plugins-base: bump version to 1.18.0

- change home page url to https

- remove 0001-meson-static-linkig-of-tools-needs-gmodule_dep.patch
  (upstream [1])

- remove 0002-meson-build-gir-even-when-cross-compiling-if-introspection.patch
  (upstream [2])

- meson options: remove gtk_doc, add doc=disabled

- add option for new plugin gio-typefinder

[1] https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/commit/51253830f3e9dad108baa07c87ed62509ee3123f.patch
[2] https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/commit/30672ba7d134553e59935ddc875104adba26f25c.patch

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gstreamer1: bump version to 1.18.0
Peter Seiderer [Wed, 16 Sep 2020 19:49:23 +0000 (21:49 +0200)]
package/gstreamer1: bump version to 1.18.0

- change home page url to https

- remove 0001-meson-build-gir-even-when-cross-compiling-if-introspection.patch
  (upstream [1])

- meson options: add extra-checks=disabled, gst_parse=true, doc=disabled
  (and re-order tools and gobjec-cast-checks according to meson_options.txt order)

[1] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/35db4a2433fbdf8612cf98b5aab5b14aeb5372f8.patch

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackages/rsyslog: add optional support for RELP
David GOUARIN [Mon, 21 Sep 2020 16:58:34 +0000 (18:58 +0200)]
packages/rsyslog: add optional support for RELP

Signed-off-by: David GOUARIN <dgouarin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackages/librelp: new package
David GOUARIN [Mon, 21 Sep 2020 16:58:33 +0000 (18:58 +0200)]
packages/librelp: new package

Reliable Logging Protocol library.

Signed-off-by: David GOUARIN <dgouarin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/asterisk: bump version to 16.13.0
Bernd Kuhls [Wed, 23 Sep 2020 18:57:32 +0000 (20:57 +0200)]
package/asterisk: bump version to 16.13.0

Release notes:
https://www.asterisk.org/asterisk-news/asterisk-16-13-0-now-available/
https://www.asterisk.org/asterisk-news/asterisk-16120-now-available/
https://www.asterisk.org/asterisk-news/asterisk-16110-now-available/

Updated license hash due to upstream commit:
https://github.com/asterisk/asterisk/commit/9e7fc210868c200138f41db9dbb2400aad62deec

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoboard/chromebook: move "mksd.sh" out of chromebook snow folder
Bilal Wasim [Mon, 21 Sep 2020 18:12:45 +0000 (23:12 +0500)]
board/chromebook: move "mksd.sh" out of chromebook snow folder

The same script is going to be used by the Chromebook Elm to generate
a bootable SD / USB image. Therefore, move the script out of the snow
folder to one level above (board/chromebook/snow -> board/chromebook).

Update the chromebook_snow_defconfig to reflect the new location of
the script.

Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gcc: transition PowerPC 32 to secureplt
Matt Weber [Wed, 23 Sep 2020 15:29:08 +0000 (10:29 -0500)]
package/gcc: transition PowerPC 32 to secureplt

PowerPC has two PLT models: BSS-PLT and Secure-PLT. BSS-PLT uses
runtime code generation to generate the PLT stubs. Secure-PLT was
introduced with GCC 4.1 and Binutils 2.17 (base has GCC 4.2.1 and
Binutils 2.17), and is a more secure PLT format, using a read-only
linkage table, with the dynamic linker populating a non-executable
index table.

References to other distro/BSD transitions:
  https://patchwork.openembedded.org/patch/106621/
  https://reviews.freebsd.org/D20598

Fixes a bug observed when creating SELinux policy where all apps
require execmem because the heap requires execute before this change.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libvpx: vp9 encoder needs c++
Bernd Kuhls [Wed, 23 Sep 2020 18:08:30 +0000 (20:08 +0200)]
package/libvpx: vp9 encoder needs c++

Encoding rate control interface for v9 is implemented in c++:
https://github.com/webmproject/libvpx/commit/745979bc2913b4f26847084699d9fddd68b60410#diff-58f26933c120328b31831a743eec5ba3R534

Disable vp9 encoding when toolchain lacks c++.

Fixes:
http://autobuild.buildroot.net/results/983/9836215fe22f260483f9153fb5447892801a14a9/
http://autobuild.buildroot.net/results/88a/88aa80ee006ba2dcc40c15be3af73c756cb62974/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/clamav: needs dynamic library
Bernd Kuhls [Wed, 23 Sep 2020 17:54:36 +0000 (19:54 +0200)]
package/clamav: needs dynamic library

Upstream commit
https://github.com/Cisco-Talos/clamav-devel/commit/9e20cdf6eaf545a66f55ce5ba85ef9a98dad3648
added dlopen() to others.c
https://github.com/Cisco-Talos/clamav-devel/blob/dev/0.104/libclamav/others.c#L199

"libclamav used to build in multiple stages where an earlier stage is
a static library containing utils required by the "shared" code.
Linking clamdscan and clamdtop with this libclamav utils static lib
allowed these two apps to function without libclamav. While this is
nice in theory, the practical gains are minimal and it complicates
the build system. As such, the autotools and CMake tooling was
simplified for improved maintainability and this feature was thrown
out. clamdtop and clamdscan now require libclamav to function."

Fixes:
http://autobuild.buildroot.net/results/e27/e276894781e3e37fbc03a0745738c61541e0a211/
http://autobuild.buildroot.net/results/552/552ee8d9e44152c9d7e315a5491542771264d466/
http://autobuild.buildroot.net/results/fde/fde4af47542f0eb0bd57b172c99bd086eb566b76/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/open-plc-utils: fix build with gcc 10
Fabrice Fontaine [Wed, 23 Sep 2020 17:16:01 +0000 (19:16 +0200)]
package/open-plc-utils: fix build with gcc 10

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/pango: bump to version 1.46.1
Francois Perrad [Wed, 9 Sep 2020 15:14:35 +0000 (17:14 +0200)]
package/pango: bump to version 1.46.1

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-packaging: bump to version 20.4
Marcin Niestroj [Wed, 9 Sep 2020 10:22:35 +0000 (12:22 +0200)]
package/python-packaging: bump to version 20.4

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-m2crypto: new package
Gustavo Heinz [Fri, 18 Sep 2020 15:18:51 +0000 (12:18 -0300)]
package/python-m2crypto: new package

Signed-off-by: Gustavo Heinz <gustavo@gsthnz.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/graphicsmagick: remove BR2_USE_WCHAR condition for C++ support
Grzegorz Blach [Fri, 18 Sep 2020 17:21:33 +0000 (19:21 +0200)]
package/graphicsmagick: remove BR2_USE_WCHAR condition for C++ support

While the imagemagick C++ support requires wchar, it is not the case
for the graphicsmagick C++ support, so we can drop the BR2_USE_WCHAR
condition when deciding whether or not GraphicsMagick++-config should
be tweaked.

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/qprint: new package
Alejandro González [Sun, 20 Sep 2020 21:36:36 +0000 (23:36 +0200)]
package/qprint: new package

qprint is a small utility that handles encoding and decoding arbitrary
binary data in the Quoted-Printable format, which was introduced along
MIME.

As stated in the package description, although MUAs nowadays usually
take care of doing this encoding themselves, there are some use cases
where doing it manually is needed, and providing a command-line program
to do it is amenable to shell scripts.

Signed-off-by: Alejandro González <alejandro.gonzalez.correo@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/live555: bump to version 2020.08.19
Michael Nosthoff [Mon, 21 Sep 2020 08:32:57 +0000 (10:32 +0200)]
package/live555: bump to version 2020.08.19

According to changelog this version fixes memory leaks and buffer overflows.
- http://live555.com/liveMedia/public/changelog.txt

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/jasper: bump to version 2.0.21
Michael Vetter [Mon, 21 Sep 2020 21:45:29 +0000 (23:45 +0200)]
package/jasper: bump to version 2.0.21

Signed-off-by: Michael Vetter <jubalh@iodoru.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/cog: bump to version 0.8.0
Adrian Perez de Castro [Mon, 21 Sep 2020 21:37:48 +0000 (00:37 +0300)]
package/cog: bump to version 0.8.0

This new version adds a few features. Release notes:

  https://wpewebkit.org/release/cog-0.8.0.html

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/wpewebkit: bump to version 2.30.1
Adrian Perez de Castro [Mon, 21 Sep 2020 21:37:47 +0000 (00:37 +0300)]
package/wpewebkit: bump to version 2.30.1

Update to a new major release which bring in many improvements and new
features. The .0 version is skipped because it includes a regression
which was fixed by the .1 release. For a complete list of changed,
please refer to the release notes:

  https://wpewebkit.org/release/wpewebkit-2.30.0.html
  https://wpewebkit.org/release/wpewebkit-2.30.1.html

None of the new features in WPE WebKit 2.30.x need additional dependencies.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/wpebackend-fdo: switch over to Meson
Adrian Perez de Castro [Mon, 21 Sep 2020 21:37:46 +0000 (00:37 +0300)]
package/wpebackend-fdo: switch over to Meson

The CMake based build system will be eventually removed by upstream
so it seems like a good idea to switch over to Meson already before
that happens.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/wpebackend-fdo: bump to version 1.8.0
Adrian Perez de Castro [Mon, 21 Sep 2020 21:37:45 +0000 (00:37 +0300)]
package/wpebackend-fdo: bump to version 1.8.0

The new version adds a few new features, and now uses libepoxy for
OpenGL code, so add that as a dependency. Release notes:

  https://wpewebkit.org/release/wpebackend-fdo-1.8.0.html

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agosupport/scripts: prioritize conditions for pipeline creation
Yann E. MORIN [Mon, 21 Sep 2020 21:08:41 +0000 (23:08 +0200)]
support/scripts: prioritize conditions for pipeline creation

When multiple conditions match simultaneously, even though that should
not happen in practice, we want the more "important" one to win over
the less "important" ones. For example, a tag is more important than a
branch name or a trigger.

Currently, the latest condition to match takes precendence over any
previous one, while we want the exact opposite.

Fix that with proper fallbacks in else-blocks.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/quagga: fix build with gcc 10
Fabrice Fontaine [Mon, 21 Sep 2020 21:30:30 +0000 (23:30 +0200)]
package/quagga: fix build with gcc 10

Fixes:
 - http://autobuild.buildroot.org/results/82b15cff3f7b943eb93d8270790f1b8561d31d6a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/log4cxx: bump to version 0.11.0
Fabrice Fontaine [Mon, 21 Sep 2020 21:31:43 +0000 (23:31 +0200)]
package/log4cxx: bump to version 0.11.0

- Retrieve sha512 from upstream
- Drop first patch (not needed since
  https://github.com/apache/logging-log4cxx/commit/33ca357ea075fabf74d50b2a2c8420ae39a8b453)
- Drop second patch (already in version:
  https://github.com/apache/logging-log4cxx/commit/1f6bf7e11963849f44e65ed32eb8e2fea35e2065)
- Drop third patch (already in version:
  https://github.com/apache/logging-log4cxx/commit/0319bfa7f64048efeff954e4c5da055711b28ce4)
- Drop fourth patch (already in version:
  https://github.com/apache/logging-log4cxx/commit/3d96b34921913aed39b61b7c617bda285889887c)
- Drop fifth patch (not needed since
  https://github.com/apache/logging-log4cxx/commit/d6776be8f280914982c4f0d6ad979607e91fb89a)
- Add LOG4CXX_AUTORECONF = YES as running the bundled configure fails
  during the build step on:
  configure.ac:47: error: required file './compile' not found
  configure.ac:47:   'automake --add-missing' can install 'compile'

https://logging.apache.org/log4cxx/latest_stable/changes-report.html#a0.11.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/x11r7/xserver_xorg-server: fix segfault on brcm platforms
Joseph Kogut [Tue, 22 Sep 2020 00:29:16 +0000 (17:29 -0700)]
package/x11r7/xserver_xorg-server: fix segfault on brcm platforms

According to the original patch message:
    Some Broadcom set-top-box boards have PCI busses, but the GPU is
    still probed through DT.  We would dereference a null busid here
    in that case.

Fixes a segfault on at least the RPi 4 w/ xserver 1.20.9, probably
others as well.

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libopenssl: bump to version 1.1.1h
Peter Korsgaard [Tue, 22 Sep 2020 18:03:48 +0000 (20:03 +0200)]
package/libopenssl: bump to version 1.1.1h

For details, see the release notes:
https://www.openssl.org/news/openssl-1.1.1-notes.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/imx6-sabresd: bump U-Boot and kernel versions
Fabio Estevam [Tue, 22 Sep 2020 15:47:01 +0000 (12:47 -0300)]
configs/imx6-sabresd: bump U-Boot and kernel versions

Bump U-Boot to 2020.07 version and kernel to 5.4.63.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/util-linux: bump version to 2.36
Michael Fischer [Tue, 22 Sep 2020 14:47:31 +0000 (16:47 +0200)]
package/util-linux: bump version to 2.36

Drop patches 0001-0004: already applied upstream

Signed-off-by: Michael Fischer <mf@go-sys.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gqview: drop package
Fabrice Fontaine [Sun, 20 Sep 2020 14:21:43 +0000 (16:21 +0200)]
package/gqview: drop package

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/vsftpd: renumber patches
Fabrice Fontaine [Sun, 20 Sep 2020 14:30:36 +0000 (16:30 +0200)]
package/vsftpd: renumber patches

Commit 415765b5a8861f3b7e86e9786bf903a5a4d09e73 removed the second patch
without renumbering the remaining ones

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/nginx: bump to version 1.18.0
Fabrice Fontaine [Sun, 20 Sep 2020 14:28:59 +0000 (16:28 +0200)]
package/nginx: bump to version 1.18.0

- https://nginx.org/en/CHANGES-1.18
- Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-aiozipkin: bump to version 0.7.1
James Hilliard [Sun, 20 Sep 2020 16:30:16 +0000 (10:30 -0600)]
package/python-aiozipkin: bump to version 0.7.1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/nasm: bump version to 2.15.05
Bernd Kuhls [Sun, 20 Sep 2020 16:57:58 +0000 (18:57 +0200)]
package/nasm: bump version to 2.15.05

Fixes:
http://autobuild.buildroot.net/results/19e/19ee2bdd4c8d14cc1554092594b3721117ca1005/
http://autobuild.buildroot.net/results/72e/72e4089dafacd245e781214b72baeb81a1e3d3d7/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gensio: bump to version 2.1.5
James Hilliard [Sun, 20 Sep 2020 17:18:45 +0000 (11:18 -0600)]
package/gensio: bump to version 2.1.5

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/ser2net: bump to version 4.2.2
James Hilliard [Sun, 20 Sep 2020 17:22:41 +0000 (11:22 -0600)]
package/ser2net: bump to version 4.2.2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/memtester: bump to version 4.5.0
Fabrice Fontaine [Sun, 20 Sep 2020 21:19:24 +0000 (23:19 +0200)]
package/memtester: bump to version 4.5.0

Drop patches (already in version)

http://pyropus.ca/software/memtester/CHANGELOG

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libnss: bump version to 3.57
Giulio Benetti [Mon, 21 Sep 2020 07:44:36 +0000 (09:44 +0200)]
package/libnss: bump version to 3.57

Bump version to 3.57. Unfortunately local patch is still pending
upstream and not applied due to Covid-19 latency:
https://bugzilla.mozilla.org/show_bug.cgi?id=1642174

This version requires NSPR 4.29.

Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.57_release_notes

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libnspr: bump version to 4.29
Giulio Benetti [Mon, 21 Sep 2020 07:44:35 +0000 (09:44 +0200)]
package/libnspr: bump version to 4.29

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libaacs: bump version to 0.11.0
Bernd Kuhls [Mon, 21 Sep 2020 18:28:03 +0000 (20:28 +0200)]
package/libaacs: bump version to 0.11.0

Changelog:
https://code.videolan.org/videolan/libaacs/-/blob/master/ChangeLog

Added patch to fix build error.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libvpx: bump version to 1.9.0
Bernd Kuhls [Mon, 21 Sep 2020 17:40:09 +0000 (19:40 +0200)]
package/libvpx: bump version to 1.9.0

Changelog:
https://github.com/webmproject/libvpx/blob/master/CHANGELOG

Reformatted hashes.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/htop: bump to version 3.0.2
Francois Perrad [Mon, 21 Sep 2020 10:42:01 +0000 (12:42 +0200)]
package/htop: bump to version 3.0.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/enchant: bump to version 2.2.11
Francois Perrad [Mon, 21 Sep 2020 11:24:49 +0000 (13:24 +0200)]
package/enchant: bump to version 2.2.11

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/glmark2: bump to the latest version
Fabio Estevam [Mon, 21 Sep 2020 13:11:01 +0000 (10:11 -0300)]
package/glmark2: bump to the latest version

Current version does not run on imx6 and fails like this:

Error: eglCreateWindowSurface failed with error: 0x3009
Error: eglCreateWindowSurface failed with error: 0x3009
Error: CanvasGeneric: Invalid EGL state
Error: main: Could not initialize canvas

Bumping to the latest version fixes this problem.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/libsecret: bump to version 0.20.3
Francois Perrad [Mon, 21 Sep 2020 16:19:18 +0000 (18:19 +0200)]
package/libsecret: bump to version 0.20.3

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/busybox/udhcpc.script: support RFC3442 static routes
Peter Korsgaard [Mon, 21 Sep 2020 16:20:02 +0000 (18:20 +0200)]
package/busybox/udhcpc.script: support RFC3442 static routes

RFC3442 specifies a DHCP extension to provide the client with a list of
static routes to use.  This is already handled by udhcpc and exposed as the
"staticroutes" environment variable, but currently not handled by the action
script.

Extend the script to do so.  The RFC specifies that if this option is
provided by the server then the normal "routes" (3) option should be
ignored, so ensure that is done.

As we may now have more than just a default route on the interface, extend
the route cleanup logic to handle all routes for the interface (except for
the implied local 0.0.0.0 one).

Notice that this option is only sent by servers if explicitly requested by
the client, E.G.  using the -O staticroutes option to udhcpc.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/xxhash: bump to version 0.8.0
Francois Perrad [Mon, 21 Sep 2020 16:57:45 +0000 (18:57 +0200)]
package/xxhash: bump to version 0.8.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/opkg-utils: bump to version 0.4.3
Francois Perrad [Mon, 21 Sep 2020 16:29:39 +0000 (18:29 +0200)]
package/opkg-utils: bump to version 0.4.3

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/sentry-native: fix double variable assignment
Yann E. MORIN [Mon, 21 Sep 2020 19:38:21 +0000 (21:38 +0200)]
package/sentry-native: fix double variable assignment

SENTRY_NATIVE_INSTALL_STAGING is assigned twice, causing check-package
issues:

    package/sentry-native/sentry-native.mk:13: unconditional override of
    variable SENTRY_NATIVE_INSTALL_STAGING

Fixes:
    https://gitlab.com/buildroot.org/buildroot/-/jobs/747319630

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
4 years agopackage/gst1-interpipe: change to meson build
Peter Seiderer [Wed, 16 Sep 2020 19:49:22 +0000 (21:49 +0200)]
package/gst1-interpipe: change to meson build

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gst1-interpipe: bump version to 94dea52 (1.1.2)
Peter Seiderer [Wed, 16 Sep 2020 19:49:21 +0000 (21:49 +0200)]
package/gst1-interpipe: bump version to 94dea52 (1.1.2)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/iwd: fix build with uclibc
Fabrice Fontaine [Thu, 10 Sep 2020 06:20:26 +0000 (08:20 +0200)]
package/iwd: fix build with uclibc

This patch is needed to fix a build failure with iwd 1.9.0 and uclibc

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/gqview: fix build with gcc 10
Fabrice Fontaine [Wed, 9 Sep 2020 19:32:52 +0000 (21:32 +0200)]
package/gqview: fix build with gcc 10

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/rpi-userland: bump version to f73fca0
Peter Seiderer [Thu, 10 Sep 2020 17:26:27 +0000 (19:26 +0200)]
package/rpi-userland: bump version to f73fca0

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/rpi-firmware: bump version to baec4d2
Peter Seiderer [Thu, 10 Sep 2020 17:26:26 +0000 (19:26 +0200)]
package/rpi-firmware: bump version to baec4d2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/raspberrypi*: bump kernel version to 9a1dd17 (5.4.61)
Marcin Niestroj [Thu, 10 Sep 2020 17:26:25 +0000 (19:26 +0200)]
configs/raspberrypi*: bump kernel version to 9a1dd17 (5.4.61)

Now based on 5.4.61 (from 5.4.51)

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/imx8mqevk_defconfig: add missing kernel headers version setting
Thomas Petazzoni [Sun, 20 Sep 2020 13:50:16 +0000 (15:50 +0200)]
configs/imx8mqevk_defconfig: add missing kernel headers version setting

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agoconfigs/imx8mqevk_defconfig: new defconfig
Fabio Estevam [Mon, 14 Sep 2020 21:12:13 +0000 (18:12 -0300)]
configs/imx8mqevk_defconfig: new defconfig

Add support for imx8mqevk_defconfig that allows booting a mainline
kernel.

This defconfig still relies on NXP ATF and U-Boot, but in the long term
the plan is to switch to mainline ATF and U-Boot as well.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/ffmpeg: fix static build with wavpack support enabled
Bernd Kuhls [Sun, 20 Sep 2020 11:58:16 +0000 (13:58 +0200)]
package/ffmpeg: fix static build with wavpack support enabled

Fixes:
http://autobuild.buildroot.net/results/d2d/d2d73f3c7075ca6e9782b9bb591dae40ab56b6a2/

Please note that the wavpack error only occurs after fixing fontconfig.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/fbterm: remove fontconfig fix
Bernd Kuhls [Sun, 20 Sep 2020 11:58:15 +0000 (13:58 +0200)]
package/fbterm: remove fontconfig fix

The previous patch added a fix for fontconfig.pc.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/fontconfig: add pthread as a dependency of a static lib
Bernd Kuhls [Sun, 20 Sep 2020 11:58:14 +0000 (13:58 +0200)]
package/fontconfig: add pthread as a dependency of a static lib

Fixes:
http://autobuild.buildroot.net/results/d2d/d2d73f3c7075ca6e9782b9bb591dae40ab56b6a2/

ffmpeg configure prints: "ERROR: fontconfig not found using pkg-config"

Please note that the ffmpeg build error was reproducible but with a
different error message in ffbuild/config.log:

  sysroot/usr/lib/libfontconfig.a(fccache.o): in function `lock_cache':
  fccache.c:(.text+0xcd8): undefined reference to `pthread_mutex_init'

  arm-buildroot-linux-gnueabi/bin/ld: fccache.c:(.text+0xcf8):
  undefined reference to `pthread_mutex_destroy'

  arm-buildroot-linux-gnueabi/bin/ld: fccache.c:(.text+0xd00):
  undefined reference to `pthread_mutex_lock'

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/dbus: drop unrecognized option
Fabrice Fontaine [Sun, 20 Sep 2020 10:50:04 +0000 (12:50 +0200)]
package/dbus: drop unrecognized option

--with-xml option has been dropped seven years ago in version 1.7.4 and
https://github.com/freedesktop/dbus/commit/46602768c537bfa51af80ba2c67857f3a30c0e67

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/matio: bump to version 1.5.18
Fabrice Fontaine [Sun, 20 Sep 2020 10:19:08 +0000 (12:19 +0200)]
package/matio: bump to version 1.5.18

- Drop all patches (already in version)
- Update hash of COPYING (update in year:
  https://github.com/tbeu/matio/commit/4638154d738ae1cae3ebac6b86ddcde63e69a92f)

https://github.com/tbeu/matio/releases/tag/v1.5.18

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/w_scan: fix build with gcc 10
Fabrice Fontaine [Sun, 20 Sep 2020 09:38:46 +0000 (11:38 +0200)]
package/w_scan: fix build with gcc 10

Fixes:
 - http://autobuild.buildroot.org/results/5640442cb4ba06bcbcf31540a64f5665862d39f7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/python-protobuf: remove wheel dependency
Fabrice Fontaine [Sun, 20 Sep 2020 09:04:44 +0000 (11:04 +0200)]
package/python-protobuf: remove wheel dependency

Remove unneeded wheel dependency which has been added in version 3.13.0

Fixes:
 - http://autobuild.buildroot.org/results/371c686a10d6870933011b46d36b1879d29046b9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/mpv: bump to version 0.32.0
Fabrice Fontaine [Sun, 20 Sep 2020 08:40:52 +0000 (10:40 +0200)]
package/mpv: bump to version 0.32.0

- Use github helper
- Drop first patch (not needed since version 0.30.0 and
  https://github.com/mpv-player/mpv/commit/9fd90c549c4022d7f9283adc1a97a076614c1458)
- vapoursynth-lazy has been dropped since version 0.30.0 and
  https://github.com/mpv-player/mpv/commit/fb8d240c4d045ca254aa6693c48aecc75954cba0
- mali-fbdev has been dropped since version 0.30.0 and
  https://github.com/mpv-player/mpv/commit/83d7123dc32e7fb8b1e05ed21af845707d115295
- libdvread has been dropped since version 0.30.0 and
  https://github.com/mpv-player/mpv/commit/62294049852549e99ec948e0df16452856afa0c1
- libv4l2 has been dropped since version 0.30. and
  https://github.com/mpv-player/mpv/commit/b30e85508a305d668db8419556d295a65ab08707
- Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/nginx: add stream ssl preread module
Fabrice Fontaine [Sun, 20 Sep 2020 08:13:53 +0000 (10:13 +0200)]
package/nginx: add stream ssl preread module

stream ssl preread is available since version 1.11.5 and
https://github.com/nginx/nginx/commit/5a7afb1b0d3f74d0ff96d4d9c519c26deb0fde39

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/nginx: add random modules
Fabrice Fontaine [Sun, 20 Sep 2020 08:13:54 +0000 (10:13 +0200)]
package/nginx: add random modules

http_upstream and stream_upstream random modules are available since
version 1.15.1 and
https://github.com/nginx/nginx/commit/0c4ccbea23813a50132df511d4445bc1686dbc2f
and are enabled by default, add two options to be able to disable them

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/nginx: add stream realip option
Fabrice Fontaine [Sun, 20 Sep 2020 08:13:52 +0000 (10:13 +0200)]
package/nginx: add stream realip option

stream realip is available since version 1.11.4 and
https://github.com/nginx/nginx/commit/fe2774a9d689fa1bf201dd0e89449e3d9e4ad926

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/cifs-utils: security bump to version 6.11
Fabrice Fontaine [Sun, 20 Sep 2020 07:57:20 +0000 (09:57 +0200)]
package/cifs-utils: security bump to version 6.11

Fix CVE-2020-14342: It was found that cifs-utils' mount.cifs was
invoking a shell when requesting the Samba password, which could be used
to inject arbitrary commands. An attacker able to invoke mount.cifs with
special permission, such as via sudo rules, could use this flaw to
escalate their privileges.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/samba4: security bump version to 4.11.13
Bernd Kuhls [Sun, 20 Sep 2020 07:43:28 +0000 (09:43 +0200)]
package/samba4: security bump version to 4.11.13

Version 4.11.11 fixed
o CVE-2020-10730: NULL pointer de-reference and use-after-free in Samba AD DC
  LDAP Server with ASQ, VLV and paged_results.
o CVE-2020-10745: Parsing and packing of NBT and DNS packets can consume
  excessive CPU
o CVE-2020-10760: LDAP Use-after-free in Samba AD DC Global Catalog with
  paged_results and VLV.
o CVE-2020-14303: Empty UDP packet DoS in Samba AD DC nbtd.

Version 4.11.12 was a bugfix-only release.

Version 4.11.13 fixes CVE-2020-1472.

Release notes:
https://www.samba.org/samba/history/samba-4.11.11.html
https://www.samba.org/samba/history/samba-4.11.12.html
https://www.samba.org/samba/security/CVE-2020-1472.html

Rebased patches 0001 & 0002.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/tor: bump version to 0.4.4.5
Bernd Kuhls [Sun, 20 Sep 2020 07:37:02 +0000 (09:37 +0200)]
package/tor: bump version to 0.4.4.5

Release notes: https://blog.torproject.org/node/1921

Rebased patch.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/znc: bump version to 1.8.2
Bernd Kuhls [Sun, 20 Sep 2020 07:27:23 +0000 (09:27 +0200)]
package/znc: bump version to 1.8.2

Changelog: https://wiki.znc.in/ChangeLog/1.8.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/tvheadend: bump version
Bernd Kuhls [Sun, 20 Sep 2020 07:22:08 +0000 (09:22 +0200)]
package/tvheadend: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/clamav: bump version to 0.103.0
Bernd Kuhls [Sun, 20 Sep 2020 07:21:26 +0000 (09:21 +0200)]
package/clamav: bump version to 0.103.0

Release notes:
https://lists.clamav.net/pipermail/clamav-announce/2020/000050.html

Rebased patch 0002.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/php: bump version to 7.4.10
Bernd Kuhls [Sun, 20 Sep 2020 07:13:21 +0000 (09:13 +0200)]
package/php: bump version to 7.4.10

Changelog: https://www.php.net/ChangeLog-7.php#7.4.10

Rebased patches 0002 & 0003.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/{mesa3d, mesa3d-headers}: bump version to 20.1.8
Bernd Kuhls [Sun, 20 Sep 2020 07:09:57 +0000 (09:09 +0200)]
package/{mesa3d, mesa3d-headers}: bump version to 20.1.8

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-screensaver-pingpong: bump version to 2.1.3-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:44:56 +0000 (08:44 +0200)]
package/kodi-screensaver-pingpong: bump version to 2.1.3-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-visualisation-starburst: bump version to 2.0.3-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:45:01 +0000 (08:45 +0200)]
package/kodi-visualisation-starburst: bump version to 2.0.3-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-visualisation-fishbmc: bump version to 5.1.3-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:44:58 +0000 (08:44 +0200)]
package/kodi-visualisation-fishbmc: bump version to 5.1.3-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-screensaver-asteroids: bump version to 2.3.3-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:44:52 +0000 (08:44 +0200)]
package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-visualisation-waveform: bump version to 3.1.2-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:45:02 +0000 (08:45 +0200)]
package/kodi-visualisation-waveform: bump version to 3.1.2-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-visualisation-shadertoy: bump version to 1.2.4-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:45:00 +0000 (08:45 +0200)]
package/kodi-visualisation-shadertoy: bump version to 1.2.4-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-visualisation-goom: bump version to 2.2.3-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:44:59 +0000 (08:44 +0200)]
package/kodi-visualisation-goom: bump version to 2.2.3-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-vfs-rar: bump version to 2.3.2-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:44:57 +0000 (08:44 +0200)]
package/kodi-vfs-rar: bump version to 2.3.2-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-screensaver-greynetic: bump version to 2.2.3-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:44:55 +0000 (08:44 +0200)]
package/kodi-screensaver-greynetic: bump version to 2.2.3-Leia

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 years agopackage/kodi-screensaver-cpblobs: bump version to 3.0.5-Leia
Bernd Kuhls [Sun, 20 Sep 2020 06:44:54 +0000 (08:44 +0200)]
package/kodi-screensaver-cpblobs: bump version to 3.0.5-Leia

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