buildroot.git
3 years agopackage/qt5/qt5knx: bump version to 5.15.2 (and fix download)
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>
3 years agopackage/botan: bump to version 2.17.2
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>
3 years agopackage/libressl: security bump to version 3.2.3
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>
3 years agopackage/qemu: bump to version 5.2.0
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>
3 years agopackage/luarocks: bump to version 3.5.0
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>
3 years agopackage/libusb: bump to version 1.0.24
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>
3 years agopackage/mbedtls: security bump to version 2.16.9
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>
3 years agopackage/libva: bump version to 2.10.0
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>
3 years agopackage/qt5/qt5xmlpatterns: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5x11extras: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5websockets: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5webkit: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5webkit-examples: change hash file license marker
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>
3 years agopackage/qt5/qt5webengine: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5webchannel: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5wayland: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5virtualkeyboard: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5remoteobjects: format hash file according to two spaces guideline
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>
3 years agopackage/qt5/qt5webview: format hash file according to two spaces guideline
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>
3 years agopackage/python-urllib3: bump to version 1.26.2
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>
3 years agopackage/python-pytest: bump to version 6.1.2
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>
3 years agopackage/python-pyparsing: bump to version 2.4.7
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>
3 years agopackage/python-pyparsing: update link to project
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>
3 years agopackage/python-iniconfig: bump to version 1.1.1
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>
3 years agopackage/python-colorama: bump to version 0.4.4
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>
3 years agopackage/python-certifi: bump to version 2020.12.5
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>
3 years agopackage/paho-mqtt-c: bump to version 1.3.7
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>
3 years agopackage/jasper: security bump to 2.0.23
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>
3 years agopackage/gstreamer1/gst1-shark: bump version to v0.7.2
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>
3 years agopackage/gstreamer1/gst1-interpipe: bump version to v1.1.3
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>
3 years agopackage/gstreamer1/gst1-python: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst-omx: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gstreamer1-editing-services: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-rtsp-server: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-vaapi: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-libav: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-devtools: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-plugins-ugly: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-plugins-bad: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-plugins-good: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gst1-plugins-base: bump version to 1.18.2
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>
3 years agopackage/gstreamer1/gstreamer1: bump version to 1.18.2
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>
3 years agopackage/qt5tools: format hash file according to two spaces guideline
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>
3 years agopackage/qt5svg: format hash file according to two spaces guideline
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>
3 years agopackage/qt5serialport: format hash file according to two spaces guideline
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>
3 years agopackage/qt5serialbus: format hash file according to two spaces guideline
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>
3 years agopackage/qt5sensors: format hash file according to two spaces guideline
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>
3 years agopackage/qt5scxml: format hash file according to two spaces guideline
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>
3 years agopackage/qt5script: format hash file according to two spaces guideline
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>
3 years agopackage/qt5quickcontrols2: format hash file according to two spaces guideline
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>
3 years agopackage/qt5quickcontrols: format hash file according to two spaces guideline
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>
3 years agopackage/qt5multimedia: format hash file according to two spaces guideline
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>
3 years agopackage/qt5location: format hash file according to two spaces guideline
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>
3 years agopackage/qt5imageformats: format hash file according to two spaces guideline
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>
3 years agopackage/qt5graphicaleffects: format hash file according to two spaces guideline
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>
3 years agopackage/qt5enginio: format hash file according to two spaces guideline
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>
3 years agopackage/qt5declarative: format hash file according to two spaces guideline
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>
3 years agopackage/qt5connectivity: format hash file according to two spaces guideline
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>
3 years agopackage/qt5charts: format hash file according to two spaces guideline
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>
3 years agopackage/qt5base: format hash file according to two spaces guideline
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>
3 years agopackage/qt53d: format hash file according to two spaces guideline
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>
3 years agopackage/qt5: bump version to 5.15.2
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>
3 years agopackage/x11r7/xkeyboard-config: bump version to 2.31
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>
3 years agopackage/tvheadend: bump version
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>
3 years agopackage/libudfread: bump version to 1.1.1
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>
3 years agopackage/libsoundtouch: bump version to 2.2
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>
3 years agopackage/libhdhomerun: bump version to 20200907
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>
3 years agopackage/ca-certificates: bump version to 20200601
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>
3 years agopackage/libopenssl: security bump version to 1.1.1i
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>
3 years agopackage/x11r7/xlib_libX11: bump version to 1.7.0
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>
3 years agopackage/x11r7/xdriver_xf86-video-vesa: bump version to 2.5.0
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>
3 years agopackage/x11r7/xcb-proto: bump version to 1.14.1
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>
3 years agopackage/x11r7/xapp_xprop: bump version to 1.2.5
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>
3 years agopackage/x11r7/xapp_xkbcomp: bump version to 1.4.4
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>
3 years agopackage/x11r7/xapp_fonttosfnt: bump version to 1.2.0
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>
3 years agopackage/daemon: bump to version 0.7
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>
3 years agopackage/libglib2: bump version to 2.66.3
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>
3 years agopackage/flare-game: bump to version 1.11
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>
3 years agopackage/flare-engine: bump to version 1.11
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>
3 years agopackage/flare-engine: require sdl2_image with png support
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>
3 years agopackage/rpi-userland: bump version to 093b30b
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>
3 years agopackage/rpi-wifi-firmware: bump version to 9c0ffe9
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>
3 years agopackage/rpi-bt-firmware: bump version to 9c0ffe9
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>
3 years agopackage/rpi-firmware: bump version to 08ed7a0
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>
3 years agoconfigs/raspberrypi*: bump kernel version to f4b5d0d (5.4.80)
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>
3 years agopackage/qt5/qt5knx: new package
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>
3 years agopackage/qt5/qt5mqtt: new package
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>
3 years agopackage/qt5/qt5coap: new package
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>
3 years agopackage/pkg-qmake: add <pkg>_SYNC_QT_HEADERS support
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>
3 years agopackage/lua: bump to version 5.4.2
Francois Perrad [Thu, 3 Dec 2020 17:36:40 +0000 (18:36 +0100)]
package/lua: bump to version 5.4.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/ser2net: bump to version 4.3.0
James Hilliard [Mon, 23 Nov 2020 04:04:05 +0000 (21:04 -0700)]
package/ser2net: bump to version 4.3.0

