Fabrice Fontaine [Sun, 13 Dec 2020 15:56:36 +0000 (16:56 +0100)]
package/libusb: needs gcc >= 4.9
libusb depends on gcc >= 4.9 because of _Thread_local since version
1.0.24 and
https://github.com/libusb/libusb/commit/
9a1bc8cafb904c20a869c74ad6d657686a1c4bb1
Fixes:
- http://autobuild.buildroot.org/results/
7b7f4b31095f8a7eecb347b574391003a2def8bc
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Yann E. MORIN [Sun, 13 Dec 2020 17:49:54 +0000 (18:49 +0100)]
package/dtv-scan-tables: switch upstream location
The old git tree is unreachable now, switch to using the new one.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Adam Duskett [Sat, 12 Dec 2020 22:01:26 +0000 (23:01 +0100)]
package/ti-sgx-{km, um}: bump to SDK 06.01.00.08 versions
Currently, the ti-sgx packages and the beaglebone_qt5_defconfig do
not work with KMS nor Weston. What's worse, is the latest SDK version
06.03.00.106 (as of this commit) of these packages is broken and does
not correctly support KMS, and attempting to run KMS applications
results in eglfs initialization failures. As such, bumping these
packages to the version before 06.03.00.106 is the best option.
Because of the above problems, several packages must change at the
same time to ensure this patch does not break any other packages:
- ti-sgx-libgbm
- dropped, merged into ti-sgx-um, see below
- ti-sgx-um:
- bump the version that matches TI SDK 06.01.00.08.
- demove select BR2_PACKAGE_TI_SGX_LIBGBM in Config.in, as the libgbm
package merges ti-sgx-libgbm with this package.
- ti-sgx-km:
- bump the version that matches TI SDK 06.01.00.08.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Tested-by: Markus <zehnder@live.com>
[yann.morin.1998@free.fr:
- actually switch qt5base to use ti-sgx-um
- split the beaglebone config changes to their own patch
- split the ti-sgx-demos changes to their own patch
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yann E. MORIN [Sat, 12 Dec 2020 22:01:25 +0000 (23:01 +0100)]
package/qt5base: fix build with TI SGX GL stack
qt5base FTBFS with TI SGX GL stack because it defines a type that is
incompatible with that expected by Qt.
Fix that by adapting a mix of upstream bug reports, upstream tentative
patch, and various comments on various Qt forums, none of which were
satisfying for various reasons explained in each resource:
- https://bugreports.qt.io/browse/QTBUG-72567
- https://codereview.qt-project.org/c/qt/qtbase/+/248270
- https://forum.qt.io/topic/88588/qtbase-compilation-error-with-device-linux-rasp-pi3-g-qeglfskmsgbmwindow-cpp/8
- https://forum.qt.io/topic/91596/raspberry-pi-3-compiling-qt-5-11-0-problem/6
- https://patchwork.ozlabs.org/project/buildroot/patch/
20200702201125.
3639873-1-aduskett@gmail.com/#
2579598
... which, mixed together with my little understanding of Qt, GL, and
C++, gave a relatively simple patch that overcomes the build failure on
TI's SGX, while at the same time keeping buildability and functionality
on other platforms.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Adam Duskett <aduskett@gmail.com>
Cc: Markus <zehnder@live.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Adam Duskett [Sat, 12 Dec 2020 22:01:24 +0000 (23:01 +0100)]
package/ti-sgx-demos: use KMS-based demos
Weston does not work with the ti-sgx SDK, so switch to using the
KMS-based demos.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[yann.morin.1998@free.fr: split off into its own patch]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Adam Duskett [Sat, 12 Dec 2020 22:01:23 +0000 (23:01 +0100)]
configs/beaglebone_qt5: switch to using KMS instead of wayland+weston
weston does not work on the ti-sgx SDK, so switch to using KMS directly,
and drop the wayland-related config options.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[yann.morin.1998@free.fr: split into its own patch]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine [Sun, 13 Dec 2020 11:34:45 +0000 (12:34 +0100)]
package/libgcrypt: bump to version 1.8.7
https://dev.gnupg.org/T5113
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine [Sun, 13 Dec 2020 11:32:08 +0000 (12:32 +0100)]
package/libassuan: bump to version 2.5.4
Update indentation in hash file
https://dev.gnupg.org/T5112
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine [Sun, 13 Dec 2020 11:23:54 +0000 (12:23 +0100)]
package/libksba: bump to version 1.5.0
- Update hash of AUTHORS file (update in year and URL)
- Update indentation in hash file
https://dev.gnupg.org/T5146
https://dev.gnupg.org/T4943
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sun, 13 Dec 2020 11:19:47 +0000 (12:19 +0100)]
package/qt5/qt5mqtt: bump version to 5.15.2 (and fix download)
- bump version to 5.15.2
- change download url to original site
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sun, 13 Dec 2020 11:19:46 +0000 (12:19 +0100)]
package/qt5/qt5coap: bump version to 5.15.2 (and fix download)
- bump version to 5.15.2
- change download url to original site
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sun, 13 Dec 2020 11:19:45 +0000 (12:19 +0100)]
package/qt5/qt5knx: bump version to 5.15.2 (and fix download)
- bump version to 5.15.2
- change download url to original site
Fixes:
- http://autobuild.buildroot.net/results/
a043bb991a827880d6c743e63f070fc6a3b72a2f
>>> qt5knx 5.15.2 Downloading[27m
--2020-12-12 13:42:47-- https://github.com/qt/qtknx/archive/v5.15.2/qt5knx-5.15.2.tar.gz
Resolving github.com (github.com)... 140.82.114.3
Connecting to github.com (github.com)|140.82.114.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/qt/qtknx/tar.gz/v5.15.2/qt5knx-5.15.2 [following]
--2020-12-12 13:42:47-- https://codeload.github.com/qt/qtknx/tar.gz/v5.15.2/qt5knx-5.15.2
Resolving codeload.github.com (codeload.github.com)... 140.82.114.10
Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-12-12 13:42:47 ERROR 404: Not Found.
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine [Sun, 13 Dec 2020 09:24:09 +0000 (10:24 +0100)]
package/botan: bump to version 2.17.2
https://botan.randombit.net/news.html#version-2-17-2-2020-11-13
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine [Sun, 13 Dec 2020 09:17:18 +0000 (10:17 +0100)]
package/libressl: security bump to version 3.2.3
It includes the following security fix:
* Malformed ASN.1 in a certificate revocation list or a timestamp
response token can lead to a NULL pointer dereference.
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.3-relnotes.txt
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain Naour [Fri, 11 Dec 2020 22:47:10 +0000 (23:47 +0100)]
package/qemu: bump to version 5.2.0
From [1]:
"The build system is now partly based on Meson. However, building is
still done with configure and make as in previous versions of QEMU."
Qemu requires meson >= 0.55.3, Buildroot use the latest version 0.56.0.
In order to add host-meson dependency we have to remove --python option
since it requires to use the meson bundled into Qemu sources [2].
Even without --python, python3 is used. See config-host.mak:
PYTHON=output/host/bin/python3 -B
See config-host.mak to check if meson and ninja from HOST_DIR are used:
MESON=output/host/bin/meson
NINJA=output/host/bin/ninja
Since the switch to meson is partial and still requires using the
configure script, keep using generic-package infra.
Disable new options introduced in Qemu 5.2.0:
--disable-virtiofsd
--disable-vhost-user-blk-server
Runtime tested on gitlab [3]
[1] https://wiki.qemu.org/ChangeLog/5.2#Build_Information
[2] https://git.qemu.org/?p=qemu.git;a=blob;f=configure;h=
18c26e0389741643748c70ac7788a996ef006834;hb=
553032db17440f8de011390e5a1cfddd13751b0b#l1895
[3] https://gitlab.com/kubu93/buildroot/-/pipelines/
228214205
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Francois Perrad [Fri, 11 Dec 2020 18:35:08 +0000 (19:35 +0100)]
package/luarocks: bump to version 3.5.0
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine [Fri, 11 Dec 2020 17:43:25 +0000 (18:43 +0100)]
package/libusb: bump to version 1.0.24
Update indentation in hash file (two spaces)
https://github.com/libusb/libusb/blob/v1.0.24/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Zoltan Gyarmati <zgyarmati@zgyarmati.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine [Fri, 11 Dec 2020 17:35:53 +0000 (18:35 +0100)]
package/mbedtls: security bump to version 2.16.9
https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Fri, 11 Dec 2020 16:04:38 +0000 (17:04 +0100)]
package/libva: bump version to 2.10.0
Release notes: https://github.com/intel/libva/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:26 +0000 (23:07 +0100)]
package/qt5/qt5xmlpatterns: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:25 +0000 (23:07 +0100)]
package/qt5/qt5x11extras: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:24 +0000 (23:07 +0100)]
package/qt5/qt5websockets: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:23 +0000 (23:07 +0100)]
package/qt5/qt5webkit: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:22 +0000 (23:07 +0100)]
package/qt5/qt5webkit-examples: change hash file license marker
Chnage hash file license marker to the more usual 'Hashes for
license files' text.
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:21 +0000 (23:07 +0100)]
package/qt5/qt5webengine: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:20 +0000 (23:07 +0100)]
package/qt5/qt5webchannel: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:19 +0000 (23:07 +0100)]
package/qt5/qt5wayland: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:07:18 +0000 (23:07 +0100)]
package/qt5/qt5virtualkeyboard: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:05:19 +0000 (23:05 +0100)]
package/qt5/qt5remoteobjects: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Thu, 10 Dec 2020 22:05:18 +0000 (23:05 +0100)]
package/qt5/qt5webview: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcin Niestroj [Sat, 12 Dec 2020 15:28:22 +0000 (16:28 +0100)]
package/python-urllib3: bump to version 1.26.2
The hash of the license file is changed due to:
-Copyright (c) 2008-2019 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
+Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcin Niestroj [Sat, 12 Dec 2020 15:27:08 +0000 (16:27 +0100)]
package/python-pytest: bump to version 6.1.2
python-more-itertools was removed as dependency starting from
[1] (release 6.1.0).
XML module is now a hard requirement.
[1] https://github.com/pytest-dev/pytest/commit/
96a48f0c66ebe1ec2305c21390a3f6c059760af5
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcin Niestroj [Sat, 12 Dec 2020 15:26:03 +0000 (16:26 +0100)]
package/python-pyparsing: bump to version 2.4.7
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcin Niestroj [Sat, 12 Dec 2020 15:26:02 +0000 (16:26 +0100)]
package/python-pyparsing: update link to project
Old link no longer works, so replace that with link to GitHub.
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcin Niestroj [Sat, 12 Dec 2020 15:24:50 +0000 (16:24 +0100)]
package/python-iniconfig: bump to version 1.1.1
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcin Niestroj [Sat, 12 Dec 2020 15:23:39 +0000 (16:23 +0100)]
package/python-colorama: bump to version 0.4.4
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcin Niestroj [Sat, 12 Dec 2020 15:22:04 +0000 (16:22 +0100)]
package/python-certifi: bump to version 2020.12.5
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Julien Grossholtz [Tue, 8 Dec 2020 14:13:41 +0000 (15:13 +0100)]
package/paho-mqtt-c: bump to version 1.3.7
Paho-mqtt-c maintainance release. It fixes some bugs including client
times out and buffer overflow:
https://github.com/eclipse/paho.mqtt.c/milestone/9?closed=1
Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Michael Vetter [Tue, 8 Dec 2020 07:54:04 +0000 (08:54 +0100)]
package/jasper: security bump to 2.0.23
Changes:
* Fix CVE-2020-27828, heap-overflow in cp_create() in jpc_enc.c
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:16 +0000 (22:27 +0100)]
package/gstreamer1/gst1-shark: bump version to v0.7.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:15 +0000 (22:27 +0100)]
package/gstreamer1/gst1-interpipe: bump version to v1.1.3
- change to use git tag instead of commit hash value
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:14 +0000 (22:27 +0100)]
package/gstreamer1/gst1-python: bump version to 1.18.2
- remove 0001-fix-builds-with-python-3.8.patch
(from upstream [1])
[1] https://gitlab.freedesktop.org/gstreamer/gst-python/-/commit/
22f28155d86e27c4134de4ed2861264003fcfd23
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:13 +0000 (22:27 +0100)]
package/gstreamer1/gst-omx: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:12 +0000 (22:27 +0100)]
package/gstreamer1/gstreamer1-editing-services: bump version to 1.18.2
- remove 0001-utils.c-fix-static-build.patch
(upstream committed [1])
[1] https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/commit/
c4faa178af25bf1cabee680b5f2a69b3029db943
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:11 +0000 (22:27 +0100)]
package/gstreamer1/gst1-rtsp-server: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:10 +0000 (22:27 +0100)]
package/gstreamer1/gst1-vaapi: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:09 +0000 (22:27 +0100)]
package/gstreamer1/gst1-libav: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:08 +0000 (22:27 +0100)]
package/gstreamer1/gst1-devtools: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:07 +0000 (22:27 +0100)]
package/gstreamer1/gst1-plugins-ugly: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:06 +0000 (22:27 +0100)]
package/gstreamer1/gst1-plugins-bad: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:05 +0000 (22:27 +0100)]
package/gstreamer1/gst1-plugins-good: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:04 +0000 (22:27 +0100)]
package/gstreamer1/gst1-plugins-base: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Wed, 9 Dec 2020 21:27:03 +0000 (22:27 +0100)]
package/gstreamer1/gstreamer1: bump version to 1.18.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:47 +0000 (22:12 +0100)]
package/qt5tools: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:46 +0000 (22:12 +0100)]
package/qt5svg: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:45 +0000 (22:12 +0100)]
package/qt5serialport: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:44 +0000 (22:12 +0100)]
package/qt5serialbus: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:43 +0000 (22:12 +0100)]
package/qt5sensors: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:42 +0000 (22:12 +0100)]
package/qt5scxml: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:41 +0000 (22:12 +0100)]
package/qt5script: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:40 +0000 (22:12 +0100)]
package/qt5quickcontrols2: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:39 +0000 (22:12 +0100)]
package/qt5quickcontrols: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:38 +0000 (22:12 +0100)]
package/qt5multimedia: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:37 +0000 (22:12 +0100)]
package/qt5location: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:36 +0000 (22:12 +0100)]
package/qt5imageformats: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:35 +0000 (22:12 +0100)]
package/qt5graphicaleffects: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:34 +0000 (22:12 +0100)]
package/qt5enginio: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:33 +0000 (22:12 +0100)]
package/qt5declarative: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:32 +0000 (22:12 +0100)]
package/qt5connectivity: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:31 +0000 (22:12 +0100)]
package/qt5charts: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:30 +0000 (22:12 +0100)]
package/qt5base: format hash file according to two spaces guideline
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:29 +0000 (22:12 +0100)]
package/qt53d: format hash file according to two spaces guideline
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sat, 21 Nov 2020 21:12:28 +0000 (22:12 +0100)]
package/qt5: bump version to 5.15.2
qt5base:
- header.BSD was remove with commit 'Remove license header
templates from qtbase' ([1])
qt5tools:
- rebase 0001-Disable-designer-tool-fixes-configure-error.patch
qt5webengine:
- update 3rdparty license info
[1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
9ac8b9c92eb01bf755995669ecd7ab3acf21dd7d
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 12:20:14 +0000 (13:20 +0100)]
package/x11r7/xkeyboard-config: bump version to 2.31
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 12:20:13 +0000 (13:20 +0100)]
package/tvheadend: bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 12:20:12 +0000 (13:20 +0100)]
package/libudfread: bump version to 1.1.1
Changelog:
https://code.videolan.org/videolan/libudfread/-/blob/master/ChangeLog
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 12:20:11 +0000 (13:20 +0100)]
package/libsoundtouch: bump version to 2.2
Release notes: https://gitlab.com/soundtouch/soundtouch/-/releases
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 12:20:10 +0000 (13:20 +0100)]
package/libhdhomerun: bump version to
20200907
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 8 Dec 2020 17:45:49 +0000 (18:45 +0100)]
package/ca-certificates: bump version to
20200601
Reformatted hashes.
Updated license hash due to upstream commit:
https://salsa.debian.org/debian/ca-certificates/-/commit/
1e2be69b0823dfb56dc3981b7547afd181e066cc
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls [Tue, 8 Dec 2020 17:34:33 +0000 (18:34 +0100)]
package/libopenssl: security bump version to 1.1.1i
Rebased patches 0001 & 0004.
Fixes CVE-2020-1971.
Changelog: https://www.openssl.org/news/changelog.html#openssl-111
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls [Sat, 21 Nov 2020 11:21:31 +0000 (12:21 +0100)]
package/x11r7/xlib_libX11: bump version to 1.7.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 11:21:30 +0000 (12:21 +0100)]
package/x11r7/xdriver_xf86-video-vesa: bump version to 2.5.0
Reformatted hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 11:21:29 +0000 (12:21 +0100)]
package/x11r7/xcb-proto: bump version to 1.14.1
Reformatted hashes, updated _SITE.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 11:21:28 +0000 (12:21 +0100)]
package/x11r7/xapp_xprop: bump version to 1.2.5
Reformatted hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 11:21:27 +0000 (12:21 +0100)]
package/x11r7/xapp_xkbcomp: bump version to 1.4.4
Reformatted hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Sat, 21 Nov 2020 11:21:26 +0000 (12:21 +0100)]
package/x11r7/xapp_fonttosfnt: bump version to 1.2.0
Reformatted hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch Siach [Sat, 21 Nov 2020 17:50:54 +0000 (19:50 +0200)]
package/daemon: bump to version 0.7
The configure script now runs 'make ready'. Drop it from BUILD_CMDS.
Refresh the musl support path.
Upstream now provides sha256 hashes. Format hashes with two spaces.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Maxime Brunelle [Mon, 23 Nov 2020 21:35:57 +0000 (16:35 -0500)]
package/libglib2: bump version to 2.66.3
Fixes https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/524
package/libglib2 reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2091
Signed-off-by: Maxime Brunelle <mbrunelle@distech-controls.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain Naour [Sun, 6 Dec 2020 13:56:07 +0000 (14:56 +0100)]
package/flare-game: bump to version 1.11
A LICENSE.txt file has been added since 1.01 [1].
[1] https://github.com/flareteam/flare-game/commit/
b39f98ffc5e2d0bba7cf62f18570082cb5a1f112
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain Naour [Sun, 6 Dec 2020 13:56:06 +0000 (14:56 +0100)]
package/flare-engine: bump to version 1.11
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain Naour [Sun, 6 Dec 2020 13:56:05 +0000 (14:56 +0100)]
package/flare-engine: require sdl2_image with png support
flare-engine fail to start if sdl2_image library is build without
libpng support.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sun, 6 Dec 2020 11:42:48 +0000 (12:42 +0100)]
package/rpi-userland: bump version to
093b30b
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
David Barbion [Sun, 6 Dec 2020 11:42:47 +0000 (12:42 +0100)]
package/rpi-wifi-firmware: bump version to
9c0ffe9
Signed-off-by: David Barbion <davidb@230ruedubac.fr>
[Trim patch subject line version hash to 7 digits,
Correct hash file spacing - two spaces]
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
David Barbion [Sun, 6 Dec 2020 11:42:46 +0000 (12:42 +0100)]
package/rpi-bt-firmware: bump version to
9c0ffe9
Signed-off-by: David Barbion <davidb@230ruedubac.fr>
[Trim patch subject line version hash to 7 digits]
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sun, 6 Dec 2020 11:42:45 +0000 (12:42 +0100)]
package/rpi-firmware: bump version to
08ed7a0
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer [Sun, 6 Dec 2020 11:42:44 +0000 (12:42 +0100)]
configs/raspberrypi*: bump kernel version to
f4b5d0d (5.4.80)
Now based on 5.4.80 (from 5.4.72).
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Angelo Compagnucci [Tue, 24 Nov 2020 06:59:17 +0000 (07:59 +0100)]
package/qt5/qt5knx: new package
The Qt KNX module implements the client side of a connection between a
client and a KNXnet/IP server.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Angelo Compagnucci [Tue, 24 Nov 2020 06:59:16 +0000 (07:59 +0100)]
package/qt5/qt5mqtt: new package
The Qt MQTT module provides a standard compliant implementation of the
MQTT protocol specification.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Angelo Compagnucci [Tue, 24 Nov 2020 06:59:15 +0000 (07:59 +0100)]
package/qt5/qt5coap: new package
The Qt CoAP module implements the client side of CoAP defined by RFC
7252.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Angelo Compagnucci [Tue, 24 Nov 2020 06:59:14 +0000 (07:59 +0100)]
package/pkg-qmake: add <pkg>_SYNC_QT_HEADERS support
Some qmake based packages need to call the syncqt.pl script before
building to have a properly populated "include" directory inside the
package build tree.
This script is normally automatically executed by qmake when a source
tree is from a git clone: buildroot purges the .git directory hence
the script never runs, and we need to call it explicitly. Setting
<pkg>_SYNC_QT_HEADERS = YES will force calling this script.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>