]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
3 years agopatch: Fix exception reporting with repr()
Richard Purdie [Mon, 25 Oct 2021 15:04:04 +0000 (16:04 +0100)]
patch: Fix exception reporting with repr()

The exceptions generated with repre are more detailed but escaped the
newlines making them unreadable. Fix this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agostaging: Fix autoconf-native rebuild failure
Richard Purdie [Mon, 25 Oct 2021 15:04:29 +0000 (16:04 +0100)]
staging: Fix autoconf-native rebuild failure

When rebuilds are triggered, autoconf-native can fail with:

| DEBUG: Executing shell function update_gnu_config
| install: cannot stat '[BUILDPATH]tmp/work/x86_64-linux/autoconf-native/2.71-r0/recipe-sysroot-native/usr/share/gnu-config/config.guess': No such file or directory

which is due to update_gnu_config running before extend_recipe_sysroot.
This only happens rarely since usually the prepare_recipe_sysroot
function would already have set things up and only in the invalidated
task hash cases does this rebuild in this way from configure only.

Fix the code to prepend this function instead of appending which
resolves the ordering issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibtool: Update patchset to match those submitted upstream
Richard Purdie [Mon, 25 Oct 2021 18:40:53 +0000 (19:40 +0100)]
libtool: Update patchset to match those submitted upstream

I went through and cleaned up the headers/descriptions on several of the
libtool patchset and submitted (or resubmitted in some cases) them
upstream. This patch updates/renames them to match what I did.

I did fix some whitespace issues in some of the patches and also merged
one case where we had a patch of already patched code.

This makes it clear what was submitted and makes resubmission easier if
ever needed too.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoruby: fix Upstream-Status
Alexandre Belloni [Sat, 23 Oct 2021 21:29:14 +0000 (23:29 +0200)]
ruby: fix Upstream-Status

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibevent,btrfs-tools: fix Upstream-Status tag
Alexandre Belloni [Sat, 23 Oct 2021 21:20:30 +0000 (23:20 +0200)]
libevent,btrfs-tools: fix Upstream-Status tag

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agorust: Upgrade to 1.56.0
Khem Raj [Sat, 23 Oct 2021 06:52:03 +0000 (23:52 -0700)]
rust: Upgrade to 1.56.0

This is latest major release, changes are here [1]

Forward port libstd-rs patches and refresh musl/rv64 port

[1] https://github.com/rust-lang/rust/releases/tag/1.56.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoclasses/populate_sdk_base: Add setscene tasks
Joshua Watt [Fri, 22 Oct 2021 21:44:22 +0000 (16:44 -0500)]
classes/populate_sdk_base: Add setscene tasks

do_populate_sdk was added to SSTATETASKS, but had no _setscene task
created to allow it to actually run from sstate. Add it so that SDKs can
be restored from sstate.

Note that like do_image_complete, do_populate_sdk is marked with
SSTATE_SKIP_CREATION by default so sstate is not used for them; adding
this task will allow it to work if the user overrides this default
though.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibrsvg: Bump to 2.52.0 -> 2.52.2
Khem Raj [Fri, 22 Oct 2021 19:18:59 +0000 (12:18 -0700)]
librsvg: Bump to 2.52.0 -> 2.52.2

Drop backports which are already in this release
Bunch of bugfixes and features

Details of changes

https://gitlab.gnome.org/GNOME/librsvg/-/releases#2.52.2
https://gitlab.gnome.org/GNOME/librsvg/-/releases#2.52.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosudo: update multilib patch for sudo.conf
Kai Kang [Fri, 22 Oct 2021 03:38:21 +0000 (11:38 +0800)]
sudo: update multilib patch for sudo.conf

Update multilib patch for sudo.conf that there is one more replacement
of @plugindir@ to avoid installation conflict.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibrsvg: Fix vendored libc to work on riscv and musl
Khem Raj [Thu, 21 Oct 2021 15:11:02 +0000 (08:11 -0700)]
librsvg: Fix vendored libc to work on riscv and musl

These are patches applied to rust libc already but since librsvg uses
its own copy of libc, we need to patch it here too

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agostrace: show test suite log on failure
Ross Burton [Fri, 22 Oct 2021 09:49:43 +0000 (10:49 +0100)]
strace: show test suite log on failure