Drop patch that is now upstream.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/gensio: bump to version 2.2.0
James Hilliard [Mon, 23 Nov 2020 04:04:04 +0000 (21:04 -0700)]
package/gensio: bump to version 2.2.0

Add patch backported from upstream to fix:
sctp: Fix a compile problem when disabled

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-cbor2: bump to version 5.2.0
James Hilliard [Mon, 23 Nov 2020 03:40:12 +0000 (20:40 -0700)]
package/python-cbor2: bump to version 5.2.0

License hash changed due to formating update.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-sockjs: bump to version 0.11.0
James Hilliard [Mon, 23 Nov 2020 03:32:28 +0000 (20:32 -0700)]
package/python-sockjs: bump to version 0.11.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-aiorwlock: bump to version 1.0.0
James Hilliard [Mon, 23 Nov 2020 03:29:19 +0000 (20:29 -0700)]
package/python-aiorwlock: bump to version 1.0.0

License hash changed due to year update.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-janus: bump to version 0.6.1
James Hilliard [Mon, 23 Nov 2020 03:24:41 +0000 (20:24 -0700)]
package/python-janus: bump to version 0.6.1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-aiohttp-remotes: bump to version 1.0.0
James Hilliard [Mon, 23 Nov 2020 03:20:16 +0000 (20:20 -0700)]
package/python-aiohttp-remotes: bump to version 1.0.0

License hash changed due to year update.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-multidict: bump to version 5.0.2
James Hilliard [Mon, 23 Nov 2020 03:01:53 +0000 (20:01 -0700)]
package/python-multidict: bump to version 5.0.2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-aiohttp: bump to version 3.7.3
James Hilliard [Mon, 23 Nov 2020 02:57:19 +0000 (19:57 -0700)]
package/python-aiohttp: bump to version 3.7.3

License hash changed due to year update.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-yarl: bump to version 1.6.3
James Hilliard [Mon, 23 Nov 2020 02:45:55 +0000 (19:45 -0700)]
package/python-yarl: bump to version 1.6.3

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>