]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/log
thirdparty/openembedded/openembedded-core.git
2 years agosystemd: add group render to udev package
Peter Marko [Sun, 13 Nov 2022 14:33:05 +0000 (15:33 +0100)] 
systemd: add group render to udev package

From NEWS for v236:
* The "uaccess" udev tag has been dropped from /dev/kvm and
  /dev/dri/renderD*.  These devices now have the 0666 permissions by
  default (but this may be changed at build-time). /dev/dri/renderD*
  will now be owned by the "render" group along with /dev/kfd.

Without the group systemd-udevd startup logs:
  /lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring
  /lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosysstat: upgrade 12.6.0 -> 12.6.1
Wang Mingyu [Sun, 13 Nov 2022 03:12:17 +0000 (11:12 +0800)] 
sysstat: upgrade 12.6.0 -> 12.6.1

Changelog:
==========
* Fix possible overflow in sa_common.c (GHSL-2022-074).
* sa_conv.c: Make size of statistics structures from older sysstat
  versions immutable.
* Declare sadc dependency on libsyscom.a.
* Fix gcc v11.2 warnings.
* Various cosmetic fixes.
* sar: Remove `-I int_list` from man-page and help.
* Consolidate systemctl commands in README file.
* Remove whitespace characters at the end of lines.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosudo: upgrade 1.9.12 -> 1.9.12p1
Wang Mingyu [Sun, 13 Nov 2022 03:11:37 +0000 (11:11 +0800)] 
sudo: upgrade 1.9.12 -> 1.9.12p1

mips-fix.patch
removed since it's included in 1.9.12p1

Changelog:
=========
 *Sudo's configure script now does a better job of detecting when the
 -fstack-clash-protection compiler option does not work. GitHub issue #191.
 *Fixed CVE-2022-43995, a potential out-of-bounds write for passwords smaller
  than 8 characters when passwd authentication is enabled. This does not affect
  configurations that use other authentication methods such as PAM, AIX
  authentication or BSD authentication.
 *Fixed a build error with some configurations compiling host_port.c.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosed: update 4.8 -> 4.9
Wang Mingyu [Sun, 13 Nov 2022 03:10:29 +0000 (11:10 +0800)] 
sed: update 4.8 -> 4.9

License-Update:
-URL of license changed from
 https://www.gnu.org/philosophy/why-not-lgpl.html
 to https://www.gnu.org/licenses/why-not-lgpl.htm
-Copyright year updated to 2022

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-wheel: upgrade 0.38.0 -> 0.38.4
Wang Mingyu [Sun, 13 Nov 2022 03:08:10 +0000 (11:08 +0800)] 
python3-wheel: upgrade 0.38.0 -> 0.38.4

Changelog:
===========
-Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values in METADATA
-Fixed install failure when used with --no-binary, reported on Ubuntu 20.04,
 by removing setup_requires from setup.cfg
-Fixed regression introduced in v0.38.1 which broke parsing of wheel file names
 with multiple platform tags
-Removed install dependency on setuptools
-The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
 faulty. Fixed so that future changes in the SOABI will not change the tag.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-subunit: upgrade 1.4.0 -> 1.4.1
Wang Mingyu [Sun, 13 Nov 2022 03:06:02 +0000 (11:06 +0800)] 
python3-subunit: upgrade 1.4.0 -> 1.4.1

Changelog:
=========
IMPROVEMENTS
-------------
* Add support for Python 3.9
* Add support for Python 3.10
* Drop support for Python 2.7, 3.4, and 3.5
* Convert python scripts to entry_points.
* Migrate CI from travis to GitHub actions.
* Add options to output filter to set timestamps.
* Remove dependency on unittest2.

BUGFIXES
----------
* Fix tests with testtools >= 2.5.0.
* Mark rawstrings as such, fixing warnings.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-sphinx-rtd-theme: upgrade 1.1.0 -> 1.1.1
Wang Mingyu [Sun, 13 Nov 2022 03:05:18 +0000 (11:05 +0800)] 
python3-sphinx-rtd-theme: upgrade 1.1.0 -> 1.1.1