If the tests fail, dump the log so we can see the failures.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agowaffle: convert to git, website is down
Alexander Kanavin [Thu, 21 Oct 2021 08:40:58 +0000 (10:40 +0200)]
waffle: convert to git, website is down

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-pyyaml: upgrade 5.4.1 -> 6.0
Tim Orling [Wed, 20 Oct 2021 18:57:25 +0000 (18:57 +0000)]
python3-pyyaml: upgrade 5.4.1 -> 6.0

Now uses "vendored" distutils from setuptools by default
rather than from Python stdlib.

Changes
=======

* https://github.com/yaml/pyyaml/pull/327
  -- Change README format to Markdown
* https://github.com/yaml/pyyaml/pull/483
  -- Add a test for YAML 1.1 types
* https://github.com/yaml/pyyaml/pull/497
  -- fix float resolver to ignore `.` and `._`
* https://github.com/yaml/pyyaml/pull/550
  -- drop Python 2.7
* https://github.com/yaml/pyyaml/pull/553
  -- Fix spelling of “hexadecimal”
* https://github.com/yaml/pyyaml/pull/556
  -- fix representation of Enum subclasses
* https://github.com/yaml/pyyaml/pull/557
  -- fix libyaml extension compiler warnings
* https://github.com/yaml/pyyaml/pull/560
  -- fix ResourceWarning on leaked file descriptors
* https://github.com/yaml/pyyaml/pull/561
  -- always require `Loader` arg to `yaml.load()`
* https://github.com/yaml/pyyaml/pull/564
  -- remove remaining direct distutils usage

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-setuptools: _distutils/sysconfig fix
Tim Orling [Wed, 20 Oct 2021 18:57:24 +0000 (18:57 +0000)]
python3-setuptools: _distutils/sysconfig fix

Add patch to append STAGING_LIBDIR python-sysconfigdata to sys.path so
that packages which set SETUPTOOLS_USE_DISUTILS='local' cross-compile
properly with python3-setuptools-native.

Fixes:
ModuleNotFoundError: No module named '_sysconfigdata'

References:
https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html#porting-from-distutils

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agotestimage: remove target_modules_path
Ross Burton [Wed, 20 Oct 2021 17:30:08 +0000 (18:30 +0100)]
testimage: remove target_modules_path

There is no need to pass target_modules_path anymore, so remove it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agooeqa/runtime: search sys.path explicitly for modules
Ross Burton [Wed, 20 Oct 2021 17:30:07 +0000 (18:30 +0100)]
oeqa/runtime: search sys.path explicitly for modules

The controller module loading code needs to be told what directories
to search for modules via the target_modules_path keyword argument, which
is set to BBPATH.

However, as the actual module loading is done via importlib this relies
on the paths being on sys.path, which it is as base.bbclass puts each
layer's lib/ in sys.path.

Simplify the code by removing this indirection, and simply search
sys.path directly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agooeqa/runtime: load modules using importlib
Ross Burton [Wed, 20 Oct 2021 17:30:06 +0000 (18:30 +0100)]
oeqa/runtime: load modules using importlib

Instead of using __import__() which is low-level and discouraged, use
importlib.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosstate: fix touching files inside pseudo
Jose Quaresma [Wed, 20 Oct 2021 17:25:46 +0000 (18:25 +0100)]
sstate: fix touching files inside pseudo

running the 'id' command inside the sstate_create_package
function shows that this funcion run inside the pseudo:

 uid=0(root) gid=0(root) groups=0(root)

The check for touch files [ ! -w ${SSTATE_PKG} ]
will always return true and the touch can fail
when the real user don't have permission or
in readonly filesystem.

As the documentation refers, the file test operator "-w"
check if the file has write permission (for the user running the test).

We can avoid this test running the touch and mask any return errors
that we have.

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agonpm: Remove unnecessary configs argument from npm run command
Stefan Herbrechtsmeier [Wed, 20 Oct 2021 07:40:15 +0000 (09:40 +0200)]
npm: Remove unnecessary configs argument from npm run command

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agorecipetool: Simplify common source files skip in guess_license
Stefan Herbrechtsmeier [Wed, 20 Oct 2021 07:40:14 +0000 (09:40 +0200)]
recipetool: Simplify common source files skip in guess_license

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agou-boot: Fix syntax error in ${UBOOT_ENV}.scr compilation
Peter Hoyes [Tue, 19 Oct 2021 13:47:27 +0000 (14:47 +0100)]
u-boot: Fix syntax error in ${UBOOT_ENV}.scr compilation

A previous commit (a3d3c2d4ac421a0dde2a20825eab4434f16b2452) introduced
support for compiling a U-Boot boot script, but the logic contained a
syntax error which was only visible in the build log. Fix the error by
using separate []s for each expression in the if statement.

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoboost: allow searching for python310
Martin Jansa [Tue, 19 Oct 2021 12:43:32 +0000 (14:43 +0200)]
boost: allow searching for python310

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoimage_types: allow the creation of block devices on top of UBI volumes
Thomas Perrot [Mon, 18 Oct 2021 23:21:23 +0000 (01:21 +0200)]
image_types: allow the creation of block devices on top of UBI volumes

Currently, the function multiubi_mkfs doesn't allow using anything else than
UBIFS over UBI.

Here, we propose to introduce two variables that allow to customize the ubinize
configuration and the image dependency, in order to be able to build UBI
images using the ubiblock abstraction layer and block filesystems.

For example, with this change it is possible to build a UBI volume using a
compressed squashfs, with the following configuration:
UBI_VOLTYPE ?= "static"
UBI_IMGTYPE ?= "squasfs-lz4"

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agowebkitgtk: add gperf-native to DEPENDS to fix build
Andreas Müller [Sun, 17 Oct 2021 11:57:03 +0000 (13:57 +0200)]
webkitgtk: add gperf-native to DEPENDS to fix build

|   Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least
|   version "3.0.1")

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosstate.bbclass: count the files on mirrors using the pre local files
Jose Quaresma [Sun, 3 Oct 2021 21:54:05 +0000 (22:54 +0100)]
sstate.bbclass: count the files on mirrors using the pre local files

We don't need extra python collections to count the found files
on the sstate cache and sstate mirrors.

The main found collections provides all the files that were found.
Then we only need to store the nunber of files that found on the
local sstate cache and the files that found on the sstate cache
mirror is derived from that.

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosystemd: disable seccomp on mips32
Alexander Kanavin [Tue, 19 Oct 2021 15:34:19 +0000 (17:34 +0200)]
systemd: disable seccomp on mips32

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agostrace: remove TOOLCHAIN assignment
Ross Burton [Tue, 19 Oct 2021 19:26:14 +0000 (20:26 +0100)]
strace: remove TOOLCHAIN assignment

Back in 2016 strace failed to link when using clang, but this isn't the
case anymore.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agostrace: remove obsolete patch
Ross Burton [Tue, 19 Oct 2021 19:26:12 +0000 (20:26 +0100)]
strace: remove obsolete patch

This patch isn't needed with strace 5.14, which includes stdint.h
centrally.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agogawk: reduce strictness of the time test
Ross Burton [Tue, 19 Oct 2021 11:35:29 +0000 (12:35 +0100)]
gawk: reduce strictness of the time test

The time.awk test does a sleep() and verifies that the actual delay is
close to the requested time. However on a loaded system the range of
acceptable durations is quite tight and will occasionally fail.

Solve this by increasing the range of acceptable delays slightly to
between 50% and 200% of the requested delay.