Changelog:
Fixes wrapping bug on cross references (#1368)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-setuptools: upgrade 65.5.0 -> 65.5.1
Wang Mingyu [Sun, 13 Nov 2022 03:03:57 +0000 (11:03 +0800)] 
python3-setuptools: upgrade 65.5.0 -> 65.5.1

Changelog:
-----
    #3638: Drop a test dependency on the mock package, always use unittest.mock
    #3659: Fixed REDoS vector in package_index.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-psutil: upgrade 5.9.3 -> 5.9.4
Wang Mingyu [Sun, 13 Nov 2022 03:02:58 +0000 (11:02 +0800)] 
python3-psutil: upgrade 5.9.3 -> 5.9.4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-pip: update 22.3 -> 22.3.1
Wang Mingyu [Sun, 13 Nov 2022 03:02:06 +0000 (11:02 +0800)] 
python3-pip: update 22.3 -> 22.3.1

Bug Fixes
-----------
 Fix entry point generation of pip.X, pipX.Y, and easy_install-X.Y to correctly
 account for multi-digit Python version segments (e.g. the "11" part of 3.11). (#11547)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-flit-core: upgrade 3.7.1 -> 3.8.0
Wang Mingyu [Sun, 13 Nov 2022 03:01:18 +0000 (11:01 +0800)] 
python3-flit-core: upgrade 3.7.1 -> 3.8.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-dtschema: upgrade 2022.9 -> 2022.11
Wang Mingyu [Sun, 13 Nov 2022 03:00:40 +0000 (11:00 +0800)] 
python3-dtschema: upgrade 2022.9 -> 2022.11

Changelog:
============
- Rework exception handling to better handle Ctrl-C exits

- Various updates to README.md including examples on running different
  commands

- Allow using schemas for validation which fail meta-schema checks. This
  will allow using schemas which have failures due to new meta-schema
  checks.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomesa: upgrade 22.2.2 -> 22.2.3
Wang Mingyu [Sun, 13 Nov 2022 02:59:53 +0000 (10:59 +0800)] 
mesa: upgrade 22.2.2 -> 22.2.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibsdl2: upgrade 2.24.1 -> 2.24.2
Wang Mingyu [Sun, 13 Nov 2022 02:59:08 +0000 (10:59 +0800)] 
libsdl2: upgrade 2.24.1 -> 2.24.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomobile-broadband-provider-info: upgrade 20220725 -> 20221107
Wang Mingyu [Sun, 13 Nov 2022 02:58:26 +0000 (10:58 +0800)] 
mobile-broadband-provider-info: upgrade 20220725 -> 20221107

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agommc-utils: upgrade to latest revision
Wang Mingyu [Sun, 13 Nov 2022 02:57:24 +0000 (10:57 +0800)] 
mmc-utils: upgrade to latest revision

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibdrm: upgrade 2.4.113 -> 2.4.114
Wang Mingyu [Sun, 13 Nov 2022 02:56:50 +0000 (10:56 +0800)] 
libdrm: upgrade 2.4.113 -> 2.4.114

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agogi-docgen: upgrade 2022.1 -> 2022.2
Wang Mingyu [Sun, 13 Nov 2022 02:56:04 +0000 (10:56 +0800)] 
gi-docgen: upgrade 2022.1 -> 2022.2

Changes since 2022.1
--------------------
* Use const.*.html instead of constant.*.html for search index links [!146]
* Remove "terms" from index.json, rewrite commandline search to work without it [!148]
* Add interface type description [!149]
* Fix failure to generate link to error domain [!151]
* Make log.log() thread safe [#129]
* Quote string constant values [#128]
* Set the license of the generated documentation [#133]
* Support (scope forever) [!155]
* Add a way to frame images [!156]
* Use the appropriate namespace for indices [#137]
* Fix type annotations for Repository packages and c_includes [!160]
* Add py.typed to comply with PEP561 [!159]
* Add links to external classes in the hierarchy [#132]
* Use definition lists for callable arguments [#123]
* Improve styles [!165]
* Use definition lists for callable arguments
* Clarify generated description for GError arguments
* Clarify generated description for nullable in/out arguments
* Add emblems for versions and stability
* Require a sufficient minimum dependency of markdown [!166]
* Add a "serve" command

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agovulkan-loader: Allow headless targets to build the loader
Jordan Crouse [Fri, 11 Nov 2022 21:47:13 +0000 (21:47 +0000)] 
vulkan-loader: Allow headless targets to build the loader

vulkan-loader can build and work on headless targets without display
engines so there isn't any need for the ANY_OF_DISTRO_FEATURES restriction.

Signed-off-by: Jordan Crouse <jorcrous@amazon.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agospirv-tools: Correctly set the prefix in exported cmake packages
Jordan Crouse [Fri, 11 Nov 2022 21:47:12 +0000 (21:47 +0000)] 
spirv-tools: Correctly set the prefix in exported cmake packages

spirv-tools exports Cmake packages.  When they are installed the
INTERFACE_LINK_LIBRARIES variable is not correctly updated to use
_IMPORT_PREFIX like the other variables. This may have something to do with
the path to the sysroot being different than the source path.

The existing recipe recognizes that the sysroot path made it through to the
install and tries to get rid of it, but this just ends up with dependent
tools looking in vain for /usr/lib/librt.so.

Replace the INTERFACE_LINK_LIBRARIES value in SPIRV-ToolsTarget.cmake with
"${IMPORT_PREFIX}/lib".

Signed-off-by: Jordan Crouse <jorcrous@amazon.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agorepo: upgrade 2.29.5 -> 2.29.9
Changhyeok Bae [Sat, 12 Nov 2022 14:52:26 +0000 (14:52 +0000)] 
repo: upgrade 2.29.5 -> 2.29.9

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosanity: Drop data finalize call
Richard Purdie [Fri, 11 Nov 2022 22:58:27 +0000 (22:58 +0000)] 
sanity: Drop data finalize call

This call was effectively like update_data and no longer did anything
in bitbake. Drop it as it is obsolete.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosstate: Allow optimisation of do_deploy_archives task dependencies
Jose Quaresma [Fri, 11 Nov 2022 18:06:25 +0000 (18:06 +0000)] 
sstate: Allow optimisation of do_deploy_archives task dependencies

do_deploy_archives tasks don't need their dependencies so we can optimistion
this as we do for some other tasks.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agorm_work: exclude the SSTATETASKS from the rm_work tasks sinature
Jose Quaresma [Fri, 11 Nov 2022 18:05:46 +0000 (18:05 +0000)] 
rm_work: exclude the SSTATETASKS from the rm_work tasks sinature

We can exclude the SSTATETASKS from the rm_work task signature
to avoid running the task when we remove some setscene tasks
from the dependencie chain.

The inject_rm_work handler on the rm_work bbclass triggers the
rm_work task running for any signature change in the dependencie
chain of the task do_build of each recipe.

i.e INHERIT:remove = "create-spdx" will trigger the do_rm_work
when we collect the sstate cache with INHERIT = "create-spdx"

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosstatesig: skip the rm_work task signature
Jose Quaresma [Fri, 11 Nov 2022 18:05:45 +0000 (18:05 +0000)] 
sstatesig: skip the rm_work task signature

We can skip the rm_work task signature to avoid running the task
when we remove some tasks from the dependencie chain.

The inject_rm_work handler on the rm_work bbclass triggers the
rm_work task running for any signature change in the dependencie
chain of the task do_build of each recipe.

i.e INHERIT:remove = "create-spdx" will trigger the do_rm_work
when we collect the sstate cache with INHERIT = "create-spdx"

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agogpgme: Allow setuptools3-base to be excluded from the inherit list
David Bagonyi [Fri, 11 Nov 2022 15:39:57 +0000 (15:39 +0000)] 
gpgme: Allow setuptools3-base to be excluded from the inherit list

Inheriting setuptools3-base adds a runtime dependency on Python.

This change makes inheriting setuptools3-base optional. If one does not want
a runtime dependency on Python, they can remove python from LANGUAGES.

Additionally, as Python 2 has been EOL for nearly 3 years now, all Python 2 related parts have been taken out.

Signed-off-by: David Bagonyi <david.bagonyi@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoscripts: convert-overrides: Allow command-line customizations
Joshua Watt [Fri, 11 Nov 2022 14:55:51 +0000 (08:55 -0600)] 
scripts: convert-overrides: Allow command-line customizations

Adds argument parsing to the conversion script so that the fields that
the script uses to do conversions can be customized on the command line.
The intention is to allows easier customization without having to fork
the script, and allow automated checking on 3rd party layers via CI
without false positives

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxext: update 1.3.4 -> 1.3.5
Alexander Kanavin [Fri, 11 Nov 2022 14:33:49 +0000 (15:33 +0100)] 
libxext: update 1.3.4 -> 1.3.5

License-Update: copyright holders

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agosystemd: update 251.4 -> 251.8
Alexander Kanavin [Thu, 10 Nov 2022 18:12:49 +0000 (19:12 +0100)] 
systemd: update 251.4 -> 251.8

This resolves systemd-boot fails with latest meson,
while systemd -> 252 is being prepared.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomeson: update 0.63.3 -> 0.64.0
Alexander Kanavin [Thu, 10 Nov 2022 18:12:48 +0000 (19:12 +0100)] 
meson: update 0.63.3 -> 0.64.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agorgb: update 1.0.6 -> 1.1.0
Alexander Kanavin [Thu, 10 Nov 2022 18:12:47 +0000 (19:12 +0100)] 
rgb: update 1.0.6 -> 1.1.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibepoxy: update 1.5.9 -> 1.5.10
Alexander Kanavin [Thu, 10 Nov 2022 18:12:46 +0000 (19:12 +0100)] 
libepoxy: update 1.5.9 -> 1.5.10

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibepoxy: convert to git
Alexander Kanavin [Thu, 10 Nov 2022 18:12:45 +0000 (19:12 +0100)] 
libepoxy: convert to git

Latest version doesn't come with stable tarballs.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoadwaita-icon-theme: update 42.0 -> 43
Alexander Kanavin [Thu, 10 Nov 2022 18:12:44 +0000 (19:12 +0100)] 
adwaita-icon-theme: update 42.0 -> 43

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agognomebase.bbclass: return the whole version for tarball directory if it is a number
Alexander Kanavin [Thu, 10 Nov 2022 18:12:43 +0000 (19:12 +0100)] 
gnomebase.bbclass: return the whole version for tarball directory if it is a number

E.g. if version is '43' without any dots, existing code would return ''.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoxf86-input-vmmouse: update 13.1.0 -> 13.2.0
Alexander Kanavin [Thu, 10 Nov 2022 18:12:42 +0000 (19:12 +0100)] 
xf86-input-vmmouse: update 13.1.0 -> 13.2.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoxcb-util: update to latest revisions
Alexander Kanavin [Thu, 10 Nov 2022 18:12:41 +0000 (19:12 +0100)] 
xcb-util: update to latest revisions

Also, default to tar.xz, as the majority of tarballs
are now using that.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxxf86vm: update 1.1.4 -> 1.1.5
Alexander Kanavin [Thu, 10 Nov 2022 18:12:39 +0000 (19:12 +0100)] 
libxxf86vm: update 1.1.4 -> 1.1.5

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxtst: update 1.2.3 -> 1.2.4
Alexander Kanavin [Thu, 10 Nov 2022 18:12:38 +0000 (19:12 +0100)] 
libxtst: update 1.2.3 -> 1.2.4

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxshmfence: update 1.3 -> 1.3.1
Alexander Kanavin [Thu, 10 Nov 2022 18:12:37 +0000 (19:12 +0100)] 
libxshmfence: update 1.3 -> 1.3.1

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxrender: update 0.9.10 -> 0.9.11
Alexander Kanavin [Thu, 10 Nov 2022 18:12:36 +0000 (19:12 +0100)] 
libxrender: update 0.9.10 -> 0.9.11

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxmu: update 1.1.3 -> 1.1.4
Alexander Kanavin [Thu, 10 Nov 2022 18:12:35 +0000 (19:12 +0100)] 
libxmu: update 1.1.3 -> 1.1.4

Drop ipv6 option as no longer supported.

License-Update: additional files, path corrections

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxkbfile: update 1.1.0 -> 1.1.1
Alexander Kanavin [Thu, 10 Nov 2022 18:12:34 +0000 (19:12 +0100)] 
libxkbfile: update 1.1.0 -> 1.1.1

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibxinerama: update 1.1.4 -> 1.1.5
Alexander Kanavin [Thu, 10 Nov 2022 18:12:33 +0000 (19:12 +0100)] 
libxinerama: update 1.1.4 -> 1.1.5

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibpciaccess: update 0.16 -> 0.17
Alexander Kanavin [Thu, 10 Nov 2022 18:12:32 +0000 (19:12 +0100)] 
libpciaccess: update 0.16 -> 0.17

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopango: replace a recipe fix with an upstream submitted patch
Alexander Kanavin [Thu, 10 Nov 2022 18:12:31 +0000 (19:12 +0100)] 
pango: replace a recipe fix with an upstream submitted patch

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosanity.bbclass: do not check for presence of distutils
Alexander Kanavin [Wed, 9 Nov 2022 20:21:12 +0000 (21:21 +0100)] 
sanity.bbclass: do not check for presence of distutils

This will be removed in 3.12 and has been deprecated for a while.

If anything breaks because of its absence on the host, this would
expose the breakage so it can be fixed.

icu source specifically does not refer to distutils anywhere.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agovala: install vapigen-wrapper into /usr/bin/crosscripts and stage only that
Alexander Kanavin [Wed, 9 Nov 2022 20:21:11 +0000 (21:21 +0100)] 
vala: install vapigen-wrapper into /usr/bin/crosscripts and stage only that

Staging the whole /usr/bin is not correct, as it pulls in also
all the vala's cross binaries, which may be discovered by other recipes
and things will go wrong then.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoclasses/testexport: move to classes-recipe
Ross Burton [Wed, 9 Nov 2022 19:31:35 +0000 (19:31 +0000)] 
classes/testexport: move to classes-recipe

This class should be in classes-recipe as, like testimage, it is specific
to image recipes.

This also solves a regression where simply IMAGE_CLASSES += "testexport"
doesn't work if testimage isn't already in IMAGE_CLASSES. The testexport
class adds testimage to IMAGE_CLASSES, but by this point it's too late.
Now that the class can only be inherited via IMAGE_CLASSES, we can
simply inherit testimage directly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/wic: use skipIfNotArch instead of custom decorator
Ross Burton [Wed, 9 Nov 2022 19:31:34 +0000 (19:31 +0000)] 
oeqa/selftest/wic: use skipIfNotArch instead of custom decorator

There's now a shared decorator for architecture skipping, so use that.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/wic: skip more tests on aarch64
Ross Burton [Wed, 9 Nov 2022 19:31:33 +0000 (19:31 +0000)] 
oeqa/selftest/wic: skip more tests on aarch64

test_rawcopy_plugin_qemu and test_wic_image_type are x86-specific
currently as the .wks uses x86-specific bootloaders.

This can be fixed, but that can come later.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/runtime_test: only run the virgl tests on qemux86-64
Ross Burton [Wed, 9 Nov 2022 19:31:32 +0000 (19:31 +0000)] 
oeqa/selftest/runtime_test: only run the virgl tests on qemux86-64

These tests should be able to work on qemuarm64, but this is untested
and the runners will need configuration.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/runqemu: don't hardcode qemux86-64
Ross Burton [Wed, 9 Nov 2022 19:31:31 +0000 (19:31 +0000)] 
oeqa/selftest/runqemu: don't hardcode qemux86-64

Don't hardcode qemux86-64. This has some complications: the
IMAGE_FSTYPES needs to be constructed to reflect what the machine can
do (only x86 machines can build ISO images), and several tests which need
a wic file are currently limited to qemux86-64.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/package: improve test_preserve_ownership
Ross Burton [Wed, 9 Nov 2022 19:31:30 +0000 (19:31 +0000)] 
oeqa/selftest/package: improve test_preserve_ownership

This test was failing very oddly in qemuarm64 runs. Rewriting the test
to be clearer and less fragile fixed it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/package: generalise test_gdb_hardlink_debug()
Ross Burton [Wed, 9 Nov 2022 19:31:29 +0000 (19:31 +0000)] 
oeqa/selftest/package: generalise test_gdb_hardlink_debug()

When the trivial test binary, which just calls printf(), is compiled for
aarch64 with -O2 -D_FORTIFY=2 (as is the default configuration), gdb
resolves main() to the inlined printf() wrapper in stdio2.h instead of
main.c, so the test fails.

Presumably, this is due to debugging being unreliable with -O2. Solve
this problem by not caring where the main() breakpoint resolves to, just
check that it was resolved at all.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/overlayfs: overlayfs: skip x86-specific tests
Ross Burton [Wed, 9 Nov 2022 19:31:28 +0000 (19:31 +0000)] 
oeqa/selftest/overlayfs: overlayfs: skip x86-specific tests

For now, not all machines have a default wks file, so mark the tests
which need a wks as being specific to qemux86-64.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/imagefeatures: set a .wks in test_fs_types
Ross Burton [Wed, 9 Nov 2022 19:31:27 +0000 (19:31 +0000)] 
oeqa/selftest/imagefeatures: set a .wks in test_fs_types

Set WKS_FILE to wictestdisk.wks, which is a very simple Wic file that
simply contains the root filesystem.  It may not actually boot but this
test doesn't care, and it does exercise the wic image construction on
all machines.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/imagefeatures: don't use wic images in test_hypervisor_fmts
Ross Burton [Wed, 9 Nov 2022 19:31:26 +0000 (19:31 +0000)] 
oeqa/selftest/imagefeatures: don't use wic images in test_hypervisor_fmts

There's no need to build a wic image in this test as not all machines
(such as qemuarm64 currently) have wic images out of the box.

We can simply build ext4 images to work on more machines and save some time.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/imagefeatures: remove hardcoded MACHINE in test_image_gen_debugfs
Ross Burton [Wed, 9 Nov 2022 19:31:25 +0000 (19:31 +0000)] 
oeqa/selftest/imagefeatures: remove hardcoded MACHINE in test_image_gen_debugfs

There's no need for this to be built for genericx86-64, we want to test
the current MACHINE.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/efibootpartition: improve test
Ross Burton [Wed, 9 Nov 2022 19:31:24 +0000 (19:31 +0000)] 
oeqa/selftest/efibootpartition: improve test

This test was overly complex with a setUp() method for a single test case,
which was marked as a class function for no good reason.

Generalise the test so that it has the possibility of working on more
machines in the future, add a decorator so that it only runs on
qemux86-64, and respect QEMU_USE_KVM to speed up test execution.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/buildoptions: skip test_read_only_image on qemuarm64
Ross Burton [Wed, 9 Nov 2022 19:31:23 +0000 (19:31 +0000)] 
oeqa/selftest/buildoptions: skip test_read_only_image on qemuarm64

qemuarm64 currently uses SERIAL_CONSOLES_CHECK but this is incompatible
with read-only rootfs under sysvinit.  Until qemuarm64 doesn't use this,
skip the test on qemuarm64.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/core/decorator: add decorators to skip based on HOST_ARCH
Ross Burton [Wed, 9 Nov 2022 19:31:22 +0000 (19:31 +0000)] 
oeqa/core/decorator: add decorators to skip based on HOST_ARCH

There are already decorators to skip on the value of MACHINE, but for
flexibility it's better to skip based on the target architecture. This
means, for example, the ISO image tests could skip if the architecture
isn't x86.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/qemurunner: update exception class for QMP API changes
Ross Burton [Wed, 9 Nov 2022 19:31:21 +0000 (19:31 +0000)] 
oeqa/qemurunner: update exception class for QMP API changes

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopackage: Fix handling of minidebuginfo with newer binutils
Nathan Rossi [Thu, 3 Nov 2022 07:56:06 +0000 (07:56 +0000)] 
package: Fix handling of minidebuginfo with newer binutils

Newer versions of binutils (2.38+) have changed how the
"--only-keep-debug" of objcopy behaves when stripping non-debug sections
from an ELF.

  https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=68f543154e92ab0f5d6c569e0fa143f5e8bd2d80

This change causes associated sections to be correctly marked as NOBITS
with the section contents removed from the output. The side effect is
that this causes issues with objcopy's ability to perform symbol and
relocation stripping (-S/--strip-all) on the debug split ELF, such that
with some object files (e.g. kernel modules) objcopy fails to strip
symbols/relocations with an error like the following:

  .../.debug/nls_cp950.ko[.rodata]: file truncated

Because of this it is now problematic to generate minidebuginfo for
these types of ELF objects. However it is not typically useful to inject
minidebuginfo into these types of ELFs, and other distributions (e.g.
Fedora, referring to find-debuginfo.sh of debugedit) only insert
minidebuginfo into executables and shared libraries.

This change causes the minidebuginfo injection to only apply to EXEC/DYN
type ELFs, which limits the injection to executables and shared
libraires.

Additionally this change fixes the parsing of the sections from the
"readelf -W -S" output which was not accounting for the section index
column having leading spaces for single digit index values e.g. "[ 1]".

Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoglibc-locale: Do not INHIBIT_DEFAULT_DEPS
Nathan Rossi [Thu, 3 Nov 2022 07:56:06 +0000 (07:56 +0000)] 
glibc-locale: Do not INHIBIT_DEFAULT_DEPS

The glibc-locale recipe already partially depends on the base depends in
order to satisfy the do_package dependency on binutils. However since
commit d6ffd683bf6 NM has defaulted to gcc-nm, meaning do_package
depends on gcc (for minidebuginfo).

Whilst the do_package task could handle having the dependencies
explicitly defined (either in glibc-locale or in package.bbclass),
setting these would require some amount of conditional dependency
configuration (cross/crosssdk/etc.). Since both binutils and gcc are
already dependencies of virtual/libc (although compilerlibs is not),
having glibc-locale not inhibit the default depends simplifies the
handling of this situation for both glibc-locale and package.bbclass.

Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/minidebuginfo: Create selftest for minidebuginfo
Nathan Rossi [Thu, 3 Nov 2022 07:56:06 +0000 (07:56 +0000)] 
oeqa/selftest/minidebuginfo: Create selftest for minidebuginfo

Add a new selftest to validate minidebuginfo support. This selftest
builds a complete target image with PACKAGE_MINIDEBUGINFO enabled. ELFs
included in the image are expected to have minidebuginfo included in the
resulting executables and shared libraries, the self test validates this
by unpacking the image and checking for the associated ".gnu_debugdata"
section on busybox and libc ELFs.

Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibc-test: add libc testsuite for musl
Chase Qi [Wed, 9 Nov 2022 06:47:09 +0000 (06:47 +0000)] 
libc-test: add libc testsuite for musl

libc-test is a collection of unit test to measure the correctness and
robustness of a C/POSIX standard library implementation. It is developed
as part of the musl project.

Signed-off-by: Chase Qi <chase.qi@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agocreate-spdx: default share_src for shared sources
Konrad Weihmann [Wed, 9 Nov 2022 14:37:14 +0000 (08:37 -0600)] 
create-spdx: default share_src for shared sources

if a source is using work-shared but isn't a kernel,
like for instance llvm-source from meta-clang, share_src was
previously undefined leading to a crash of the python code.
Default to WORKDIR and just override it in case the source being
a kernel recipe.
Additionally changes the variable names in the following, as
they imply that it's only about the kernel, which is not the case
in every case

Signed-off-by: Konrad Weihmann <kweihmann@witekio.com>
On-behalf-of: Avnet Embedded <AvnetEmbedded@avnet.eu>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Reviewed-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoclasses: create-spdx: Move to version specific class
Joshua Watt [Tue, 8 Nov 2022 20:07:02 +0000 (14:07 -0600)] 
classes: create-spdx: Move to version specific class

In expectation of SPDX 3.0 support, move the create-spdx.bbclass ->
create-spdx-2.2.bbclass. The create-spdx.bbclass class still exists and
can be used if a user doesn't care about which specific version of SPDX
they get.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibinput: upgrade 1.19.4 -> 1.21.0
Markus Volk [Mon, 7 Nov 2022 23:15:26 +0000 (00:15 +0100)] 
libinput: upgrade 1.19.4 -> 1.21.0

libinput 1.21.0 is now available for download.
This version includes a new configuration option that, similarly to its touchpad counterpart, allows disabling the trackpoint while typing.
Compositors can take advantage of it thanks to four new APIs:
  libinput_device_config_dwtp_is_available, libinput_device_config_dwtp_set_enabled, libinput_device_config_dwtp_get_enabled and libinput_device_config_dwtp_get_default_enabled.
Those who use the flat acceleration profile on their touchpad are in luck, it has been improved in this version.
In addition to the changes already mentioned, new quirks have been added for multiple StarLabs laptops.
Last but not least, several bugs have been fixed, so make sure to update!
Thanks to everyone involved for making this new version possible ❤

Alexander Courtis (1):
      AttrLidSwitchReliability quirk default unreliable->reliable

José Expósito (7):
      evdev: check well-known keyboard keys on joystick/gamepad detection
      evdev: modernize variable declaration in evdev_device_is_joystick_or_gamepad
      coding style: allow C99 variable declaration
      test: disable hold gestures when are not required
      Remove "device-" file
      wheel: fix Lenovo Scrollpoint quirk
      libinput 1.21.0

Peter Hutterer (26):
      gitlab CI: fail the sanity check stage if the fork is not public
      util: auto-declare the element variable in ARRAY_FOR_EACH
      meson: fix a meson warning
      meson: replace a meson.source_root() with the explicit directory
      doc/user: add a page to troubleshoot right-click Clickpads
      tools/record: fix the indentation of the system: section
      evdev: strip the device name of format directives
      tools: allow limiting the axes in libinput analyse recording
      tools: don't print a carriage return if we're not on a tty
      tools/record: fix indentation for libinput events
      tools/analyze-recording: add --print-state to always print values
      tools/analyze-recording: improve the repeated-events line printing
      tools: add a libinput test tool as entry point for our test suites
      test: install libinput-test-utils as part of install-tests
      quirks: move the canvas quirk enum to the right order
      quirks: remove an unused quirk
      tablet: remove an always-true part of an if condition
      test: rename a test function to make it easier to select
      tablet: use a helper variable to make the code more readable
      tablet: require a minimum pressure before we process pressure events
      test: fix the lowres-only wheel event tests
      test: ensure we always have an axis event where we expect one
      test: use a ranged test instead of a duplicated one
      test: fix a typo
      meson.build: check gtk targets before building
      gitlab CI: bump to F35 and F36, as well as Ubuntu 21.10 and 22.04

Sean Rhodes (2):
      quirks: Add quirk for StarLite Mk IV
      Quirk all StarLabs trackpads

Tom Stellard (1):
      Update valgrind.h to a newer version

pudiva chip líquida (1):
      touchpad: new option dwtp (disable-while-trackpointing)

satrmb (1):
      filter-touchpad: normalize for dpi on the touchpad-specific flat profile

libinput 1.20.1 is now available for download.
This release fixes CVE-2022-1215, see #752.

When a device is detected by libinput, libinput logs several messages through log handlers set up by the callers.
These log handlers usually eventually result in a printf call. Logging happens with the privileges of the caller,
in the case of Xorg this may be root.

The device name ends up as part of the format string and a kernel device with printf-style format string placeholders
in the device name can enable an attacker to run malicious code. An exploit is possible through any device where the
attacker controls the device name, e.g. /dev/uinput or Bluetooth devices.

Peter Hutterer (2):
      evdev: strip the device name of format directives
      libinput 1.20.1

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopango: Make it build with ptest disabled
Peter Kjellerstedt [Thu, 10 Nov 2022 02:01:36 +0000 (03:01 +0100)] 
pango: Make it build with ptest disabled

This avoids the following error:

  ERROR: pango-1.50.11-r0 do_package: QA Issue: pango: Files/directories
  were installed but not shipped in any package:
    /usr/libexec
    /usr/libexec/installed-tests
    /usr/libexec/installed-tests/pango
    /usr/libexec/installed-tests/pango/nofonts
    /usr/libexec/installed-tests/pango/nofonts/fonts.conf

Also use tabs for indentation of shell code.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agopython3: correctly adjust include paths in sysconfigdata
Alexander Kanavin [Wed, 9 Nov 2022 20:21:08 +0000 (21:21 +0100)] 
python3: correctly adjust include paths in sysconfigdata

This was replacing /usr/include regardless of whether it
was at the beginning of the full path (correct, when building target
python3), or in the middle of it (not correct, when building
native or nativesdk python).

Through various reasons we haven't been bitten by this until now,
but latest setuptools does expose the problem with for example
nativesdk-python3-cffi and nativesdk-python3-cryptography which both
fail without this fix.

I am not aware of anything using INCLDIRSTOMAKE, and it is harder
to adjust correctly due to the value being a list; if something
is using it, we can look at it specifically.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agolinux-firmware: don't put the firmware into the sysroot
Ross Burton [Tue, 8 Nov 2022 16:02:07 +0000 (16:02 +0000)] 
linux-firmware: don't put the firmware into the sysroot

There's no need to have linux-firmware in the sysroot. The sysroot won't
ever be used anyway as nothing needs the firmware at build-time, but this
saves us building a ~900MB sysroot (~300MB sstate tarball).

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/selftest/lic_checksum: Cleanup changes to emptytest include
Nathan Rossi [Tue, 8 Nov 2022 03:23:42 +0000 (03:23 +0000)] 
oeqa/selftest/lic_checksum: Cleanup changes to emptytest include

Config written to the emptytest include file is invalid after the test
has cleaned up its temporary directories resulting in the emptytest
recipe potentially having invalid content when parsed by successive
bitbake runs.

This presents the following error in tests after lic_checksum execution,
e.g. 'oe-selftest -r lic_checksum recipetool'

  ERROR: .../emptytest.bb: Unable to get checksum for emptytest SRC_URI entry tmpn_nyosnq: file could not be found

Remove the recipe include content once the bitbake runs are completed in
each lic_checksum test case.

Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agostress-ng: improve makefile use
Ross Burton [Mon, 7 Nov 2022 22:09:10 +0000 (22:09 +0000)] 
stress-ng: improve makefile use

Set VERBOSE=1 so the compile logs are useful, perform the configure in
do_configure, and set bindir correctly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopopulate_sdk_ext: use ConfigParser instead of SafeConfigParser
Ross Burton [Mon, 7 Nov 2022 22:09:09 +0000 (22:09 +0000)] 
populate_sdk_ext: use ConfigParser instead of SafeConfigParser

SafeConfigParser was renamed to ConfigParser in 3.2, and the
SafeConfigParser alias will be removed in 3.12.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoselftest: add a copy of previous mtd-utils version to meta-selftest
Alexander Kanavin [Mon, 7 Nov 2022 14:55:04 +0000 (15:55 +0100)] 
selftest: add a copy of previous mtd-utils version to meta-selftest

The latest version update eliminated all custom patches, and the selftest
expects them.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoshaderc: upgrade 2022.2 -> 2022.3
Alexander Kanavin [Mon, 7 Nov 2022 14:55:03 +0000 (15:55 +0100)] 
shaderc: upgrade 2022.2 -> 2022.3

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agogstreamer1.0: upgrade 1.20.3 -> 1.20.4
Alexander Kanavin [Mon, 7 Nov 2022 14:55:02 +0000 (15:55 +0100)] 
gstreamer1.0: upgrade 1.20.3 -> 1.20.4

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agovulkan: upgrade 1.3.224.1 -> 1.3.231.1
Alexander Kanavin [Mon, 7 Nov 2022 14:55:01 +0000 (15:55 +0100)] 
vulkan: upgrade 1.3.224.1 -> 1.3.231.1

Update 0001-generate-glslang-pkg-config.patch to
omit libraries that are no longer present
(their functionality has been folded into glslang library
itself).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopixman: upgrade 0.40.0 -> 0.42.2
Alexander Kanavin [Mon, 7 Nov 2022 14:55:00 +0000 (15:55 +0100)] 
pixman: upgrade 0.40.0 -> 0.42.2

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopango: upgrade 1.50.10 -> 1.50.11
Alexander Kanavin [Mon, 7 Nov 2022 14:54:59 +0000 (15:54 +0100)] 
pango: upgrade 1.50.10 -> 1.50.11

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoalsa-lib: upgrade 1.2.7.2 -> 1.2.8
Alexander Kanavin [Mon, 7 Nov 2022 14:54:58 +0000 (15:54 +0100)] 
alsa-lib: upgrade 1.2.7.2 -> 1.2.8

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosudo: upgrade 1.9.11p3 -> 1.9.12
Alexander Kanavin [Mon, 7 Nov 2022 14:54:57 +0000 (15:54 +0100)] 
sudo: upgrade 1.9.11p3 -> 1.9.12

License-Update: copyright years

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agompg123: upgrade 1.30.2 -> 1.31.1
Alexander Kanavin [Mon, 7 Nov 2022 14:54:56 +0000 (15:54 +0100)] 
mpg123: upgrade 1.30.2 -> 1.31.1

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agonetbase: upgrade 6.3 -> 6.4
Alexander Kanavin [Mon, 7 Nov 2022 14:54:55 +0000 (15:54 +0100)] 
netbase: upgrade 6.3 -> 6.4

License-Update: formatting, copyright years

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoharfbuzz: upgrade 5.3.0 -> 5.3.1
Alexander Kanavin [Mon, 7 Nov 2022 14:54:54 +0000 (15:54 +0100)] 
harfbuzz: upgrade 5.3.0 -> 5.3.1

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agogdk-pixbuf: upgrade 2.42.9 -> 2.42.10
Alexander Kanavin [Mon, 7 Nov 2022 14:54:53 +0000 (15:54 +0100)] 
gdk-pixbuf: upgrade 2.42.9 -> 2.42.10

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibsoup-2.4: upgrade 2.74.2 -> 2.74.3
Alexander Kanavin [Mon, 7 Nov 2022 14:54:52 +0000 (15:54 +0100)] 
libsoup-2.4: upgrade 2.74.2 -> 2.74.3

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agommc-utils: upgrade to latest revision
Alexander Kanavin [Mon, 7 Nov 2022 14:54:51 +0000 (15:54 +0100)] 
mmc-utils: upgrade to latest revision

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agodiffoscope: upgrade 221 -> 224
Alexander Kanavin [Mon, 7 Nov 2022 14:54:50 +0000 (15:54 +0100)] 
diffoscope: upgrade 221 -> 224

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomakedepend: upgrade 1.0.6 -> 1.0.7
Alexander Kanavin [Mon, 7 Nov 2022 14:54:49 +0000 (15:54 +0100)] 
makedepend: upgrade 1.0.6 -> 1.0.7

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibidn2: upgrade 2.3.3 -> 2.3.4
Alexander Kanavin [Mon, 7 Nov 2022 14:54:48 +0000 (15:54 +0100)] 
libidn2: upgrade 2.3.3 -> 2.3.4

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agorepo: upgrade 2.29.3 -> 2.29.5
Alexander Kanavin [Mon, 7 Nov 2022 14:54:47 +0000 (15:54 +0100)] 
repo: upgrade 2.29.3 -> 2.29.5

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomtd-utils: upgrade 2.1.4 -> 2.1.5
Alexander Kanavin [Mon, 7 Nov 2022 14:54:46 +0000 (15:54 +0100)] 
mtd-utils: upgrade 2.1.4 -> 2.1.5

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibical: upgrade 3.0.15 -> 3.0.16
Alexander Kanavin [Mon, 7 Nov 2022 14:54:45 +0000 (15:54 +0100)] 
libical: upgrade 3.0.15 -> 3.0.16

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibffi: upgrade 3.4.2 -> 3.4.4
Alexander Kanavin [Mon, 7 Nov 2022 14:54:44 +0000 (15:54 +0100)] 
libffi: upgrade 3.4.2 -> 3.4.4

License-Update: copyright years

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-wheel: upgrade 0.37.1 -> 0.38.0
Alexander Kanavin [Mon, 7 Nov 2022 14:54:43 +0000 (15:54 +0100)] 
python3-wheel: upgrade 0.37.1 -> 0.38.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agonghttp2: upgrade 1.49.0 -> 1.50.0
Alexander Kanavin [Mon, 7 Nov 2022 14:54:42 +0000 (15:54 +0100)] 
nghttp2: upgrade 1.49.0 -> 1.50.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agotaglib: upgrade 1.12 -> 1.13
Alexander Kanavin [Mon, 7 Nov 2022 14:54:41 +0000 (15:54 +0100)] 
taglib: upgrade 1.12 -> 1.13

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>