[ YOCTO #14371 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agogawk: replace AR patch with upstreamed patch
Ross Burton [Tue, 19 Oct 2021 11:35:28 +0000 (12:35 +0100)]
gawk: replace AR patch with upstreamed patch

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agomaintainers.inc: fix up rust-cross entry
Alexandre Belloni [Wed, 20 Oct 2021 10:02:59 +0000 (12:02 +0200)]
maintainers.inc: fix up rust-cross entry

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agorust-cross: Fix directory not deleted for race glibc vs. musl
Pgowda [Tue, 19 Oct 2021 04:37:25 +0000 (21:37 -0700)]
rust-cross: Fix directory not deleted for race glibc vs. musl

Use different recipe names for the two different targets so that
when switching libcs overlapping files in the sysroot don't cause
issues.

Signed-off-by: Pgowda <pgowda.cve@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agomesa: upgrade 21.2.1 -> 21.2.4
Pablo Saavedra Rodi?o [Mon, 18 Oct 2021 15:28:20 +0000 (17:28 +0200)]
mesa: upgrade 21.2.1 -> 21.2.4

Contains 'Make YUV formats we're going to emulate external-only' [1]
was applied in 21.2.4. This fixes red label issues on video for VC4,
Freedreno and others.

Deletes meta/recipes-graphics/mesa/files/without-neon.patch [2]
already in Mesa since 21.2.

Release notes:

* 21.2.2: https://docs.mesa3d.org/relnotes/21.2.2.html
* 21.2.3: https://docs.mesa3d.org/relnotes/21.2.3.html
* 21.2.4: https://docs.mesa3d.org/relnotes/21.2.4.html

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13038
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12569

Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoffmpeg: fix CVE-2021-38114
Kiran Surendran [Mon, 18 Oct 2021 17:20:18 +0000 (10:20 -0700)]
ffmpeg: fix CVE-2021-38114

backport from upstream

Signed-off-by: Kiran Surendran <kiran.surendran@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agowebkitgtk: add PACKAGECONFIG for opengl-or-es
Martin Jansa [Mon, 18 Oct 2021 13:53:22 +0000 (15:53 +0200)]
webkitgtk: add PACKAGECONFIG for opengl-or-es

* added in:
  https://github.com/WebKit/WebKit/commit/29421afdcd64250c839fc1dbf26c9089584e224c

* fixes build without opengl in DISTRO_FEATURES which was failing since upgrade to 2.34.0 with:

| CMake Error at Source/cmake/OptionsGTK.cmake:353 (message):
|   Either GLX or EGL is needed.
| Call Stack (most recent call first):
|   Source/cmake/WebKitCommon.cmake:220 (include)
|   CMakeLists.txt:20 (include)

* and add a patch to fix building this version with opengl and gles disabled
  (default oe-core setup without opengl in DISTRO_FEATURES)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosystemd: add missing include for musl
Yureka [Mon, 18 Oct 2021 12:02:51 +0000 (14:02 +0200)]
systemd: add missing include for musl

Fixes "error: ‘FTW_ACTIONRETVAL’ undeclared (first use in this
function)" in src/shared/mount-setup.c.

Signed-off-by: Yureka <yuka@yuka.dev>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibssh2: skip one of the ptests until openssh 8.8 compatibility is fixed
Alexander Kanavin [Tue, 19 Oct 2021 15:34:18 +0000 (17:34 +0200)]
libssh2: skip one of the ptests until openssh 8.8 compatibility is fixed

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agognupg: update 2.3.2 -> 2.3.3
Alexander Kanavin [Tue, 19 Oct 2021 15:34:17 +0000 (17:34 +0200)]
gnupg: update 2.3.2 -> 2.3.3

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibsoup-2.4: upgrade 2.72.0 -> 2.74.0
Alexander Kanavin [Tue, 19 Oct 2021 15:34:16 +0000 (17:34 +0200)]
libsoup-2.4: upgrade 2.72.0 -> 2.74.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibmd: upgrade 1.0.3 -> 1.0.4
Alexander Kanavin [Tue, 19 Oct 2021 15:34:15 +0000 (17:34 +0200)]
libmd: upgrade 1.0.3 -> 1.0.4

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibcap: upgrade 2.54 -> 2.59
Alexander Kanavin [Tue, 19 Oct 2021 15:34:14 +0000 (17:34 +0200)]
libcap: upgrade 2.54 -> 2.59

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibatomic-ops: upgrade 7.6.10 -> 7.6.12
Alexander Kanavin [Tue, 19 Oct 2021 15:34:13 +0000 (17:34 +0200)]
libatomic-ops: upgrade 7.6.10 -> 7.6.12

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoiso-codes: upgrade 4.6.0 -> 4.7.0
Alexander Kanavin [Tue, 19 Oct 2021 15:34:12 +0000 (17:34 +0200)]
iso-codes: upgrade 4.6.0 -> 4.7.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agofribidi: upgrade 1.0.10 -> 1.0.11
Alexander Kanavin [Tue, 19 Oct 2021 15:34:11 +0000 (17:34 +0200)]
fribidi: upgrade 1.0.10 -> 1.0.11

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agodiffoscope: upgrade 182 -> 187
Alexander Kanavin [Tue, 19 Oct 2021 15:34:10 +0000 (17:34 +0200)]
diffoscope: upgrade 182 -> 187

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibwpe: upgrade 1.10.1 -> 1.12.0
Alexander Kanavin [Tue, 19 Oct 2021 15:34:09 +0000 (17:34 +0200)]
libwpe: upgrade 1.10.1 -> 1.12.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopuzzles: upgrade to latest revision
Alexander Kanavin [Tue, 19 Oct 2021 15:34:08 +0000 (17:34 +0200)]
puzzles: upgrade to latest revision

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agompg123: upgrade 1.28.2 -> 1.29.0
Alexander Kanavin [Tue, 19 Oct 2021 15:34:07 +0000 (17:34 +0200)]
mpg123: upgrade 1.28.2 -> 1.29.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agowireless-regdb: upgrade 2021.07.14 -> 2021.08.28
Alexander Kanavin [Tue, 19 Oct 2021 15:34:06 +0000 (17:34 +0200)]
wireless-regdb: upgrade 2021.07.14 -> 2021.08.28

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolinux-firmware: upgrade 20210818 -> 20210919
Alexander Kanavin [Tue, 19 Oct 2021 15:34:05 +0000 (17:34 +0200)]
linux-firmware: upgrade 20210818 -> 20210919

License-Update: additional files
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibinput: upgrade 1.19.0 -> 1.19.1
Alexander Kanavin [Tue, 19 Oct 2021 15:34:04 +0000 (17:34 +0200)]
libinput: upgrade 1.19.0 -> 1.19.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopango: upgrade 1.48.9 -> 1.48.10
Alexander Kanavin [Tue, 19 Oct 2021 15:34:03 +0000 (17:34 +0200)]
pango: upgrade 1.48.9 -> 1.48.10

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoharfbuzz: upgrade 2.9.1 -> 3.0.0
Alexander Kanavin [Tue, 19 Oct 2021 15:34:01 +0000 (17:34 +0200)]
harfbuzz: upgrade 2.9.1 -> 3.0.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibdazzle: upgrade 3.40.0 -> 3.42.0
Alexander Kanavin [Tue, 19 Oct 2021 15:34:00 +0000 (17:34 +0200)]
libdazzle: upgrade 3.40.0 -> 3.42.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agojson-glib: upgrade 1.6.4 -> 1.6.6
Alexander Kanavin [Tue, 19 Oct 2021 15:33:59 +0000 (17:33 +0200)]
json-glib: upgrade 1.6.4 -> 1.6.6

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agogsettings-desktop-schemas: upgrade 40.0 -> 41.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:58 +0000 (17:33 +0200)]
gsettings-desktop-schemas: upgrade 40.0 -> 41.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agogobject-introspection: upgrade 1.68.0 -> 1.70.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:57 +0000 (17:33 +0200)]
gobject-introspection: upgrade 1.68.0 -> 1.70.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosudo: upgrade 1.9.8p1 -> 1.9.8p2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:56 +0000 (17:33 +0200)]
sudo: upgrade 1.9.8p1 -> 1.9.8p2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agomsmtp: upgrade 1.8.15 -> 1.8.17
Alexander Kanavin [Tue, 19 Oct 2021 15:33:55 +0000 (17:33 +0200)]
msmtp: upgrade 1.8.15 -> 1.8.17

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibarchive: upgrade 3.5.1 -> 3.5.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:54 +0000 (17:33 +0200)]
libarchive: upgrade 3.5.1 -> 3.5.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoasciidoc: upgrade 9.1.0 -> 9.1.1
Alexander Kanavin [Tue, 19 Oct 2021 15:33:53 +0000 (17:33 +0200)]
asciidoc: upgrade 9.1.0 -> 9.1.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoacpica: upgrade 20210730 -> 20210930
Alexander Kanavin [Tue, 19 Oct 2021 15:33:52 +0000 (17:33 +0200)]
acpica: upgrade 20210730 -> 20210930

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agovala: upgrade 0.52.5 -> 0.54.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:51 +0000 (17:33 +0200)]
vala: upgrade 0.52.5 -> 0.54.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-setuptools: upgrade 58.0.4 -> 58.2.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:50 +0000 (17:33 +0200)]
python3-setuptools: upgrade 58.0.4 -> 58.2.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-pygobject: upgrade 3.40.1 -> 3.42.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:49 +0000 (17:33 +0200)]
python3-pygobject: upgrade 3.40.1 -> 3.42.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-jinja2: upgrade 3.0.1 -> 3.0.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:48 +0000 (17:33 +0200)]
python3-jinja2: upgrade 3.0.1 -> 3.0.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibrepo: upgrade 1.14.1 -> 1.14.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:47 +0000 (17:33 +0200)]
librepo: upgrade 1.14.1 -> 1.14.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibedit: upgrade 20210714-3.1 -> 20210910-3.1
Alexander Kanavin [Tue, 19 Oct 2021 15:33:46 +0000 (17:33 +0200)]
libedit: upgrade 20210714-3.1 -> 20210910-3.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibcomps: upgrade 0.1.17 -> 0.1.18
Alexander Kanavin [Tue, 19 Oct 2021 15:33:45 +0000 (17:33 +0200)]
libcomps: upgrade 0.1.17 -> 0.1.18

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agocreaterepo-c: upgrade 0.17.5 -> 0.17.6
Alexander Kanavin [Tue, 19 Oct 2021 15:33:44 +0000 (17:33 +0200)]
createrepo-c: upgrade 0.17.5 -> 0.17.6

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoccache: upgrade 4.4 -> 4.4.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:43 +0000 (17:33 +0200)]
ccache: upgrade 4.4 -> 4.4.2

License-Update: formatting
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agobtrfs-tools: upgrade 5.13.1 -> 5.14.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:42 +0000 (17:33 +0200)]
btrfs-tools: upgrade 5.13.1 -> 5.14.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosysvinit: upgrade 2.99 -> 3.00
Alexander Kanavin [Tue, 19 Oct 2021 15:33:41 +0000 (17:33 +0200)]
sysvinit: upgrade 2.99 -> 3.00

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoopenssh: upgrade 8.7p1 -> 8.8p1
Alexander Kanavin [Tue, 19 Oct 2021 15:33:39 +0000 (17:33 +0200)]
openssh: upgrade 8.7p1 -> 8.8p1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoofono: upgrade 1.32 -> 1.33
Alexander Kanavin [Tue, 19 Oct 2021 15:33:38 +0000 (17:33 +0200)]
ofono: upgrade 1.32 -> 1.33

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agotzdata: upgrade 2021a -> 2021d
Alexander Kanavin [Tue, 19 Oct 2021 15:33:37 +0000 (17:33 +0200)]
tzdata: upgrade 2021a -> 2021d

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agogit: upgrade 2.33.0 -> 2.33.1
Alexander Kanavin [Tue, 19 Oct 2021 15:33:36 +0000 (17:33 +0200)]
git: upgrade 2.33.0 -> 2.33.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agocmake: update 3.21.2 -> 3.21.3
Alexander Kanavin [Tue, 19 Oct 2021 15:33:35 +0000 (17:33 +0200)]
cmake: update 3.21.2 -> 3.21.3

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agobison: upgrade 3.8.1 -> 3.8.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:34 +0000 (17:33 +0200)]
bison: upgrade 3.8.1 -> 3.8.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibxcrypt: upgrade 4.4.25 -> 4.4.26
Alexander Kanavin [Tue, 19 Oct 2021 15:33:33 +0000 (17:33 +0200)]
libxcrypt: upgrade 4.4.25 -> 4.4.26

License-Update: additional copyright holders
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibgit2: update 1.2.0 -> 1.3.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:31 +0000 (17:33 +0200)]
libgit2: update 1.2.0 -> 1.3.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agocurl: update 7.78.0 -> 7.79.1
Alexander Kanavin [Tue, 19 Oct 2021 15:33:30 +0000 (17:33 +0200)]
curl: update 7.78.0 -> 7.79.1

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoca-certificates: update 20210119 -> 20211016
Alexander Kanavin [Tue, 19 Oct 2021 15:33:29 +0000 (17:33 +0200)]
ca-certificates: update 20210119 -> 20211016

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoliberation-fonts: update 2.1.4 -> 2.1.5
Alexander Kanavin [Tue, 19 Oct 2021 15:33:28 +0000 (17:33 +0200)]
liberation-fonts: update 2.1.4 -> 2.1.5

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibva: update 2.12.0 -> 2.13.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:27 +0000 (17:33 +0200)]
libva: update 2.12.0 -> 2.13.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibrsvg: update 2.52.0 -> 2.52.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:26 +0000 (17:33 +0200)]
librsvg: update 2.52.0 -> 2.52.2

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agovalgrind: update 3.17.0 -> 3.18.1
Alexander Kanavin [Tue, 19 Oct 2021 15:33:25 +0000 (17:33 +0200)]
valgrind: update 3.17.0 -> 3.18.1

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-pip: update 21.2.4 -> 21.3
Alexander Kanavin [Tue, 19 Oct 2021 15:33:24 +0000 (17:33 +0200)]
python3-pip: update 21.2.4 -> 21.3

Adjust patch as file is removed from source tree.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agomeson: update 0.59.1 -> 0.59.2
Alexander Kanavin [Tue, 19 Oct 2021 15:33:23 +0000 (17:33 +0200)]
meson: update 0.59.1 -> 0.59.2

Drop patch as upstream fixed the issue.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agosystemd: update 249.4 -> 249.5
Alexander Kanavin [Tue, 19 Oct 2021 15:33:22 +0000 (17:33 +0200)]
systemd: update 249.4 -> 249.5

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoovmf: update 202105 -> 202108
Alexander Kanavin [Tue, 19 Oct 2021 15:33:21 +0000 (17:33 +0200)]
ovmf: update 202105 -> 202108

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agobluez5: update 5.61 -> 5.62
Alexander Kanavin [Tue, 19 Oct 2021 15:33:20 +0000 (17:33 +0200)]
bluez5: update 5.61 -> 5.62

Drop the patch as issue is addressed upstream.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolighttpd: update 1.4.59 -> 1.4.60
Alexander Kanavin [Tue, 19 Oct 2021 15:33:19 +0000 (17:33 +0200)]
lighttpd: update 1.4.59 -> 1.4.60

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoghostscript: update 9.54.0 -> 9.55.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:18 +0000 (17:33 +0200)]
ghostscript: update 9.54.0 -> 9.55.0

jbig2dec seems no longer optional; the source for it
is bundle with ghostscript.

License-Update: removed patent references
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agokea: update 1.8.2 -> 2.0.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:17 +0000 (17:33 +0200)]
kea: update 1.8.2 -> 2.0.0

Remove 0001-keactrl.in-create-var-lib-kea-and-var-run-kea-folder.patch
as code removed upstream.

License-Update: formatting

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agolibjitterentropy: update 3.1.0 -> 3.3.0
Alexander Kanavin [Tue, 19 Oct 2021 15:33:15 +0000 (17:33 +0200)]
libjitterentropy: update 3.1.0 -> 3.3.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-smmap: update to 5.0.0
Oleksandr Kravchuk [Sun, 17 Oct 2021 14:57:34 +0000 (16:57 +0200)]
python3-smmap: update to 5.0.0

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agoglibc: Extract common code to build tests to glibc-tests.inc
Lukasz Majewski [Thu, 30 Sep 2021 10:43:56 +0000 (12:43 +0200)]
glibc: Extract common code to build tests to glibc-tests.inc

The common code to build tests has been extracted from glibc-testsuite
recipe to glibc-tests.inc

This code will be reused in the recipe necessary for providing glibc
tests executed with ptest framework.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
Tim Orling [Sun, 17 Oct 2021 01:41:21 +0000 (01:41 +0000)]
python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2

RDEPENDS on python3-tomli instead of python3-toml

Cleanup RDEPENDS (common vs. class-target)

For changes, see:
https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.rst#632

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 years agopython3-tomli: add recipe for 1.2.1
Tim Orling [Sun, 17 Oct 2021 01:41:20 +0000 (01:41 +0000)]
python3-tomli: add recipe for 1.2.1

A lil' TOML parser

This is a runtime dependency for setuptools-scm upgrade as well as for
several other Python Packaging Authority (pypa) tools that will be
replacing distutils and setuptools in the future.

Upstream does not have a setup.py, but rather relies on flit_core to
build. This introduces a circular dependency, as flit_core has a runtime
dependency on tomli.

Borrow a setup.py from Gentoo until a better solution is found by
upstream Python Packaging Authority (pypa).

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>