All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/48] oeqa/ptest: print a warning if ptests failed
@ 2020-12-26  9:26 Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 02/48] acpica: upgrade 20201113 -> 20201217 Alexander Kanavin
                   ` (46 more replies)
  0 siblings, 47 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

This allows spotting ptest regressions without having hard ptest failures
(for that full ptest stability should be achieved).

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/lib/oeqa/runtime/cases/ptest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/cases/ptest.py b/meta/lib/oeqa/runtime/cases/ptest.py
index a9572c81f0..0800f3c27f 100644
--- a/meta/lib/oeqa/runtime/cases/ptest.py
+++ b/meta/lib/oeqa/runtime/cases/ptest.py
@@ -108,4 +108,5 @@ class PtestRunnerTest(OERuntimeTestCase):
             failmsg = failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
 
         if failmsg:
+            self.logger.warning("There were failing ptests.")
             self.fail(failmsg)
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 02/48] acpica: upgrade 20201113 -> 20201217
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 03/48] bind: upgrade 9.16.9 -> 9.16.10 Alexander Kanavin
                   ` (45 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../acpica/{acpica_20201113.bb => acpica_20201217.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/acpica/{acpica_20201113.bb => acpica_20201217.bb} (94%)

diff --git a/meta/recipes-extended/acpica/acpica_20201113.bb b/meta/recipes-extended/acpica/acpica_20201217.bb
similarity index 94%
rename from meta/recipes-extended/acpica/acpica_20201113.bb
rename to meta/recipes-extended/acpica/acpica_20201217.bb
index f2d17ca54e..91bcd8a46d 100644
--- a/meta/recipes-extended/acpica/acpica_20201113.bb
+++ b/meta/recipes-extended/acpica/acpica_20201217.bb
@@ -17,7 +17,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
 DEPENDS = "m4-native flex-native bison-native"
 
 SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz"
-SRC_URI[sha256sum] = "48c4e0c07b42581d017487cc9264470e6420605ddd24cbb5d16410d02a771461"
+SRC_URI[sha256sum] = "df6bb667c60577c89df5abe3270539c1b9716b69409d1074d6a7fc5c2fea087b"
 
 UPSTREAM_CHECK_URI = "https://acpica.org/downloads"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 03/48] bind: upgrade 9.16.9 -> 9.16.10
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 02/48] acpica: upgrade 20201113 -> 20201217 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 04/48] diffoscope: upgrade 161 -> 163 Alexander Kanavin
                   ` (44 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../0001-avoid-start-failure-with-bind-user.patch               | 0
 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch  | 0
 .../bind-ensure-searching-for-json-headers-searches-sysr.patch  | 0
 .../bind/{bind-9.16.9 => bind-9.16.10}/bind9                    | 0
 .../bind/{bind-9.16.9 => bind-9.16.10}/conf.patch               | 0
 .../bind/{bind-9.16.9 => bind-9.16.10}/generate-rndc-key.sh     | 0
 .../init.d-add-support-for-read-only-rootfs.patch               | 0
 .../make-etc-initd-bind-stop-work.patch                         | 0
 .../bind/{bind-9.16.9 => bind-9.16.10}/named.service            | 0
 .../bind/{bind_9.16.9.bb => bind_9.16.10.bb}                    | 2 +-
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/0001-avoid-start-failure-with-bind-user.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/bind9 (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/generate-rndc-key.sh (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/init.d-add-support-for-read-only-rootfs.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.9 => bind-9.16.10}/named.service (100%)
 rename meta/recipes-connectivity/bind/{bind_9.16.9.bb => bind_9.16.10.bb} (98%)

diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.16.10/0001-avoid-start-failure-with-bind-user.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/0001-avoid-start-failure-with-bind-user.patch
rename to meta/recipes-connectivity/bind/bind-9.16.10/0001-avoid-start-failure-with-bind-user.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.10/0001-named-lwresd-V-and-start-log-hide-build-options.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/0001-named-lwresd-V-and-start-log-hide-build-options.patch
rename to meta/recipes-connectivity/bind/bind-9.16.10/0001-named-lwresd-V-and-start-log-hide-build-options.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.16.10/bind-ensure-searching-for-json-headers-searches-sysr.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/bind-ensure-searching-for-json-headers-searches-sysr.patch
rename to meta/recipes-connectivity/bind/bind-9.16.10/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/bind9 b/meta/recipes-connectivity/bind/bind-9.16.10/bind9
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/bind9
rename to meta/recipes-connectivity/bind/bind-9.16.10/bind9
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/conf.patch b/meta/recipes-connectivity/bind/bind-9.16.10/conf.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/conf.patch
rename to meta/recipes-connectivity/bind/bind-9.16.10/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.10/generate-rndc-key.sh
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/generate-rndc-key.sh
rename to meta/recipes-connectivity/bind/bind-9.16.10/generate-rndc-key.sh
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.16.10/init.d-add-support-for-read-only-rootfs.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/init.d-add-support-for-read-only-rootfs.patch
rename to meta/recipes-connectivity/bind/bind-9.16.10/init.d-add-support-for-read-only-rootfs.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.16.10/make-etc-initd-bind-stop-work.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/make-etc-initd-bind-stop-work.patch
rename to meta/recipes-connectivity/bind/bind-9.16.10/make-etc-initd-bind-stop-work.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.9/named.service b/meta/recipes-connectivity/bind/bind-9.16.10/named.service
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.9/named.service
rename to meta/recipes-connectivity/bind/bind-9.16.10/named.service
diff --git a/meta/recipes-connectivity/bind/bind_9.16.9.bb b/meta/recipes-connectivity/bind/bind_9.16.10.bb
similarity index 98%
rename from meta/recipes-connectivity/bind/bind_9.16.9.bb
rename to meta/recipes-connectivity/bind/bind_9.16.10.bb
index be8a294a43..71194a61bf 100644
--- a/meta/recipes-connectivity/bind/bind_9.16.9.bb
+++ b/meta/recipes-connectivity/bind/bind_9.16.10.bb
@@ -19,7 +19,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
            file://0001-avoid-start-failure-with-bind-user.patch \
            "
 
-SRC_URI[sha256sum] = "bcb292c4d738a46e3cbcb8afaa25ecf54f77652fa575135da9a2a1d525304a5a"
+SRC_URI[sha256sum] = "bc47fc019c6205e6a6bfb839c544a1472321df0537ba905b846a4cbffe3362b3"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # stay at 9.16 follow the ESV versions divisible by 4
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 04/48] diffoscope: upgrade 161 -> 163
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 02/48] acpica: upgrade 20201113 -> 20201217 Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 03/48] bind: upgrade 9.16.9 -> 9.16.10 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 05/48] dnf: upgrade 4.4.0 -> 4.5.2 Alexander Kanavin
                   ` (43 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../diffoscope/{diffoscope_161.bb => diffoscope_163.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_161.bb => diffoscope_163.bb} (83%)

diff --git a/meta/recipes-support/diffoscope/diffoscope_161.bb b/meta/recipes-support/diffoscope/diffoscope_163.bb
similarity index 83%
rename from meta/recipes-support/diffoscope/diffoscope_161.bb
rename to meta/recipes-support/diffoscope/diffoscope_163.bb
index 0f566a3ec7..2b66d628fd 100644
--- a/meta/recipes-support/diffoscope/diffoscope_161.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_163.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "9c27d60a7bf3984b53c8af3fee86eb3d3e2292c4ddb9449c38b6cba068b8e22c"
+SRC_URI[sha256sum] = "1afeea6e383bdd2626a9e9b827ff487723c0de581d9f9f4d4f5fc9b65728662a"
 
 RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 05/48] dnf: upgrade 4.4.0 -> 4.5.2
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (2 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 04/48] diffoscope: upgrade 161 -> 163 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 06/48] enchant2: upgrade 2.2.13 -> 2.2.14 Alexander Kanavin
                   ` (42 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/dnf/{dnf_4.4.0.bb => dnf_4.5.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/dnf/{dnf_4.4.0.bb => dnf_4.5.2.bb} (98%)

diff --git a/meta/recipes-devtools/dnf/dnf_4.4.0.bb b/meta/recipes-devtools/dnf/dnf_4.5.2.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.4.0.bb
rename to meta/recipes-devtools/dnf/dnf_4.5.2.bb
index dff6fe6c25..e1b0e1a132 100644
--- a/meta/recipes-devtools/dnf/dnf_4.4.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.5.2.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \
            file://0001-dnf-write-the-log-lock-to-root.patch \
            "
 
-SRCREV = "b9b7623892f551da201bffd03187d703242b00e9"
+SRCREV = "36a3ffaee4db76a7efe7d40f4e42ce679b6a6920"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 06/48] enchant2: upgrade 2.2.13 -> 2.2.14
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (3 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 05/48] dnf: upgrade 4.4.0 -> 4.5.2 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 07/48] epiphany: upgrade 3.38.1 -> 3.38.2 Alexander Kanavin
                   ` (41 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../enchant/{enchant2_2.2.13.bb => enchant2_2.2.14.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.2.13.bb => enchant2_2.2.14.bb} (90%)

diff --git a/meta/recipes-support/enchant/enchant2_2.2.13.bb b/meta/recipes-support/enchant/enchant2_2.2.14.bb
similarity index 90%
rename from meta/recipes-support/enchant/enchant2_2.2.13.bb
rename to meta/recipes-support/enchant/enchant2_2.2.14.bb
index 3b890e733a..a5080d9c78 100644
--- a/meta/recipes-support/enchant/enchant2_2.2.13.bb
+++ b/meta/recipes-support/enchant/enchant2_2.2.14.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0"
 inherit autotools pkgconfig
 
 SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20"
+SRC_URI[sha256sum] = "bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e"
 
 UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 07/48] epiphany: upgrade 3.38.1 -> 3.38.2
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (4 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 06/48] enchant2: upgrade 2.2.13 -> 2.2.14 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 08/48] ethtool: upgrade 5.9 -> 5.10 Alexander Kanavin
                   ` (40 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../epiphany/{epiphany_3.38.1.bb => epiphany_3.38.2.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/epiphany/{epiphany_3.38.1.bb => epiphany_3.38.2.bb} (90%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.1.bb b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
similarity index 90%
rename from meta/recipes-gnome/epiphany/epiphany_3.38.1.bb
rename to meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
index f9daa8bfe2..70148c96d8 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.38.1.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
@@ -14,7 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl"
 SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
            file://0002-help-meson.build-disable-the-use-of-yelp.patch \
            "
-SRC_URI[archive.sha256sum] = "59b7576acb11fbb52eaca6dbf6fce28664de5c915ca2580c47f0b08ba83d2843"
+SRC_URI[archive.sha256sum] = "8b05f2bcc1e80ecf4a10f6f01b3285087eb4cbdf5741dffb8c0355715ef5116d"
 
 FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo"
 RDEPENDS_${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 08/48] ethtool: upgrade 5.9 -> 5.10
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (5 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 07/48] epiphany: upgrade 3.38.1 -> 3.38.2 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 09/48] gtk+3: upgrade 3.24.23 -> 3.24.24 Alexander Kanavin
                   ` (39 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../ethtool/ethtool/avoid_parallel_tests.patch              | 6 +++---
 .../ethtool/{ethtool_5.9.bb => ethtool_5.10.bb}             | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_5.9.bb => ethtool_5.10.bb} (93%)

diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
index 673b35033f..54aec01284 100644
--- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
@@ -1,4 +1,4 @@
-From 538bd5ec36d88f17803cb848cbbfe62ad51fc2f4 Mon Sep 17 00:00:00 2001
+From b493e2fb472307997576eef33cce784594070f44 Mon Sep 17 00:00:00 2001
 From: Tudor Florea <tudor.florea@enea.com>
 Date: Wed, 28 May 2014 18:59:54 +0200
 Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
@@ -15,11 +15,11 @@ Upstream-Status: Inappropriate
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 0162155..6866e72 100644
+index 13c2bc0..0b6ca1d 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
- AC_INIT(ethtool, 5.9, netdev@vger.kernel.org)
+ AC_INIT(ethtool, 5.10, netdev@vger.kernel.org)
  AC_PREREQ(2.52)
  AC_CONFIG_SRCDIR([ethtool.c])
 -AM_INIT_AUTOMAKE([gnu subdir-objects])
diff --git a/meta/recipes-extended/ethtool/ethtool_5.9.bb b/meta/recipes-extended/ethtool/ethtool_5.10.bb
similarity index 93%
rename from meta/recipes-extended/ethtool/ethtool_5.9.bb
rename to meta/recipes-extended/ethtool/ethtool_5.10.bb
index 2d2f9b77f0..5c0df3acbc 100644
--- a/meta/recipes-extended/ethtool/ethtool_5.9.bb
+++ b/meta/recipes-extended/ethtool/ethtool_5.10.bb
@@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
            file://avoid_parallel_tests.patch \
            "
 
-SRC_URI[sha256sum] = "f934a830554c46d7d60b1a9147f4cab15589b7e09344c4b79b1948b740f0a725"
+SRC_URI[sha256sum] = "4b86adb3ed913c1ef14a276301981f696ab4ec360c19f0a5b68235c4756abae5"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 09/48] gtk+3: upgrade 3.24.23 -> 3.24.24
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (6 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 08/48] ethtool: upgrade 5.9 -> 5.10 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 10/48] init-system-helpers: upgrade 1.58 -> 1.60 Alexander Kanavin
                   ` (38 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-gnome/gtk+/{gtk+3_3.24.23.bb => gtk+3_3.24.24.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.24.23.bb => gtk+3_3.24.24.bb} (89%)

diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.23.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.24.bb
similarity index 89%
rename from meta/recipes-gnome/gtk+/gtk+3_3.24.23.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.24.24.bb
index 338b7030e1..01a2a94ce3 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.24.23.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.24.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar
            file://0003-Add-disable-opengl-configure-option.patch \
            file://link_fribidi.patch \
            "
-SRC_URI[sha256sum] = "5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1"
+SRC_URI[sha256sum] = "cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a"
 
 S = "${WORKDIR}/gtk+-${PV}"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 10/48] init-system-helpers: upgrade 1.58 -> 1.60
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (7 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 09/48] gtk+3: upgrade 3.24.23 -> 3.24.24 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 11/48] kbd: upgrade 2.3.0 -> 2.4.0 Alexander Kanavin
                   ` (37 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...{init-system-helpers_1.58.bb => init-system-helpers_1.60.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/initscripts/{init-system-helpers_1.58.bb => init-system-helpers_1.60.bb} (96%)

diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.58.bb b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb
similarity index 96%
rename from meta/recipes-core/initscripts/init-system-helpers_1.58.bb
rename to meta/recipes-core/initscripts/init-system-helpers_1.60.bb
index b591f412c6..33977e66c1 100644
--- a/meta/recipes-core/initscripts/init-system-helpers_1.58.bb
+++ b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb
@@ -16,7 +16,7 @@ SECTION = "base"
 LICENSE = "BSD-3-Clause & GPLv2"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072"
 
-SRCREV = "6a1860c6f5ad295af605ddf588933544e7c24ce1"
+SRCREV = "dbd9197569c0935029acd5c9b02b84c68fd937ee"
 SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 11/48] kbd: upgrade 2.3.0 -> 2.4.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (8 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 10/48] init-system-helpers: upgrade 1.58 -> 1.60 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 12/48] kea: upgrade 1.8.1 -> 1.8.2 Alexander Kanavin
                   ` (36 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-core/kbd/{kbd_2.3.0.bb => kbd_2.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/kbd/{kbd_2.3.0.bb => kbd_2.4.0.bb} (92%)

diff --git a/meta/recipes-core/kbd/kbd_2.3.0.bb b/meta/recipes-core/kbd/kbd_2.4.0.bb
similarity index 92%
rename from meta/recipes-core/kbd/kbd_2.3.0.bb
rename to meta/recipes-core/kbd/kbd_2.4.0.bb
index 529f49bef4..4d32263e84 100644
--- a/meta/recipes-core/kbd/kbd_2.3.0.bb
+++ b/meta/recipes-core/kbd/kbd_2.4.0.bb
@@ -15,7 +15,7 @@ RCONFLICTS_${PN} = "console-tools"
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \
            "
 
-SRC_URI[sha256sum] = "685056143cb8effd0a1d44b5c391eb50d80dcfd014b1a4d6e2650a28d61cb82a"
+SRC_URI[sha256sum] = "55f0740458cfd3a84e775e50d7e8b92dc01846db1edad8e2411ccc293ece9b9f"
 
 PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \
                   "
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 12/48] kea: upgrade 1.8.1 -> 1.8.2
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (9 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 11/48] kbd: upgrade 2.3.0 -> 2.4.0 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 13/48] libmodulemd: upgrade 2.9.4 -> 2.11.1 Alexander Kanavin
                   ` (35 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-connectivity/kea/{kea_1.8.1.bb => kea_1.8.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/kea/{kea_1.8.1.bb => kea_1.8.2.bb} (97%)

diff --git a/meta/recipes-connectivity/kea/kea_1.8.1.bb b/meta/recipes-connectivity/kea/kea_1.8.2.bb
similarity index 97%
rename from meta/recipes-connectivity/kea/kea_1.8.1.bb
rename to meta/recipes-connectivity/kea/kea_1.8.2.bb
index 3a2ccf5c1f..3dc4f6af70 100644
--- a/meta/recipes-connectivity/kea/kea_1.8.1.bb
+++ b/meta/recipes-connectivity/kea/kea_1.8.2.bb
@@ -19,7 +19,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \
            file://fix_pid_keactrl.patch \
            file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \
            "
-SRC_URI[sha256sum] = "52020cb16889484b661746d7fc4c7cd88974b1af5b7fc436eb6e69c62eb83734"
+SRC_URI[sha256sum] = "486ca7abedb9d6fdf8e4344ad8688d1171f2ef0f5506d118988aadeae80a1d39"
 
 inherit autotools systemd update-rc.d upstream-version-is-even
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 13/48] libmodulemd: upgrade 2.9.4 -> 2.11.1
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (10 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 12/48] kea: upgrade 1.8.1 -> 1.8.2 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 14/48] libpcre2: upgrade 10.35 -> 10.36 Alexander Kanavin
                   ` (34 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
index 10204acf23..b9a64f00e7 100644
--- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
+++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
@@ -6,8 +6,8 @@ SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=
            file://0001-modulemd-generate-the-manpage-only-if-the-feature-is.patch \
            "
 
-PV = "2.9.4"
-SRCREV = "c7254db07b21495fc9bd247c5b17ee20149c05e3"
+PV = "2.11.1"
+SRCREV = "0ead09d0a35b9095e1a01afd540abd7217b31fba"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 14/48] libpcre2: upgrade 10.35 -> 10.36
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (11 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 13/48] libmodulemd: upgrade 2.9.4 -> 2.11.1 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:26 ` [PATCH 15/48] libtirpc: upgrade 1.2.6 -> 1.3.1 Alexander Kanavin
                   ` (33 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

License-Update: email address changed
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libpcre/{libpcre2_10.35.bb => libpcre2_10.36.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre2_10.35.bb => libpcre2_10.36.bb} (91%)

diff --git a/meta/recipes-support/libpcre/libpcre2_10.35.bb b/meta/recipes-support/libpcre/libpcre2_10.36.bb
similarity index 91%
rename from meta/recipes-support/libpcre/libpcre2_10.35.bb
rename to meta/recipes-support/libpcre/libpcre2_10.36.bb
index 35c019c100..d8077a1224 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.35.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.36.bb
@@ -8,11 +8,11 @@ SUMMARY = "Perl Compatible Regular Expressions version 2"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=a06590e9bd4c229532364727aaeaf084"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=60c08fab1357bfe9084b333bc33362d6"
 
 SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2"
 
-SRC_URI[sha256sum] = "9ccba8e02b0ce78046cdfb52e5c177f0f445e421059e43becca4359c669d4613"
+SRC_URI[sha256sum] = "a9ef39278113542968c7c73a31cfcb81aca1faa64690f400b907e8ab6b4a665c"
 
 CVE_PRODUCT = "pcre2"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 15/48] libtirpc: upgrade 1.2.6 -> 1.3.1
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (12 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 14/48] libpcre2: upgrade 10.35 -> 10.36 Alexander Kanavin
@ 2020-12-26  9:26 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 16/48] libusb1: upgrade 1.0.23 -> 1.0.24 Alexander Kanavin
                   ` (32 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libtirpc/{libtirpc_1.2.6.bb => libtirpc_1.3.1.bb}          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/libtirpc/{libtirpc_1.2.6.bb => libtirpc_1.3.1.bb} (86%)

diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.1.bb
similarity index 86%
rename from meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb
rename to meta/recipes-extended/libtirpc/libtirpc_1.3.1.bb
index 10a324c3b6..5792264250 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.1.bb
@@ -12,8 +12,7 @@ PROVIDES = "virtual/librpc"
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2"
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
-SRC_URI[md5sum] = "b25f9cc18bfad50f7c446c77f4ae00bb"
-SRC_URI[sha256sum] = "4278e9a5181d5af9cd7885322fdecebc444f9a3da87c526e7d47f7a12a37d1cc"
+SRC_URI[sha256sum] = "245895caf066bec5e3d4375942c8cb4366adad184c29c618d97f724ea309ee17"
 
 inherit autotools pkgconfig
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 16/48] libusb1: upgrade 1.0.23 -> 1.0.24
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (13 preceding siblings ...)
  2020-12-26  9:26 ` [PATCH 15/48] libtirpc: upgrade 1.2.6 -> 1.3.1 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 17/48] libva: upgrade 2.9.0 -> 2.10.0 Alexander Kanavin
                   ` (31 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libusb/{libusb1_1.0.23.bb => libusb1_1.0.24.bb}            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-support/libusb/{libusb1_1.0.23.bb => libusb1_1.0.24.bb} (90%)

diff --git a/meta/recipes-support/libusb/libusb1_1.0.23.bb b/meta/recipes-support/libusb/libusb1_1.0.24.bb
similarity index 90%
rename from meta/recipes-support/libusb/libusb1_1.0.23.bb
rename to meta/recipes-support/libusb/libusb1_1.0.24.bb
index 2fd658b4ef..4c552ae6c7 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.23.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.24.bb
@@ -12,8 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \
            file://run-ptest \
           "
 
-SRC_URI[md5sum] = "be79ed4a4a440169deec8beaac6aae33"
-SRC_URI[sha256sum] = "4fc17b2ef3502757641bf8fe2c14ad86ec86302a2b785abcb0806fd03aa1201f"
+SRC_URI[sha256sum] = "7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a"
 
 S = "${WORKDIR}/libusb-${PV}"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 17/48] libva: upgrade 2.9.0 -> 2.10.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (14 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 16/48] libusb1: upgrade 1.0.23 -> 1.0.24 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 18/48] libx11: upgrade 1.6.12 -> 1.7.0 Alexander Kanavin
                   ` (30 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libva/{libva-initial_2.9.0.bb => libva-initial_2.10.0.bb}   | 0
 meta/recipes-graphics/libva/libva.inc                           | 2 +-
 meta/recipes-graphics/libva/{libva_2.9.0.bb => libva_2.10.0.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/libva/{libva-initial_2.9.0.bb => libva-initial_2.10.0.bb} (100%)
 rename meta/recipes-graphics/libva/{libva_2.9.0.bb => libva_2.10.0.bb} (100%)

diff --git a/meta/recipes-graphics/libva/libva-initial_2.9.0.bb b/meta/recipes-graphics/libva/libva-initial_2.10.0.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva-initial_2.9.0.bb
rename to meta/recipes-graphics/libva/libva-initial_2.10.0.bb
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
index 7b6f11674d..d251afa125 100644
--- a/meta/recipes-graphics/libva/libva.inc
+++ b/meta/recipes-graphics/libva/libva.inc
@@ -18,7 +18,7 @@ LICENSE = "MIT"
 
 SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = "e344c1392dde92696c9ffd9cb3c7277d0a3b912236eb4e0fdedf7f375434584b"
+SRC_URI[sha256sum] = "fa81e35b50d9818fce5ec9eeeeff08a24a8864ceeb9a5c8e7ae4446eacfc0236"
 
 S = "${WORKDIR}/libva-${PV}"
 
diff --git a/meta/recipes-graphics/libva/libva_2.9.0.bb b/meta/recipes-graphics/libva/libva_2.10.0.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva_2.9.0.bb
rename to meta/recipes-graphics/libva/libva_2.10.0.bb
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 18/48] libx11: upgrade 1.6.12 -> 1.7.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (15 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 17/48] libva: upgrade 2.9.0 -> 2.10.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 19/48] lighttpd: upgrade 1.4.56 -> 1.4.57 Alexander Kanavin
                   ` (29 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../xorg-lib/files/libx11-whitespace.patch    | 56 -------------------
 .../xorg-lib/libx11-compose-data_1.6.8.bb     |  2 +-
 .../{libx11_1.6.12.bb => libx11_1.7.0.bb}     |  6 +-
 3 files changed, 4 insertions(+), 60 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-lib/files/libx11-whitespace.patch
 rename meta/recipes-graphics/xorg-lib/{libx11_1.6.12.bb => libx11_1.7.0.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/files/libx11-whitespace.patch b/meta/recipes-graphics/xorg-lib/files/libx11-whitespace.patch
deleted file mode 100644
index 3f97143082..0000000000
--- a/meta/recipes-graphics/xorg-lib/files/libx11-whitespace.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-Upstream-Status: Submitted [https://gitlab.freedesktop.org/xorg/lib/libx11/merge_requests/33]
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From b41469c5f08b1f3365667ff3c430b104c9b8e25f Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Wed, 22 Jan 2020 17:11:23 +0000
-Subject: [PATCH libX11] cpprules.in: squash whitespace in generated files
-
-CPP is used to generate files, but as cpp reads files from the build host the
-output has a number of blank lines at the beginning which varies depending on
-what GCC and friends is used.
-
-Pathalogical example:
-
- $ cpp -undef -traditional /dev/null
- # 1 "/dev/null"
- # 1 "<built-in>"
- # 1 "<command-line>"
- # 31 "<command-line>"
- # 1 "/usr/include/stdc-predef.h" 1 3 4
-
- # 17 "/usr/include/stdc-predef.h" 3 4
-
- [ 40 blank line ]
-
- # 32 "<command-line>" 2
- # 1 "/dev/null"
-
-So depending on the content of stdc-predef.h and what other headers CPP will
-load, the amount of whitespace in the generates files varies. This can result in
-differences in reproducible environments, and file conflicts in multilib
-environments.
-
-As whitespace is irrelevant to these machine-readable files, extend the sed to
-just delete blank lines.
----
- cpprules.in | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/cpprules.in b/cpprules.in
-index 03d6701e..ce6b3c98 100644
---- a/cpprules.in
-+++ b/cpprules.in
-@@ -23,7 +23,8 @@ CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
-                        -e '/^[	 ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
-                        -e '/^[	 ]*XHASH/s/XHASH/\#/' \
-                        -e 's,X11_LOCALEDATADIR,$(X11_LOCALEDATADIR),g' \
--                       -e '/\@\@$$/s/\@\@$$/\\/'
-+                       -e '/\@\@$$/s/\@\@$$/\\/' \
-+                       -e '/^$$/d'
- 
- .pre:
- 	@$(MKDIR_P) $(@D)
--- 
-2.20.1
-
diff --git a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
index 3d97ad78d2..0f4be35770 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
@@ -15,7 +15,7 @@ SRC_URI[md5sum] = "c5fa5a86a20e3591bed6c046498d4b8f"
 SRC_URI[sha256sum] = "b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5"
 
 SRC_URI += "file://0001-Drop-x11-dependencies.patch \
-            file://libx11-whitespace.patch"
+           "
 
 XORG_PN = "libX11"
 
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.12.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libx11_1.6.12.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb
index de7f1c366e..3faee6e497 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.6.12.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb
@@ -11,10 +11,10 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:"
 PE = "1"
 
 SRC_URI += "file://Fix-hanging-issue-in-_XReply.patch \
-            file://disable_tests.patch \
-            file://libx11-whitespace.patch"
+           file://disable_tests.patch \
+           "
 
-SRC_URI[sha256sum] = "f108227469419ac04d196df0f3b80ce1f7f65059bb54c0de811f4d8e03fd6ec7"
+SRC_URI[sha256sum] = "36c8f93b6595437c8cfbc9f08618bcb3041cbd303e140a0013f88e4c2977cb54"
 
 PROVIDES = "virtual/libx11"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 19/48] lighttpd: upgrade 1.4.56 -> 1.4.57
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (16 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 18/48] libx11: upgrade 1.6.12 -> 1.7.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 20/48] ninja: upgrade 1.10.1 -> 1.10.2 Alexander Kanavin
                   ` (28 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../lighttpd/{lighttpd_1.4.56.bb => lighttpd_1.4.57.bb}        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.56.bb => lighttpd_1.4.57.bb} (96%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.56.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.57.bb
similarity index 96%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.56.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.57.bb
index 97d3a2aabf..9a9cad68c8 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.56.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.57.bb
@@ -19,8 +19,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
         file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \
         "
 
-SRC_URI[md5sum] = "9d94f68c8106bfcdfe7aafa0a13f45a8"
-SRC_URI[sha256sum] = "e4ce84cd79e8ae8ba193c7a7cc79c4afba9a076b443ef9f8d4bcd13a3354df77"
+SRC_URI[sha256sum] = "52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f"
 
 PACKAGECONFIG ??= "openssl pcre zlib \
     ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 20/48] ninja: upgrade 1.10.1 -> 1.10.2
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (17 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 19/48] lighttpd: upgrade 1.4.56 -> 1.4.57 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 21/48] puzzles: upgrade to latest revision Alexander Kanavin
                   ` (27 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../recipes-devtools/ninja/{ninja_1.10.1.bb => ninja_1.10.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ninja/{ninja_1.10.1.bb => ninja_1.10.2.bb} (92%)

diff --git a/meta/recipes-devtools/ninja/ninja_1.10.1.bb b/meta/recipes-devtools/ninja/ninja_1.10.2.bb
similarity index 92%
rename from meta/recipes-devtools/ninja/ninja_1.10.1.bb
rename to meta/recipes-devtools/ninja/ninja_1.10.2.bb
index ecb0566f37..88ff843409 100644
--- a/meta/recipes-devtools/ninja/ninja_1.10.1.bb
+++ b/meta/recipes-devtools/ninja/ninja_1.10.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
 
 DEPENDS = "re2c-native ninja-native"
 
-SRCREV = "a1f879b29c9aafe6a2bc0ba885701f8f4f19f772"
+SRCREV = "e72d1d581c945c158ed68d9bc48911063022a2c6"
 
 SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 21/48] puzzles: upgrade to latest revision
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (18 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 20/48] ninja: upgrade 1.10.1 -> 1.10.2 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 22/48] python3-hypothesis: upgrade 5.41.5 -> 5.43.3 Alexander Kanavin
                   ` (26 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-sato/puzzles/puzzles_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 8e4d5b3349..5b65cf8655 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
            "
 
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "9aa7b7cdfb2bcd200f45941a58d6ae698882a2d4"
+SRCREV = "84cb4c6701e027090ff3fd955ce08065e20121b2"
 PE = "2"
 PV = "0.0+git${SRCPV}"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 22/48] python3-hypothesis: upgrade 5.41.5 -> 5.43.3
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (19 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 21/48] puzzles: upgrade to latest revision Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 23/48] python3-py: upgrade 1.9.0 -> 1.10.0 Alexander Kanavin
                   ` (25 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...ython3-hypothesis_5.41.5.bb => python3-hypothesis_5.43.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_5.41.5.bb => python3-hypothesis_5.43.3.bb} (81%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_5.41.5.bb b/meta/recipes-devtools/python/python3-hypothesis_5.43.3.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-hypothesis_5.41.5.bb
rename to meta/recipes-devtools/python/python3-hypothesis_5.43.3.bb
index 7ad975b62a..4d93cba868 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_5.41.5.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_5.43.3.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "hypothesis"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "a74e127a865fde12b853cc00f5f52a3a1601d2a1c311b3ffc8de92a4c06778f7"
+SRC_URI[sha256sum] = "d97ba7ae2cfe7096b0c045fdb611ee9850ccdd6050a9b36cb96812242062c2cc"
 
 RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 23/48] python3-py: upgrade 1.9.0 -> 1.10.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (20 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 22/48] python3-hypothesis: upgrade 5.41.5 -> 5.43.3 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 24/48] python3-setuptools-scm: upgrade 4.1.2 -> 5.0.1 Alexander Kanavin
                   ` (24 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../python/{python3-py_1.9.0.bb => python3-py_1.10.0.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-py_1.9.0.bb => python3-py_1.10.0.bb} (72%)

diff --git a/meta/recipes-devtools/python/python3-py_1.9.0.bb b/meta/recipes-devtools/python/python3-py_1.10.0.bb
similarity index 72%
rename from meta/recipes-devtools/python/python3-py_1.9.0.bb
rename to meta/recipes-devtools/python/python3-py_1.10.0.bb
index 794ec2a87e..4e16ad1743 100644
--- a/meta/recipes-devtools/python/python3-py_1.9.0.bb
+++ b/meta/recipes-devtools/python/python3-py_1.10.0.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://py.readthedocs.io/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
 
-SRC_URI[md5sum] = "b80db4e61eef724f49feb4d20b649e62"
-SRC_URI[sha256sum] = "9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"
+SRC_URI[sha256sum] = "21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 24/48] python3-setuptools-scm: upgrade 4.1.2 -> 5.0.1
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (21 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 23/48] python3-py: upgrade 1.9.0 -> 1.10.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 25/48] sqlite3: upgrade 3.33.0 -> 3.34.0 Alexander Kanavin
                   ` (23 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...setuptools-scm_4.1.2.bb => python3-setuptools-scm_5.0.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools-scm_4.1.2.bb => python3-setuptools-scm_5.0.1.bb} (80%)

diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb b/meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
rename to meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb
index 5b83b55385..406404ec69 100644
--- a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb
@@ -2,8 +2,7 @@ SUMMARY = "the blessed package to manage your versions by scm tags"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[md5sum] = "e6c9fad17c90516d640868eb833d5150"
-SRC_URI[sha256sum] = "a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8"
+SRC_URI[sha256sum] = "c85b6b46d0edd40d2301038cdea96bb6adc14d62ef943e75afb08b3e7bcf142a"
 
 PYPI_PACKAGE = "setuptools_scm"
 inherit pypi setuptools3
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 25/48] sqlite3: upgrade 3.33.0 -> 3.34.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (22 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 24/48] python3-setuptools-scm: upgrade 4.1.2 -> 5.0.1 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 26/48] stress-ng: upgrade 0.11.24 -> 0.12.00 Alexander Kanavin
                   ` (22 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../sqlite/{sqlite3_3.33.0.bb => sqlite3_3.34.0.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.33.0.bb => sqlite3_3.34.0.bb} (83%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.33.0.bb b/meta/recipes-support/sqlite/sqlite3_3.34.0.bb
similarity index 83%
rename from meta/recipes-support/sqlite/sqlite3_3.33.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.34.0.bb
index 33f041a161..19996fc064 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.33.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.34.0.bb
@@ -4,7 +4,7 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
 
 SRC_URI = "http://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15"
+SRC_URI[sha256sum] = "bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee"
 
 # -19242 is only an issue in specific development branch commits
 CVE_CHECK_WHITELIST += "CVE-2019-19242"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 26/48] stress-ng: upgrade 0.11.24 -> 0.12.00
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (23 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 25/48] sqlite3: upgrade 3.33.0 -> 3.34.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 27/48] sudo: upgrade 1.9.3p1 -> 1.9.4p1 Alexander Kanavin
                   ` (21 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../stress-ng/{stress-ng_0.11.24.bb => stress-ng_0.12.00.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.11.24.bb => stress-ng_0.12.00.bb} (90%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.24.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
similarity index 90%
rename from meta/recipes-extended/stress-ng/stress-ng_0.11.24.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
index 3516c15451..3b38b39893 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.11.24.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
            file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
            file://no_daddr_t.patch \
            "
-SRC_URI[sha256sum] = "5b3a724a85eed48743dedf37eab851b617ecf921b7fff427c6d0bbf405534671"
+SRC_URI[sha256sum] = "b2b738f574671926654b1623103a7aa58ee6911894ac78760ee188c4bfa96fe2"
 
 DEPENDS = "coreutils-native"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 27/48] sudo: upgrade 1.9.3p1 -> 1.9.4p1
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (24 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 26/48] stress-ng: upgrade 0.11.24 -> 0.12.00 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 28/48] sysvinit: upgrade 2.97 -> 2.98 Alexander Kanavin
                   ` (20 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-extended/sudo/{sudo_1.9.3p1.bb => sudo_1.9.4p1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/sudo/{sudo_1.9.3p1.bb => sudo_1.9.4p1.bb} (95%)

diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb b/meta/recipes-extended/sudo/sudo_1.9.4p1.bb
similarity index 95%
rename from meta/recipes-extended/sudo/sudo_1.9.3p1.bb
rename to meta/recipes-extended/sudo/sudo_1.9.4p1.bb
index ba61a7f247..040130b49a 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.4p1.bb
@@ -7,7 +7,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[sha256sum] = "dcb9de53e45e1c39042074b847f5e0d8ae1890725dd6a9d9101a81569e6eb49e"
+SRC_URI[sha256sum] = "1172099dfcdd2fa497e13a3c274a9f5920abd36ae7d2f7aaacd6bc6bc92fd677"
 
 DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 28/48] sysvinit: upgrade 2.97 -> 2.98
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (25 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 27/48] sudo: upgrade 1.9.3p1 -> 1.9.4p1 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1 Alexander Kanavin
                   ` (19 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../sysvinit/{sysvinit_2.97.bb => sysvinit_2.98.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/sysvinit/{sysvinit_2.97.bb => sysvinit_2.98.bb} (97%)

diff --git a/meta/recipes-core/sysvinit/sysvinit_2.97.bb b/meta/recipes-core/sysvinit/sysvinit_2.98.bb
similarity index 97%
rename from meta/recipes-core/sysvinit/sysvinit_2.97.bb
rename to meta/recipes-core/sysvinit/sysvinit_2.98.bb
index 98916f7f19..fd39c61fb5 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.97.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.98.bb
@@ -21,7 +21,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/sysvinit/sysvinit-${PV}.tar.xz \
            file://bootlogd.init \
            file://01_bootlogd \
            "
-SRC_URI[sha256sum] = "2d5996857519bfd8634d2e1debabb3238fb38440f65fbfdc46420ee8bdf25110"
+SRC_URI[sha256sum] = "7b2c3ffaf19eaf1ca80268762f85f9e4eb8e3c973213d49f9802605b72caa7dc"
 
 S = "${WORKDIR}/sysvinit-${PV}"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (26 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 28/48] sysvinit: upgrade 2.97 -> 2.98 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-27 17:14   ` [OE-core] " Khem Raj
  2020-12-26  9:27 ` [PATCH 30/48] vala: upgrade 0.50.1 -> 0.50.2 Alexander Kanavin
                   ` (18 subsequent siblings)
  46 siblings, 1 reply; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../util-linux/{util-linux_2.36.bb => util-linux_2.36.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/util-linux/{util-linux_2.36.bb => util-linux_2.36.1.bb} (99%)

diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/recipes-core/util-linux/util-linux_2.36.1.bb
similarity index 99%
rename from meta/recipes-core/util-linux/util-linux_2.36.bb
rename to meta/recipes-core/util-linux/util-linux_2.36.1.bb
index 474f1e188c..8ea0bac9b2 100644
--- a/meta/recipes-core/util-linux/util-linux_2.36.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.36.1.bb
@@ -40,7 +40,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${MAJOR_VERSION}/${BP}.tar.xz
            file://display_testname_for_subtest.patch \
            file://avoid_parallel_tests.patch \
            "
-SRC_URI[sha256sum] = "9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1"
+SRC_URI[sha256sum] = "09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed"
 
 PACKAGES =+ "${PN}-swaponoff"
 PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pylibmount', '${PN}-pylibmount', '', d)}"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 30/48] vala: upgrade 0.50.1 -> 0.50.2
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (27 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 31/48] vulkan-headers: upgrade 1.2.154.0 -> 1.2.162.0 Alexander Kanavin
                   ` (17 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/vala/{vala_0.50.1.bb => vala_0.50.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/vala/{vala_0.50.1.bb => vala_0.50.2.bb} (50%)

diff --git a/meta/recipes-devtools/vala/vala_0.50.1.bb b/meta/recipes-devtools/vala/vala_0.50.2.bb
similarity index 50%
rename from meta/recipes-devtools/vala/vala_0.50.1.bb
rename to meta/recipes-devtools/vala/vala_0.50.2.bb
index cca7eef523..b5913fca8b 100644
--- a/meta/recipes-devtools/vala/vala_0.50.1.bb
+++ b/meta/recipes-devtools/vala/vala_0.50.2.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
 
 SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch"
 
-SRC_URI[sha256sum] = "958d9f06c9c3d7d1b2145512a9bc2a7c6aefbbf0416a04c7a0ecf463f7138f6c"
+SRC_URI[sha256sum] = "2c0d5dc6d65d070f724063075424c403765ab7935c9e6fbcb84981b94d07ceda"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 31/48] vulkan-headers: upgrade 1.2.154.0 -> 1.2.162.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (28 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 30/48] vala: upgrade 0.50.1 -> 0.50.2 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 32/48] webkitgtk: upgrade 2.30.2 -> 2.30.4 Alexander Kanavin
                   ` (16 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...{vulkan-headers_1.2.154.0.bb => vulkan-headers_1.2.162.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-headers_1.2.154.0.bb => vulkan-headers_1.2.162.0.bb} (90%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.154.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.162.0.bb
similarity index 90%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.2.154.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.2.162.0.bb
index 0e4d260960..a28954ad70 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.154.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.162.0.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=master"
 
-SRCREV = "7f9879b1b1fab53f719a9ed5e6e29533b10972b2"
+SRCREV = "87aaa16d4c8e1ac70f8f04acdcd46eed4bd77209"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 32/48] webkitgtk: upgrade 2.30.2 -> 2.30.4
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (29 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 31/48] vulkan-headers: upgrade 1.2.154.0 -> 1.2.162.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 33/48] xprop: upgrade 1.2.4 -> 1.2.5 Alexander Kanavin
                   ` (15 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...er-exposes-FALSE-and-TRUE-macros-by-.patch | 180 ------------------
 ...ebkitgtk_2.30.2.bb => webkitgtk_2.30.4.bb} |   3 +-
 2 files changed, 1 insertion(+), 182 deletions(-)
 delete mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch
 rename meta/recipes-sato/webkit/{webkitgtk_2.30.2.bb => webkitgtk_2.30.4.bb} (97%)

diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch b/meta/recipes-sato/webkit/webkitgtk/0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch
deleted file mode 100644
index 3a02253e5e..0000000000
--- a/meta/recipes-sato/webkit/webkitgtk/0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch
+++ /dev/null
@@ -1,180 +0,0 @@
-From 8d1c44a03c1870912991467f8d8cd8bb6f85efa5 Mon Sep 17 00:00:00 2001
-From: "stephan.szabo@sony.com" <stephan.szabo@sony.com>
-Date: Tue, 3 Nov 2020 20:06:15 +0000
-Subject: [PATCH] ICU 68.1 no longer exposes FALSE and TRUE macros by default
- https://bugs.webkit.org/show_bug.cgi?id=218522
-
-Reviewed by Don Olmstead.
-
-Source/WebCore:
-
-* platform/text/TextCodecICU.cpp: Replace use of TRUE with true
-
-Source/WebKit:
-
-* UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp: Replace FALSE with false
-
-Source/WTF:
-
-Replace uses of FALSE and TRUE with false and true.
-
-* wtf/text/icu/UTextProvider.h:
-* wtf/text/icu/UTextProviderLatin1.cpp:
-* wtf/text/icu/UTextProviderUTF16.cpp:
-
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@arm.com>
-
-git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269325 268f45cc-cd09-0410-ab3c-d52691b4dbfc
----
- Source/WTF/wtf/text/icu/UTextProvider.h            |  8 ++++----
- Source/WTF/wtf/text/icu/UTextProviderLatin1.cpp    | 14 +++++++-------
- Source/WTF/wtf/text/icu/UTextProviderUTF16.cpp     |  4 ++--
- Source/WebCore/platform/text/TextCodecICU.cpp      |  2 +-
- .../DrawingAreaProxyCoordinatedGraphics.cpp        |  2 +-
- 5 files changed, 15 insertions(+), 15 deletions(-)
-
-diff --git a/Source/WTF/wtf/text/icu/UTextProvider.h b/Source/WTF/wtf/text/icu/UTextProvider.h
-index c8f28d6e..3c6fbeab 100644
---- a/Source/WTF/wtf/text/icu/UTextProvider.h
-+++ b/Source/WTF/wtf/text/icu/UTextProvider.h
-@@ -79,12 +79,12 @@ inline bool uTextAccessInChunkOrOutOfRange(UText* text, int64_t nativeIndex, int
-             // Ensure chunk offset is well formed if computed offset exceeds int32_t range.
-             ASSERT(offset < std::numeric_limits<int32_t>::max());
-             text->chunkOffset = offset < std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
--            isAccessible = TRUE;
-+            isAccessible = true;
-             return true;
-         }
-         if (nativeIndex >= nativeLength && text->chunkNativeLimit == nativeLength) {
-             text->chunkOffset = text->chunkLength;
--            isAccessible = FALSE;
-+            isAccessible = false;
-             return true;
-         }
-     } else {
-@@ -93,12 +93,12 @@ inline bool uTextAccessInChunkOrOutOfRange(UText* text, int64_t nativeIndex, int
-             // Ensure chunk offset is well formed if computed offset exceeds int32_t range.
-             ASSERT(offset < std::numeric_limits<int32_t>::max());
-             text->chunkOffset = offset < std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
--            isAccessible = TRUE;
-+            isAccessible = true;
-             return true;
-         }
-         if (nativeIndex <= 0 && !text->chunkNativeStart) {
-             text->chunkOffset = 0;
--            isAccessible = FALSE;
-+            isAccessible = false;
-             return true;
-         }
-     }
-diff --git a/Source/WTF/wtf/text/icu/UTextProviderLatin1.cpp b/Source/WTF/wtf/text/icu/UTextProviderLatin1.cpp
-index 0a646b7f..49980f95 100644
---- a/Source/WTF/wtf/text/icu/UTextProviderLatin1.cpp
-+++ b/Source/WTF/wtf/text/icu/UTextProviderLatin1.cpp
-@@ -100,23 +100,23 @@ static UBool uTextLatin1Access(UText* uText, int64_t index, UBool forward)
-         if (index < uText->chunkNativeLimit && index >= uText->chunkNativeStart) {
-             // Already inside the buffer. Set the new offset.
-             uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
--            return TRUE;
-+            return true;
-         }
-         if (index >= length && uText->chunkNativeLimit == length) {
-             // Off the end of the buffer, but we can't get it.
-             uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
--            return FALSE;
-+            return false;
-         }
-     } else {
-         if (index <= uText->chunkNativeLimit && index > uText->chunkNativeStart) {
-             // Already inside the buffer. Set the new offset.
-             uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
--            return TRUE;
-+            return true;
-         }
-         if (!index && !uText->chunkNativeStart) {
-             // Already at the beginning; can't go any farther.
-             uText->chunkOffset = 0;
--            return FALSE;
-+            return false;
-         }
-     }
-     
-@@ -144,7 +144,7 @@ static UBool uTextLatin1Access(UText* uText, int64_t index, UBool forward)
- 
-     uText->nativeIndexingLimit = uText->chunkLength;
- 
--    return TRUE;
-+    return true;
- }
- 
- static int32_t uTextLatin1Extract(UText* uText, int64_t start, int64_t limit, UChar* dest, int32_t destCapacity, UErrorCode* status)
-@@ -337,7 +337,7 @@ static int64_t uTextLatin1ContextAwareNativeLength(UText* text)
- static UBool uTextLatin1ContextAwareAccess(UText* text, int64_t nativeIndex, UBool forward)
- {
-     if (!text->context)
--        return FALSE;
-+        return false;
-     int64_t nativeLength = uTextLatin1ContextAwareNativeLength(text);
-     UBool isAccessible;
-     if (uTextAccessInChunkOrOutOfRange(text, nativeIndex, nativeLength, forward, isAccessible))
-@@ -357,7 +357,7 @@ static UBool uTextLatin1ContextAwareAccess(UText* text, int64_t nativeIndex, UBo
-         ASSERT(newContext == UTextProviderContext::PriorContext);
-         textLatin1ContextAwareSwitchToPriorContext(text, nativeIndex, nativeLength, forward);
-     }
--    return TRUE;
-+    return true;
- }
- 
- static int32_t uTextLatin1ContextAwareExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCode* errorCode)
-diff --git a/Source/WTF/wtf/text/icu/UTextProviderUTF16.cpp b/Source/WTF/wtf/text/icu/UTextProviderUTF16.cpp
-index 69c8d091..9c3fa709 100644
---- a/Source/WTF/wtf/text/icu/UTextProviderUTF16.cpp
-+++ b/Source/WTF/wtf/text/icu/UTextProviderUTF16.cpp
-@@ -126,7 +126,7 @@ static inline int64_t uTextUTF16ContextAwareNativeLength(UText* text)
- static UBool uTextUTF16ContextAwareAccess(UText* text, int64_t nativeIndex, UBool forward)
- {
-     if (!text->context)
--        return FALSE;
-+        return false;
-     int64_t nativeLength = uTextUTF16ContextAwareNativeLength(text);
-     UBool isAccessible;
-     if (uTextAccessInChunkOrOutOfRange(text, nativeIndex, nativeLength, forward, isAccessible))
-@@ -146,7 +146,7 @@ static UBool uTextUTF16ContextAwareAccess(UText* text, int64_t nativeIndex, UBoo
-         ASSERT(newContext == UTextProviderContext::PriorContext);
-         textUTF16ContextAwareSwitchToPriorContext(text, nativeIndex, nativeLength, forward);
-     }
--    return TRUE;
-+    return true;
- }
- 
- static int32_t uTextUTF16ContextAwareExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCode* errorCode)
-diff --git a/Source/WebCore/platform/text/TextCodecICU.cpp b/Source/WebCore/platform/text/TextCodecICU.cpp
-index c2684939..e716a6fb 100644
---- a/Source/WebCore/platform/text/TextCodecICU.cpp
-+++ b/Source/WebCore/platform/text/TextCodecICU.cpp
-@@ -240,7 +240,7 @@ void TextCodecICU::createICUConverter() const
-     UErrorCode error = U_ZERO_ERROR;
-     m_converter = ICUConverterPtr { ucnv_open(m_canonicalConverterName, &error), ucnv_close };
-     if (m_converter)
--        ucnv_setFallback(m_converter.get(), TRUE);
-+        ucnv_setFallback(m_converter.get(), true);
- }
- 
- int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& error)
-diff --git a/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp b/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp
-index 61e3f605..5a51b9ec 100644
---- a/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp
-+++ b/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp
-@@ -402,7 +402,7 @@ DrawingAreaProxyCoordinatedGraphics::DrawingMonitor::~DrawingMonitor()
- int DrawingAreaProxyCoordinatedGraphics::DrawingMonitor::webViewDrawCallback(DrawingAreaProxyCoordinatedGraphics::DrawingMonitor* monitor)
- {
-     monitor->didDraw();
--    return FALSE;
-+    return false;
- }
- 
- void DrawingAreaProxyCoordinatedGraphics::DrawingMonitor::start(WTF::Function<void(CallbackBase::Error)>&& callback)
--- 
-2.25.1
-
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.30.4.bb
similarity index 97%
rename from meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
rename to meta/recipes-sato/webkit/webkitgtk_2.30.4.bb
index 31370f3239..a16a676d7a 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.30.4.bb
@@ -18,9 +18,8 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
            file://0001-Fix-build-with-musl.patch \
            file://include_array.patch \
            file://include_xutil.patch \
-           file://0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch \
            "
-SRC_URI[sha256sum] = "c467e0bc2bc610c2570928e3fd63cedaadc4719cbf9b04aa99f79dd71ad5682a"
+SRC_URI[sha256sum] = "d595a37c5001ff787266b155e303a5f2e5b48a6d466f2714c2f30c11392f7b24"
 
 inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 33/48] xprop: upgrade 1.2.4 -> 1.2.5
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (30 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 32/48] webkitgtk: upgrade 2.30.2 -> 2.30.4 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 34/48] xserver-xorg: upgrade 1.20.9 -> 1.20.10 Alexander Kanavin
                   ` (14 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../xorg-app/{xprop_1.2.4.bb => xprop_1.2.5.bb}                | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.4.bb => xprop_1.2.5.bb} (78%)

diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.4.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.5.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-app/xprop_1.2.4.bb
rename to meta/recipes-graphics/xorg-app/xprop_1.2.5.bb
index 3280813ef8..b1589a8d75 100644
--- a/meta/recipes-graphics/xorg-app/xprop_1.2.4.bb
+++ b/meta/recipes-graphics/xorg-app/xprop_1.2.5.bb
@@ -14,5 +14,4 @@ DEPENDS += "libxmu"
 
 PE = "1"
 
-SRC_URI[md5sum] = "cc369c28383a5d7144e7197ee7d30bfa"
-SRC_URI[sha256sum] = "8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753"
+SRC_URI[sha256sum] = "9b92ed0316bf2486121d8bac88bd1878f16b43bd335f18009b1f941f1eca93a1"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 34/48] xserver-xorg: upgrade 1.20.9 -> 1.20.10
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (31 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 33/48] xprop: upgrade 1.2.4 -> 1.2.5 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 35/48] ell: upgrade 0.33 -> 0.35 Alexander Kanavin
                   ` (13 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../{xserver-xorg_1.20.9.bb => xserver-xorg_1.20.10.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.20.9.bb => xserver-xorg_1.20.10.bb} (93%)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.9.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.10.bb
similarity index 93%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.9.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.10.bb
index c83e43ed99..5c6dbac4d7 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.9.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.10.bb
@@ -8,7 +8,7 @@ SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.pat
            file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \
            file://0001-Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch \
            "
-SRC_URI[sha256sum] = "e219f2e0dfe455467939149d7cd2ee53b79b512cc1d2094ae4f5c9ed9ccd3571"
+SRC_URI[sha256sum] = "977420c082450dc808de301ef56af4856d653eea71519a973c3490a780cb7c99"
 
 # These extensions are now integrated into the server, so declare the migration
 # path for in-place upgrades.
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 35/48] ell: upgrade 0.33 -> 0.35
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (32 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 34/48] xserver-xorg: upgrade 1.20.9 -> 1.20.10 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-27  6:02   ` [OE-core] " Khem Raj
  2020-12-26  9:27 ` [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4 Alexander Kanavin
                   ` (12 subsequent siblings)
  46 siblings, 1 reply; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...l-add-missing-include-in-dhcp-server.patch | 23 ++++++++++++++++
 .../ell/0001-pem.c-do-not-use-rawmemchr.patch | 27 +++++++++++++++++++
 .../ell/{ell_0.33.bb => ell_0.35.bb}          |  7 +++--
 3 files changed, 55 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
 create mode 100644 meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
 rename meta/recipes-core/ell/{ell_0.33.bb => ell_0.35.bb} (73%)

diff --git a/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch b/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
new file mode 100644
index 0000000000..2460d26bdc
--- /dev/null
+++ b/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
@@ -0,0 +1,23 @@
+From dd350f4e2258b5a638bc8fb26a6193147902d292 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C3=89rico=20Nogueira?= <ericonr@disroot.org>
+Date: Mon, 30 Nov 2020 18:40:33 -0300
+Subject: [PATCH] ell: add missing include in dhcp-server.
+
+Upstream-Status: Backport
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ ell/dhcp-server.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ell/dhcp-server.c b/ell/dhcp-server.c
+index c983ed4..144e83e 100644
+--- a/ell/dhcp-server.c
++++ b/ell/dhcp-server.c
+@@ -24,6 +24,7 @@
+ #include <config.h>
+ #endif
+ 
++#include <linux/types.h>
+ #include <net/ethernet.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
diff --git a/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch b/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
new file mode 100644
index 0000000000..f0ce6f1364
--- /dev/null
+++ b/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
@@ -0,0 +1,27 @@
+From 277e1eca67fcc23cb31be7b826d83a19d9b89bd2 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Tue, 22 Dec 2020 10:30:54 +0000
+Subject: [PATCH] pem.c: do not use rawmemchr()
+
+This is a glibc-only function, and causes build failures with
+alternative libc implementations such as musl.
+
+Upstream-Status: Pending
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ ell/pem.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ell/pem.c b/ell/pem.c
+index 790f2c2..237ae02 100644
+--- a/ell/pem.c
++++ b/ell/pem.c
+@@ -224,7 +224,7 @@ static uint8_t *pem_load_buffer(const void *buf, size_t buf_len,
+ 
+ 		/* Check that each header line has a key and a colon */
+ 		while (start < end) {
+-			const char *lf = rawmemchr(start, '\n');
++			const char *lf = memchr(start, '\n', end - start);
+ 			const char *colon = memchr(start, ':', lf - start);
+ 
+ 			if (!colon)
diff --git a/meta/recipes-core/ell/ell_0.33.bb b/meta/recipes-core/ell/ell_0.35.bb
similarity index 73%
rename from meta/recipes-core/ell/ell_0.33.bb
rename to meta/recipes-core/ell/ell_0.35.bb
index 2fa05104fb..ccc54b5ff7 100644
--- a/meta/recipes-core/ell/ell_0.33.bb
+++ b/meta/recipes-core/ell/ell_0.35.bb
@@ -13,8 +13,11 @@ DEPENDS = "dbus"
 
 inherit autotools pkgconfig
 
-SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "d9e40e641164150394b74b719b9726fc734f24b2cde679cf5f3be6915c34eded"
+SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
+           file://0001-ell-add-missing-include-in-dhcp-server.patch \
+           file://0001-pem.c-do-not-use-rawmemchr.patch \
+           "
+SRC_URI[sha256sum] = "2bfe9da7781f65f1cb1595a5a068a3ae74d4b68b74f287c6f0c892cfe623913f"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (33 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 35/48] ell: upgrade 0.33 -> 0.35 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-29  7:45   ` [OE-core] " Naveen Saini
  2020-12-26  9:27 ` [PATCH 37/48] rpm: update 4.16.0 -> 4.16.1.2 Alexander Kanavin
                   ` (11 subsequent siblings)
  46 siblings, 1 reply; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../glib-2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.4.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.4.bb} (95%)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
similarity index 95%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
index 01ed54d06a..70e8aa8785 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
@@ -21,7 +21,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
 
 SRC_URI_append_class-native = " file://relocate-modules.patch"
 
-SRC_URI[sha256sum] = "ec390bed4e8dd0f89e918f385e8d4cfd7470b1ef7c1ce93ec5c4fc6e3c6a17c4"
+SRC_URI[sha256sum] = "97df8670e32f9fd4f7392b0980e661dd625012015d58350da1e58e343f4af984"
 
 # Find any meson cross files in FILESPATH that are relevant for the current
 # build (using siteinfo) and add them to EXTRA_OEMESON.
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 37/48] rpm: update 4.16.0 -> 4.16.1.2
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (34 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 38/48] piglit: update to latest revision Alexander Kanavin
                   ` (10 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...lib-rpm-as-the-installation-path-for.patch | 10 ++++----
 .../0001-rpmdb.c-add-a-missing-include.patch  | 25 -------------------
 .../rpm/{rpm_4.16.0.bb => rpm_4.16.1.2.bb}    |  3 +--
 3 files changed, 6 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch
 rename meta/recipes-devtools/rpm/{rpm_4.16.0.bb => rpm_4.16.1.2.bb} (98%)

diff --git a/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch b/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch
index 30975faeaf..38d755205c 100644
--- a/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch
+++ b/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch
@@ -1,4 +1,4 @@
-From 4fd37bc9d8d0777aa038777dd81a76b64f536efd Mon Sep 17 00:00:00 2001
+From 9bbe3f8564705aafcdcc5f2f033f9241a97f47c6 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Mon, 27 Feb 2017 09:43:30 +0200
 Subject: [PATCH] Do not hardcode "lib/rpm" as the installation path for
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  3 files changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 186e4aeec..5df252085 100644
+index 6c78568e4..76b1d40e4 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -944,7 +944,7 @@ else
+@@ -966,7 +966,7 @@ else
      usrprefix=$prefix
  fi
  
@@ -40,7 +40,7 @@ index 35c8cf9df..9d8b2825c 100644
  %_infodir		%{_datadir}/info
  %_mandir		%{_datadir}/man
 diff --git a/rpm.am b/rpm.am
-index b46c6b7da..02d5c7a0a 100644
+index cd40a16be..e6941e09f 100644
 --- a/rpm.am
 +++ b/rpm.am
 @@ -1,10 +1,10 @@
@@ -55,4 +55,4 @@ index b46c6b7da..02d5c7a0a 100644
 +rpmconfigdir = $(libdir)/rpm
  
  # Libtool version (current-revision-age) for all our libraries
- rpm_version_info = 10:0:1
+ rpm_version_info = 10:2:1
diff --git a/meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch b/meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch
deleted file mode 100644
index c7ae158f8d..0000000000
--- a/meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9de15c7e1f4ca23a10edb9a3b657f06b2b13e841 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Tue, 20 Oct 2020 22:16:39 +0200
-Subject: [PATCH] rpmdb.c: add a missing include
-
-This addressed build failures on non-glibc systems.
-
-Upstream-Status: Backport
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- lib/rpmdb.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/rpmdb.c b/lib/rpmdb.c
-index 4c101569f..73187630b 100644
---- a/lib/rpmdb.c
-+++ b/lib/rpmdb.c
-@@ -8,6 +8,7 @@
- #include <utime.h>
- #include <errno.h>
- #include <dirent.h>
-+#include <fcntl.h>
- 
- #ifndef	DYING	/* XXX already in "system.h" */
- #include <fnmatch.h>
diff --git a/meta/recipes-devtools/rpm/rpm_4.16.0.bb b/meta/recipes-devtools/rpm/rpm_4.16.1.2.bb
similarity index 98%
rename from meta/recipes-devtools/rpm/rpm_4.16.0.bb
rename to meta/recipes-devtools/rpm/rpm_4.16.1.2.bb
index 4125f3f9d0..9195d66dd1 100644
--- a/meta/recipes-devtools/rpm/rpm_4.16.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_4.16.1.2.bb
@@ -39,12 +39,11 @@ SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.16.x \
            file://0001-rpm-rpmio.c-restrict-virtual-memory-usage-if-limit-s.patch \
            file://0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch \
            file://0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch \
-           file://0001-rpmdb.c-add-a-missing-include.patch \
            file://0001-tools-Add-error.h-for-non-glibc-case.patch \
            "
 
 PE = "1"
-SRCREV = "cd7f9303ef1070f027493cad7d00bc66935af2a0"
+SRCREV = "278883a704ea36c97974d0f2d65d41abe78b0e2a"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 38/48] piglit: update to latest revision
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (35 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 37/48] rpm: update 4.16.0 -> 4.16.1.2 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 39/48] sbc: update 1.4 -> 1.5 Alexander Kanavin
                   ` (9 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...nder-ops.c-add-missing-format-string.patch | 24 +++++++++++++++++++
 meta/recipes-graphics/piglit/piglit_git.bb    |  3 ++-
 2 files changed, 26 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch

diff --git a/meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch b/meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch
new file mode 100644
index 0000000000..261d98d8f6
--- /dev/null
+++ b/meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch
@@ -0,0 +1,24 @@
+From e21e68f6aa0f5249fce613e8fd4ac0edbd5cb7b0 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Tue, 22 Dec 2020 13:35:11 +0100
+Subject: [PATCH] render-ops.c: add missing format string
+
+Upstream-Status: Pending
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ tests/spec/ati_fragment_shader/render-ops.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/spec/ati_fragment_shader/render-ops.c b/tests/spec/ati_fragment_shader/render-ops.c
+index 131334ba2..19a353d67 100644
+--- a/tests/spec/ati_fragment_shader/render-ops.c
++++ b/tests/spec/ati_fragment_shader/render-ops.c
+@@ -393,7 +393,7 @@ piglit_display(void)
+ 		bool ok = piglit_probe_rect_halves_equal_rgba(get_test_x(i), get_test_y(i),
+ 							      w * 2, h);
+ 		enum piglit_result sub_result = ok ? PIGLIT_PASS : PIGLIT_FAIL;
+-		piglit_report_subtest_result(sub_result, test->name);
++		piglit_report_subtest_result(sub_result, "%s", test->name);
+ 		piglit_merge_result(&result, sub_result);
+ 	}
+ 
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 31954aa8b6..442c1a3c62 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -13,10 +13,11 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \
            file://0001-serializer.py-make-.gz-files-reproducible.patch \
            file://0001-framework-profile.py-make-test-lists-reproducible.patch \
            file://0001-tests-shader.py-sort-the-file-list-before-working-on.patch \
+           file://0001-render-ops.c-add-missing-format-string.patch \
            "
 UPSTREAM_CHECK_COMMITS = "1"
 
-SRCREV = "0fda9f67a782edec640998286e7b6058e8933d17"
+SRCREV = "603deba4ab66e2a8948693a14d715e536caddcc5"
 # (when PV goes above 1.0 remove the trailing r)
 PV = "1.0+gitr${SRCPV}"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 39/48] sbc: update 1.4 -> 1.5
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (36 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 38/48] piglit: update to latest revision Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 40/48] libdnf: update 0.55.0 -> 0.55.2 Alexander Kanavin
                   ` (8 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...-sbc_primitives-Fix-build-on-non-x86.patch | 45 +++++++++++++++++++
 .../sbc/{sbc_1.4.bb => sbc_1.5.bb}            |  7 +--
 2 files changed, 49 insertions(+), 3 deletions(-)
 create mode 100644 meta/recipes-multimedia/sbc/sbc/0001-sbc_primitives-Fix-build-on-non-x86.patch
 rename meta/recipes-multimedia/sbc/{sbc_1.4.bb => sbc_1.5.bb} (75%)

diff --git a/meta/recipes-multimedia/sbc/sbc/0001-sbc_primitives-Fix-build-on-non-x86.patch b/meta/recipes-multimedia/sbc/sbc/0001-sbc_primitives-Fix-build-on-non-x86.patch
new file mode 100644
index 0000000000..11cec74fbb
--- /dev/null
+++ b/meta/recipes-multimedia/sbc/sbc/0001-sbc_primitives-Fix-build-on-non-x86.patch
@@ -0,0 +1,45 @@
+From f4a1224323e386090a44bf70ee0ac9877ba7fb0d Mon Sep 17 00:00:00 2001
+From: Marius Bakke <marius@gnu.org>
+Date: Tue, 22 Dec 2020 11:04:26 +0000
+Subject: [PATCH] sbc_primitives: Fix build on non-x86.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Don't call __builtin_cpu_init unless targeting i386 or x86_64.
+Otherwise we get an error at link time:
+
+  CC       sbc/sbc_primitives.lo
+sbc/sbc_primitives.c: In function ‘sbc_init_primitives_x86’:
+sbc/sbc_primitives.c:596:2: warning: implicit declaration of function ‘__builtin_cpu_init’; did you mean ‘__builtin_irint’? [-Wimplicit-function-declaration]
+[...]
+  CCLD     src/sbcdec
+ld: sbc/.libs/libsbc-private.a(sbc_primitives.o): in function `sbc_init_primitives':
+sbc_primitives.c:(.text+0x3a30): undefined reference to `__builtin_cpu_init'
+
+Upstream-Status: Backport
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ sbc/sbc_primitives.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/sbc/sbc_primitives.c b/sbc/sbc_primitives.c
+index 97a75be..09c214a 100644
+--- a/sbc/sbc_primitives.c
++++ b/sbc/sbc_primitives.c
+@@ -593,6 +593,7 @@ static int sbc_calc_scalefactors_j(
+ 
+ static void sbc_init_primitives_x86(struct sbc_encoder_state *state)
+ {
++#if defined(__x86_64__) || defined(__i386__)
+ 	__builtin_cpu_init();
+ 
+ #ifdef SBC_BUILD_WITH_MMX_SUPPORT
+@@ -604,6 +605,7 @@ static void sbc_init_primitives_x86(struct sbc_encoder_state *state)
+ 	if (__builtin_cpu_supports("sse4.2"))
+ 		sbc_init_primitives_sse(state);
+ #endif
++#endif
+ }
+ 
+ /*
diff --git a/meta/recipes-multimedia/sbc/sbc_1.4.bb b/meta/recipes-multimedia/sbc/sbc_1.5.bb
similarity index 75%
rename from meta/recipes-multimedia/sbc/sbc_1.4.bb
rename to meta/recipes-multimedia/sbc/sbc_1.5.bb
index 674d77ef48..04d82320c9 100644
--- a/meta/recipes-multimedia/sbc/sbc_1.4.bb
+++ b/meta/recipes-multimedia/sbc/sbc_1.5.bb
@@ -12,10 +12,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
 
 DEPENDS = "libsndfile1"
 
-SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
+SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz \
+           file://0001-sbc_primitives-Fix-build-on-non-x86.patch \
+           "
 
-SRC_URI[md5sum] = "800fb0908899baa48dc216d8e156cc05"
-SRC_URI[sha256sum] = "518bf46e6bb3dc808a95e1eabad26fdebe8a099c1e781c27ed7fca6c2f4a54c9"
+SRC_URI[sha256sum] = "0cbad69823a99e8421fe0700e8cf9eeb8fa0c1ad28e8dbc2182b3353507931d2"
 
 inherit autotools pkgconfig
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 40/48] libdnf: update 0.55.0 -> 0.55.2
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (37 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 39/48] sbc: update 1.4 -> 1.5 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 41/48] libva-utils: update 2.9.1 -> 2.10.0 Alexander Kanavin
                   ` (7 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libdnf/{libdnf_0.55.0.bb => libdnf_0.55.2.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libdnf/{libdnf_0.55.0.bb => libdnf_0.55.2.bb} (96%)

diff --git a/meta/recipes-devtools/libdnf/libdnf_0.55.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.55.2.bb
similarity index 96%
rename from meta/recipes-devtools/libdnf/libdnf_0.55.0.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.55.2.bb
index 07b3df40d3..e22255f831 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.55.0.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.55.2.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \
            file://enable_test_data_dir_set.patch \
            "
 
-SRCREV = "3f8981c9c5066e5243b695c904031b90f8d57d4a"
+SRCREV = "d2d0ec98fd2e0a2623123fb1ddf8fdd8936c6046"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 41/48] libva-utils: update 2.9.1 -> 2.10.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (38 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 40/48] libdnf: update 0.55.0 -> 0.55.2 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 42/48] python3-importlib-metadata: update 3.1.1 -> 3.3.0 Alexander Kanavin
                   ` (6 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libva/{libva-utils_2.9.1.bb => libva-utils_2.10.0.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/libva/{libva-utils_2.9.1.bb => libva-utils_2.10.0.bb} (90%)

diff --git a/meta/recipes-graphics/libva/libva-utils_2.9.1.bb b/meta/recipes-graphics/libva/libva-utils_2.10.0.bb
similarity index 90%
rename from meta/recipes-graphics/libva/libva-utils_2.9.1.bb
rename to meta/recipes-graphics/libva/libva-utils_2.10.0.bb
index feb9ce1662..828f4fb317 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.9.1.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.10.0.bb
@@ -14,8 +14,8 @@ SECTION = "x11"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
 
-SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.9-branch"
-SRCREV = "50c7f19d65e2535940e31c6711352b36d6d64fd7"
+SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.10-branch"
+SRCREV = "f112ee75fcd1472131b20f901b93f6ac1d293fad"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 42/48] python3-importlib-metadata: update 3.1.1 -> 3.3.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (39 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 41/48] libva-utils: update 2.9.1 -> 2.10.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 43/48] python3: update 3.9.0 -> 3.9.1 Alexander Kanavin
                   ` (5 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Correct SRC_URI and upstream regex to enable automatic version upgrades.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...etadata_3.1.1.bb => python3-importlib-metadata_3.3.0.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-importlib-metadata_3.1.1.bb => python3-importlib-metadata_3.3.0.bb} (68%)

diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb b/meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb
similarity index 68%
rename from meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb
rename to meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb
index 56b57cc32a..23f2e2dbaf 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb
@@ -5,8 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e88ae122f3925d8bde8319060f2ddb8e"
 
 inherit pypi setuptools3
 
-SRC_URI = "https://files.pythonhosted.org/packages/3f/a8/16dc098b0addd1c20719c18a86e985be851b3ec1e103e703297169bb22cc/importlib_metadata-3.1.1.tar.gz"
-SRC_URI[sha256sum] = "b0c2d3b226157ae4517d9625decf63591461c66b3a808c2666d538946519d170"
+PYPI_PACKAGE = "importlib_metadata"
+UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
+
+SRC_URI[sha256sum] = "5c5a2720817414a6c41f0a49993908068243ae02c1635a228126519b509c8aed"
 
 S = "${WORKDIR}/importlib_metadata-${PV}"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 43/48] python3: update 3.9.0 -> 3.9.1
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (40 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 42/48] python3-importlib-metadata: update 3.1.1 -> 3.3.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 44/48] vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0 Alexander Kanavin
                   ` (4 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../python/python3/CVE-2020-27619.patch       | 69 -------------------
 .../{python3_3.9.0.bb => python3_3.9.1.bb}    |  4 +-
 2 files changed, 1 insertion(+), 72 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3/CVE-2020-27619.patch
 rename meta/recipes-devtools/python/{python3_3.9.0.bb => python3_3.9.1.bb} (99%)

diff --git a/meta/recipes-devtools/python/python3/CVE-2020-27619.patch b/meta/recipes-devtools/python/python3/CVE-2020-27619.patch
deleted file mode 100644
index b2053e7a47..0000000000
--- a/meta/recipes-devtools/python/python3/CVE-2020-27619.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From b664a1df4ee71d3760ab937653b10997081b1794 Mon Sep 17 00:00:00 2001
-From: "Miss Skeleton (bot)" <31488909+miss-islington@users.noreply.github.com>
-Date: Tue, 6 Oct 2020 05:37:36 -0700
-Subject: [PATCH] bpo-41944: No longer call eval() on content received via HTTP
- in the CJK codec tests (GH-22566)
-
-(cherry picked from commit 2ef5caa58febc8968e670e39e3d37cf8eef3cab8)
-
-Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
-
-Upstream-Status: Backport [https://github.com/python/cpython/commit/b664a1df4ee71d3760ab937653b10997081b1794]
-CVE: CVE-2020-27619
-Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
-
----
- Lib/test/multibytecodec_support.py            | 22 +++++++------------
- .../2020-10-05-17-43-46.bpo-41944.rf1dYb.rst  |  1 +
- 2 files changed, 9 insertions(+), 14 deletions(-)
- create mode 100644 Misc/NEWS.d/next/Tests/2020-10-05-17-43-46.bpo-41944.rf1dYb.rst
-
-diff --git a/Lib/test/multibytecodec_support.py b/Lib/test/multibytecodec_support.py
-index cca8af67d6d1d..f76c0153f5ecf 100644
---- a/Lib/test/multibytecodec_support.py
-+++ b/Lib/test/multibytecodec_support.py
-@@ -305,29 +305,23 @@ def test_mapping_file(self):
-             self._test_mapping_file_plain()
- 
-     def _test_mapping_file_plain(self):
--        unichrs = lambda s: ''.join(map(chr, map(eval, s.split('+'))))
-+        def unichrs(s):
-+            return ''.join(chr(int(x, 16)) for x in s.split('+'))
-+
-         urt_wa = {}
- 
-         with self.open_mapping_file() as f:
-             for line in f:
-                 if not line:
-                     break
--                data = line.split('#')[0].strip().split()
-+                data = line.split('#')[0].split()
-                 if len(data) != 2:
-                     continue
- 
--                csetval = eval(data[0])
--                if csetval <= 0x7F:
--                    csetch = bytes([csetval & 0xff])
--                elif csetval >= 0x1000000:
--                    csetch = bytes([(csetval >> 24), ((csetval >> 16) & 0xff),
--                                    ((csetval >> 8) & 0xff), (csetval & 0xff)])
--                elif csetval >= 0x10000:
--                    csetch = bytes([(csetval >> 16), ((csetval >> 8) & 0xff),
--                                    (csetval & 0xff)])
--                elif csetval >= 0x100:
--                    csetch = bytes([(csetval >> 8), (csetval & 0xff)])
--                else:
-+                if data[0][:2] != '0x':
-+                    self.fail(f"Invalid line: {line!r}")
-+                csetch = bytes.fromhex(data[0][2:])
-+                if len(csetch) == 1 and 0x80 <= csetch[0]:
-                     continue
- 
-                 unich = unichrs(data[1])
-diff --git a/Misc/NEWS.d/next/Tests/2020-10-05-17-43-46.bpo-41944.rf1dYb.rst b/Misc/NEWS.d/next/Tests/2020-10-05-17-43-46.bpo-41944.rf1dYb.rst
-new file mode 100644
-index 0000000000000..4f9782f1c85af
---- /dev/null
-+++ b/Misc/NEWS.d/next/Tests/2020-10-05-17-43-46.bpo-41944.rf1dYb.rst
-@@ -0,0 +1 @@
-+Tests for CJK codecs no longer call ``eval()`` on content received via HTTP.
diff --git a/meta/recipes-devtools/python/python3_3.9.0.bb b/meta/recipes-devtools/python/python3_3.9.1.bb
similarity index 99%
rename from meta/recipes-devtools/python/python3_3.9.0.bb
rename to meta/recipes-devtools/python/python3_3.9.1.bb
index 19a8950f15..17d0c032f7 100644
--- a/meta/recipes-devtools/python/python3_3.9.0.bb
+++ b/meta/recipes-devtools/python/python3_3.9.1.bb
@@ -29,7 +29,6 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
            file://0001-Makefile-do-not-compile-.pyc-in-parallel.patch \
            file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \
            file://0001-Lib-sysconfig.py-use-libdir-values-from-configuratio.patch \
-           file://CVE-2020-27619.patch \
            "
 
 SRC_URI_append_class-native = " \
@@ -37,8 +36,7 @@ SRC_URI_append_class-native = " \
            file://12-distutils-prefix-is-inside-staging-area.patch \
            file://0001-Don-t-search-system-for-headers-libraries.patch \
            "
-
-SRC_URI[sha256sum] = "9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854"
+SRC_URI[sha256sum] = "991c3f8ac97992f3d308fefeb03a64db462574eadbff34ce8bc5bb583d9903ff"
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 44/48] vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (41 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 43/48] python3: update 3.9.0 -> 3.9.1 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 45/48] vulkan-tools: upgrade 1.2.154.0 " Alexander Kanavin
                   ` (3 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...name-LIB_SUFFIX-to-VULKAN_LIB_SUFFIX.patch | 40 +++++++++++++++++++
 ....2.154.1.bb => vulkan-loader_1.2.162.0.bb} |  6 ++-
 2 files changed, 44 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-graphics/vulkan/vulkan-loader/0001-Rename-LIB_SUFFIX-to-VULKAN_LIB_SUFFIX.patch
 rename meta/recipes-graphics/vulkan/{vulkan-loader_1.2.154.1.bb => vulkan-loader_1.2.162.0.bb} (87%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-loader/0001-Rename-LIB_SUFFIX-to-VULKAN_LIB_SUFFIX.patch b/meta/recipes-graphics/vulkan/vulkan-loader/0001-Rename-LIB_SUFFIX-to-VULKAN_LIB_SUFFIX.patch
new file mode 100644
index 0000000000..26b1a40f26
--- /dev/null
+++ b/meta/recipes-graphics/vulkan/vulkan-loader/0001-Rename-LIB_SUFFIX-to-VULKAN_LIB_SUFFIX.patch
@@ -0,0 +1,40 @@
+From 5ae24ece75f2caa69216da7075334711642f5588 Mon Sep 17 00:00:00 2001
+From: Michel Zou <xantares09@hotmail.com>
+Date: Wed, 16 Dec 2020 15:03:23 +0100
+Subject: [PATCH] Rename LIB_SUFFIX to VULKAN_LIB_SUFFIX
+
+Closes #527
+
+Upstream-Status: Backport [https://github.com/KhronosGroup/Vulkan-Loader/commit/66a23ac8c566299343668f094de50798a5f4a0e4]
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ loader/CMakeLists.txt | 2 +-
+ loader/vulkan.pc.in   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt
+index 659511855..ba9f460f1 100644
+--- a/loader/CMakeLists.txt
++++ b/loader/CMakeLists.txt
+@@ -327,7 +327,7 @@ if(PKG_CONFIG_FOUND)
+         set(PRIVATE_LIBS "${PRIVATE_LIBS} -l${LIB}")
+     endforeach()
+     if(WIN32)
+-        set(LIB_SUFFIX "-1")
++        set(VULKAN_LIB_SUFFIX "-1")
+     endif ()
+     configure_file("vulkan.pc.in" "vulkan.pc" @ONLY)
+     install(FILES "${CMAKE_CURRENT_BINARY_DIR}/vulkan.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
+diff --git a/loader/vulkan.pc.in b/loader/vulkan.pc.in
+index fc17cb1f3..44049ee34 100644
+--- a/loader/vulkan.pc.in
++++ b/loader/vulkan.pc.in
+@@ -6,7 +6,7 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+ Name: @CMAKE_PROJECT_NAME@
+ Description: Vulkan Loader
+ Version: @VK_API_VERSION@
+-Libs: -L${libdir} -lvulkan@LIB_SUFFIX@
++Libs: -L${libdir} -lvulkan@VULKAN_LIB_SUFFIX@
+ Libs.private: @PRIVATE_LIBS@
+ Cflags: -I${includedir}
+ 
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb
similarity index 87%
rename from meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb
rename to meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb
index 23bf59f8a6..d39e7af975 100644
--- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb
@@ -9,8 +9,10 @@ SECTION = "libs"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.2.154"
-SRCREV = "2aa801755eab3fab610d9676c4dd94054e30c854"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git \
+           file://0001-Rename-LIB_SUFFIX-to-VULKAN_LIB_SUFFIX.patch \
+           "
+SRCREV = "7a313093b5c4af964d50a5a64e73d7df6152ea3f"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 45/48] vulkan-tools: upgrade 1.2.154.0 -> 1.2.162.0
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (42 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 44/48] vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 46/48] systemd-bootchart: update 233 -> 234 Alexander Kanavin
                   ` (2 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../{vulkan-tools_1.2.154.0.bb => vulkan-tools_1.2.162.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/vulkan/{vulkan-tools_1.2.154.0.bb => vulkan-tools_1.2.162.0.bb} (94%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.154.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.0.bb
similarity index 94%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.2.154.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.0.bb
index 0fc3494eea..972859c934 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.154.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.0.bb
@@ -5,8 +5,8 @@ SECTION = "libs"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.2.154"
-SRCREV = "10d757bb1072416ddfbe4c24b43d4cd2f808a5c7"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.2.162"
+SRCREV = "9e9d7c24ed8b321815f77f31c100bbf9462193b4"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 46/48] systemd-bootchart: update 233 -> 234
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (43 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 45/48] vulkan-tools: upgrade 1.2.154.0 " Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 47/48] zstd: add recipe from meta-oe Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 48/48] zstd: update 1.4.5 -> 1.4.8 Alexander Kanavin
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../{systemd-bootchart_233.bb => systemd-bootchart_234.bb}    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta/recipes-devtools/systemd-bootchart/{systemd-bootchart_233.bb => systemd-bootchart_234.bb} (92%)

diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb
similarity index 92%
rename from meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb
rename to meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb
index a7a1f0ff1a..4c857c3fd0 100644
--- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb
+++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb
@@ -14,9 +14,7 @@ SRC_URI_append_libc-musl = " \
     "
 
 
-# Modify these as desired
-PV = "233+git${SRCPV}"
-SRCREV = "fe1c5e41e6bdb78043dad8fa863fc2df66d1dadf"
+SRCREV = "8183cfd9dad8beca5434d625cf6b2df87775e956"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 47/48] zstd: add recipe from meta-oe
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (44 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 46/48] systemd-bootchart: update 233 -> 234 Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  2020-12-26  9:27 ` [PATCH 48/48] zstd: update 1.4.5 -> 1.4.8 Alexander Kanavin
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Zstd is becoming increasingly popular as the modern compression
standard, and there are several recipes in core now that have an option
for it.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/conf/distro/include/maintainers.inc      |  1 +
 .../0001-Fix-legacy-build-after-2103.patch    | 27 ++++++++++++++
 meta/recipes-extended/zstd/zstd_1.4.5.bb      | 37 +++++++++++++++++++
 3 files changed, 65 insertions(+)
 create mode 100644 meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch
 create mode 100644 meta/recipes-extended/zstd/zstd_1.4.5.bb

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 8dffa2fc95..b0ddfb89a8 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -797,3 +797,4 @@ RECIPE_MAINTAINER_pn-xwininfo = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-xz = "Denys Dmytriyenko <denys@ti.com>"
 RECIPE_MAINTAINER_pn-zip = "Denys Dmytriyenko <denys@ti.com>"
 RECIPE_MAINTAINER_pn-zlib = "Denys Dmytriyenko <denys@ti.com>"
+RECIPE_MAINTAINER_pn-zstd = "Alexander Kanavin <alex.kanavin@gmail.com>"
diff --git a/meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch b/meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch
new file mode 100644
index 0000000000..c701554b8b
--- /dev/null
+++ b/meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch
@@ -0,0 +1,27 @@
+From 93cec0c1d6d0be8dd3a9d01d3e7f2099f1728df7 Mon Sep 17 00:00:00 2001
+From: Orivej Desh <orivej@gmx.fr>
+Date: Fri, 22 May 2020 12:48:02 +0000
+Subject: [PATCH] Fix legacy build after #2103
+
+Upstream-Status: Backport
+Signed-of-by: Alex Kiernan <alex.kiernan@gmail.com>
+---
+ lib/legacy/zstd_v04.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/legacy/zstd_v04.c b/lib/legacy/zstd_v04.c
+index 56bf45222498..19fda8980abf 100644
+--- a/lib/legacy/zstd_v04.c
++++ b/lib/legacy/zstd_v04.c
+@@ -74,7 +74,7 @@ extern "C" {
+ /*-*************************************
+ *  Debug
+ ***************************************/
+-#include "debug.h"
++#include "../common/debug.h"
+ #ifndef assert
+ #  define assert(condition) ((void)0)
+ #endif
+-- 
+2.17.1
+
diff --git a/meta/recipes-extended/zstd/zstd_1.4.5.bb b/meta/recipes-extended/zstd/zstd_1.4.5.bb
new file mode 100644
index 0000000000..cd0b471e17
--- /dev/null
+++ b/meta/recipes-extended/zstd/zstd_1.4.5.bb
@@ -0,0 +1,37 @@
+SUMMARY = "Zstandard - Fast real-time compression algorithm"
+DESCRIPTION = "Zstandard is a fast lossless compression algorithm, targeting \
+real-time compression scenarios at zlib-level and better compression ratios. \
+It's backed by a very fast entropy stage, provided by Huff0 and FSE library."
+HOMEPAGE = "http://www.zstd.net/"
+SECTION = "console/utils"
+
+LICENSE = "BSD-3-Clause & GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \
+                    file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
+
+SRC_URI = "git://github.com/facebook/zstd.git;nobranch=1 \
+           file://0001-Fix-legacy-build-after-2103.patch \
+           "
+
+SRCREV = "b706286adbba780006a47ef92df0ad7a785666b6"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
+
+S = "${WORKDIR}/git"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[lz4] = "HAVE_LZ4=1,HAVE_LZ4=0,lz4"
+PACKAGECONFIG[lzma] = "HAVE_LZMA=1,HAVE_LZMA=0,xz"
+PACKAGECONFIG[zlib] = "HAVE_ZLIB=1,HAVE_ZLIB=0,zlib"
+
+# See programs/README.md for how to use this
+ZSTD_LEGACY_SUPPORT ??= "4"
+
+do_compile () {
+    oe_runmake ${PACKAGECONFIG_CONFARGS} ZSTD_LEGACY_SUPPORT=${ZSTD_LEGACY_SUPPORT}
+}
+
+do_install () {
+    oe_runmake install 'DESTDIR=${D}'
+}
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 48/48] zstd: update 1.4.5 -> 1.4.8
  2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
                   ` (45 preceding siblings ...)
  2020-12-26  9:27 ` [PATCH 47/48] zstd: add recipe from meta-oe Alexander Kanavin
@ 2020-12-26  9:27 ` Alexander Kanavin
  46 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-26  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../0001-Fix-legacy-build-after-2103.patch    | 27 -------
 ...rt-all-wildcard-file-list-expansions.patch | 80 +++++++++++++++++++
 .../zstd/{zstd_1.4.5.bb => zstd_1.4.8.bb}     |  6 +-
 3 files changed, 83 insertions(+), 30 deletions(-)
 delete mode 100644 meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch
 create mode 100644 meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch
 rename meta/recipes-extended/zstd/{zstd_1.4.5.bb => zstd_1.4.8.bb} (84%)

diff --git a/meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch b/meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch
deleted file mode 100644
index c701554b8b..0000000000
--- a/meta/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 93cec0c1d6d0be8dd3a9d01d3e7f2099f1728df7 Mon Sep 17 00:00:00 2001
-From: Orivej Desh <orivej@gmx.fr>
-Date: Fri, 22 May 2020 12:48:02 +0000
-Subject: [PATCH] Fix legacy build after #2103
-
-Upstream-Status: Backport
-Signed-of-by: Alex Kiernan <alex.kiernan@gmail.com>
----
- lib/legacy/zstd_v04.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/legacy/zstd_v04.c b/lib/legacy/zstd_v04.c
-index 56bf45222498..19fda8980abf 100644
---- a/lib/legacy/zstd_v04.c
-+++ b/lib/legacy/zstd_v04.c
-@@ -74,7 +74,7 @@ extern "C" {
- /*-*************************************
- *  Debug
- ***************************************/
--#include "debug.h"
-+#include "../common/debug.h"
- #ifndef assert
- #  define assert(condition) ((void)0)
- #endif
--- 
-2.17.1
-
diff --git a/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch b/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch
new file mode 100644
index 0000000000..178124a2ef
--- /dev/null
+++ b/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch
@@ -0,0 +1,80 @@
+From 8d01b0753162681dcdbb7cf56f1e393c261e3eb0 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Wed, 23 Dec 2020 19:14:32 +0100
+Subject: [PATCH] Makefile: sort all wildcard file list expansions
+
+Otherwise the order is non-deterministic and breaks
+reproducible builds.
+
+Upstream-Status: Pending
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ programs/Makefile   | 10 +++++-----
+ tests/Makefile      |  4 ++--
+ tests/fuzz/Makefile |  2 +-
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/programs/Makefile b/programs/Makefile
+index 8641d0ee..26fee45f 100644
+--- a/programs/Makefile
++++ b/programs/Makefile
+@@ -72,11 +72,11 @@ ZSTDLEGACY_DIR := $(ZSTDDIR)/legacy
+ 
+ vpath %.c $(ZSTDLIB_COMMON) $(ZSTDLIB_COMPRESS) $(ZSTDLIB_DECOMPRESS) $(ZDICT_DIR) $(ZSTDLEGACY_DIR)
+ 
+-ZSTDLIB_COMMON_C := $(wildcard $(ZSTDLIB_COMMON)/*.c)
+-ZSTDLIB_COMPRESS_C := $(wildcard $(ZSTDLIB_COMPRESS)/*.c)
+-ZSTDLIB_DECOMPRESS_C := $(wildcard $(ZSTDLIB_DECOMPRESS)/*.c)
++ZSTDLIB_COMMON_C := $(sort $(wildcard $(ZSTDLIB_COMMON)/*.c))
++ZSTDLIB_COMPRESS_C := $(sort $(wildcard $(ZSTDLIB_COMPRESS)/*.c))
++ZSTDLIB_DECOMPRESS_C := $(sort $(wildcard $(ZSTDLIB_DECOMPRESS)/*.c))
+ ZSTDLIB_CORE_SRC := $(ZSTDLIB_DECOMPRESS_C) $(ZSTDLIB_COMMON_C) $(ZSTDLIB_COMPRESS_C)
+-ZDICT_SRC := $(wildcard $(ZDICT_DIR)/*.c)
++ZDICT_SRC := $(sort $(wildcard $(ZDICT_DIR)/*.c))
+ 
+ ZSTD_LEGACY_SUPPORT ?= 5
+ ZSTDLEGACY_SRC :=
+@@ -91,7 +91,7 @@ ZSTDLIB_FULL_SRC = $(sort $(ZSTDLIB_CORE_SRC) $(ZSTDLEGACY_SRC) $(ZDICT_SRC))
+ ZSTDLIB_LOCAL_SRC := $(notdir $(ZSTDLIB_FULL_SRC))
+ ZSTDLIB_LOCAL_OBJ := $(ZSTDLIB_LOCAL_SRC:.c=.o)
+ 
+-ZSTD_CLI_SRC := $(wildcard *.c)
++ZSTD_CLI_SRC := $(sort $(wildcard *.c))
+ ZSTD_CLI_OBJ := $(ZSTD_CLI_SRC:.c=.o)
+ 
+ ZSTD_ALL_SRC := $(ZSTDLIB_LOCAL_SRC) $(ZSTD_CLI_SRC)
+diff --git a/tests/Makefile b/tests/Makefile
+index 42bc353c..5f5654f0 100644
+--- a/tests/Makefile
++++ b/tests/Makefile
+@@ -49,7 +49,7 @@ ZSTD_FILES  := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES)
+ ZBUFF_FILES := $(ZSTDDIR)/deprecated/*.c
+ ZDICT_FILES := $(ZSTDDIR)/dictBuilder/*.c
+ 
+-ZSTD_F1 := $(wildcard $(ZSTD_FILES))
++ZSTD_F1 := $(sort $(wildcard $(ZSTD_FILES)))
+ ZSTD_OBJ1 := $(subst $(ZSTDDIR)/common/,zstdm_,$(ZSTD_F1))
+ ZSTD_OBJ2 := $(subst $(ZSTDDIR)/compress/,zstdc_,$(ZSTD_OBJ1))
+ ZSTD_OBJ3 := $(subst $(ZSTDDIR)/decompress/,zstdd_,$(ZSTD_OBJ2))
+@@ -212,7 +212,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c
+ invalidDictionaries : $(ZSTD_OBJECTS) invalidDictionaries.c
+ 
+ legacy : CPPFLAGS += -I$(ZSTDDIR)/legacy -DZSTD_LEGACY_SUPPORT=4
+-legacy : $(ZSTD_FILES) $(wildcard $(ZSTDDIR)/legacy/*.c) legacy.c
++legacy : $(ZSTD_FILES) $(sort $(wildcard $(ZSTDDIR)/legacy/*.c)) legacy.c
+ 
+ decodecorpus : LDLIBS += -lm
+ decodecorpus : $(filter-out zstdc_zstd_compress.o, $(ZSTD_OBJECTS)) $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c decodecorpus.c
+diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile
+index 36232a8c..574fe877 100644
+--- a/tests/fuzz/Makefile
++++ b/tests/fuzz/Makefile
+@@ -58,7 +58,7 @@ FUZZ_SRC       := \
+ 	$(ZSTDCOMP_SRC) \
+ 	$(ZSTDDICT_SRC) \
+ 	$(ZSTDLEGACY_SRC)
+-FUZZ_SRC := $(wildcard $(FUZZ_SRC))
++FUZZ_SRC := $(sort $(wildcard $(FUZZ_SRC)))
+ 
+ FUZZ_D_OBJ1 := $(subst $(ZSTDDIR)/common/,d_lib_common_,$(FUZZ_SRC))
+ FUZZ_D_OBJ2 := $(subst $(ZSTDDIR)/compress/,d_lib_compress_,$(FUZZ_D_OBJ1))
diff --git a/meta/recipes-extended/zstd/zstd_1.4.5.bb b/meta/recipes-extended/zstd/zstd_1.4.8.bb
similarity index 84%
rename from meta/recipes-extended/zstd/zstd_1.4.5.bb
rename to meta/recipes-extended/zstd/zstd_1.4.8.bb
index cd0b471e17..10a6334cb7 100644
--- a/meta/recipes-extended/zstd/zstd_1.4.5.bb
+++ b/meta/recipes-extended/zstd/zstd_1.4.8.bb
@@ -9,11 +9,11 @@ LICENSE = "BSD-3-Clause & GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \
                     file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
 
-SRC_URI = "git://github.com/facebook/zstd.git;nobranch=1 \
-           file://0001-Fix-legacy-build-after-2103.patch \
+SRC_URI = "git://github.com/facebook/zstd.git;branch=release \
+           file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \
            "
 
-SRCREV = "b706286adbba780006a47ef92df0ad7a785666b6"
+SRCREV = "97a3da1df009d4dc67251de0c4b1c9d7fe286fc1"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 35/48] ell: upgrade 0.33 -> 0.35
  2020-12-26  9:27 ` [PATCH 35/48] ell: upgrade 0.33 -> 0.35 Alexander Kanavin
@ 2020-12-27  6:02   ` Khem Raj
  2020-12-27 11:04     ` Alexander Kanavin
  0 siblings, 1 reply; 53+ messages in thread
From: Khem Raj @ 2020-12-27  6:02 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Patches and discussions about the oe-core layer

regresses iwd builds see

https://errors.yoctoproject.org/Errors/Details/540274/

On Sat, Dec 26, 2020 at 1:29 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  ...l-add-missing-include-in-dhcp-server.patch | 23 ++++++++++++++++
>  .../ell/0001-pem.c-do-not-use-rawmemchr.patch | 27 +++++++++++++++++++
>  .../ell/{ell_0.33.bb => ell_0.35.bb}          |  7 +++--
>  3 files changed, 55 insertions(+), 2 deletions(-)
>  create mode 100644 meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
>  create mode 100644 meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
>  rename meta/recipes-core/ell/{ell_0.33.bb => ell_0.35.bb} (73%)
>
> diff --git a/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch b/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
> new file mode 100644
> index 0000000000..2460d26bdc
> --- /dev/null
> +++ b/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
> @@ -0,0 +1,23 @@
> +From dd350f4e2258b5a638bc8fb26a6193147902d292 Mon Sep 17 00:00:00 2001
> +From: =?UTF-8?q?=C3=89rico=20Nogueira?= <ericonr@disroot.org>
> +Date: Mon, 30 Nov 2020 18:40:33 -0300
> +Subject: [PATCH] ell: add missing include in dhcp-server.
> +
> +Upstream-Status: Backport
> +Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> +---
> + ell/dhcp-server.c | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/ell/dhcp-server.c b/ell/dhcp-server.c
> +index c983ed4..144e83e 100644
> +--- a/ell/dhcp-server.c
> ++++ b/ell/dhcp-server.c
> +@@ -24,6 +24,7 @@
> + #include <config.h>
> + #endif
> +
> ++#include <linux/types.h>
> + #include <net/ethernet.h>
> + #include <sys/socket.h>
> + #include <arpa/inet.h>
> diff --git a/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch b/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
> new file mode 100644
> index 0000000000..f0ce6f1364
> --- /dev/null
> +++ b/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
> @@ -0,0 +1,27 @@
> +From 277e1eca67fcc23cb31be7b826d83a19d9b89bd2 Mon Sep 17 00:00:00 2001
> +From: Alexander Kanavin <alex.kanavin@gmail.com>
> +Date: Tue, 22 Dec 2020 10:30:54 +0000
> +Subject: [PATCH] pem.c: do not use rawmemchr()
> +
> +This is a glibc-only function, and causes build failures with
> +alternative libc implementations such as musl.
> +
> +Upstream-Status: Pending
> +Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> +---
> + ell/pem.c | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/ell/pem.c b/ell/pem.c
> +index 790f2c2..237ae02 100644
> +--- a/ell/pem.c
> ++++ b/ell/pem.c
> +@@ -224,7 +224,7 @@ static uint8_t *pem_load_buffer(const void *buf, size_t buf_len,
> +
> +               /* Check that each header line has a key and a colon */
> +               while (start < end) {
> +-                      const char *lf = rawmemchr(start, '\n');
> ++                      const char *lf = memchr(start, '\n', end - start);
> +                       const char *colon = memchr(start, ':', lf - start);
> +
> +                       if (!colon)
> diff --git a/meta/recipes-core/ell/ell_0.33.bb b/meta/recipes-core/ell/ell_0.35.bb
> similarity index 73%
> rename from meta/recipes-core/ell/ell_0.33.bb
> rename to meta/recipes-core/ell/ell_0.35.bb
> index 2fa05104fb..ccc54b5ff7 100644
> --- a/meta/recipes-core/ell/ell_0.33.bb
> +++ b/meta/recipes-core/ell/ell_0.35.bb
> @@ -13,8 +13,11 @@ DEPENDS = "dbus"
>
>  inherit autotools pkgconfig
>
> -SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
> -SRC_URI[sha256sum] = "d9e40e641164150394b74b719b9726fc734f24b2cde679cf5f3be6915c34eded"
> +SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
> +           file://0001-ell-add-missing-include-in-dhcp-server.patch \
> +           file://0001-pem.c-do-not-use-rawmemchr.patch \
> +           "
> +SRC_URI[sha256sum] = "2bfe9da7781f65f1cb1595a5a068a3ae74d4b68b74f287c6f0c892cfe623913f"
>
>  do_configure_prepend () {
>      mkdir -p ${S}/build-aux
> --
> 2.29.2
>
>
> 
>

^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 35/48] ell: upgrade 0.33 -> 0.35
  2020-12-27  6:02   ` [OE-core] " Khem Raj
@ 2020-12-27 11:04     ` Alexander Kanavin
  0 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-27 11:04 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 4707 bytes --]

I think this should be addressed by updating iwd to 1.10?

Alex

On Sun, 27 Dec 2020 at 01:02, Khem Raj <raj.khem@gmail.com> wrote:

> regresses iwd builds see
>
> https://errors.yoctoproject.org/Errors/Details/540274/
>
> On Sat, Dec 26, 2020 at 1:29 AM Alexander Kanavin
> <alex.kanavin@gmail.com> wrote:
> >
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > ---
> >  ...l-add-missing-include-in-dhcp-server.patch | 23 ++++++++++++++++
> >  .../ell/0001-pem.c-do-not-use-rawmemchr.patch | 27 +++++++++++++++++++
> >  .../ell/{ell_0.33.bb => ell_0.35.bb}          |  7 +++--
> >  3 files changed, 55 insertions(+), 2 deletions(-)
> >  create mode 100644
> meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
> >  create mode 100644
> meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
> >  rename meta/recipes-core/ell/{ell_0.33.bb => ell_0.35.bb} (73%)
> >
> > diff --git
> a/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
> b/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
> > new file mode 100644
> > index 0000000000..2460d26bdc
> > --- /dev/null
> > +++
> b/meta/recipes-core/ell/ell/0001-ell-add-missing-include-in-dhcp-server.patch
> > @@ -0,0 +1,23 @@
> > +From dd350f4e2258b5a638bc8fb26a6193147902d292 Mon Sep 17 00:00:00 2001
> > +From: =?UTF-8?q?=C3=89rico=20Nogueira?= <ericonr@disroot.org>
> > +Date: Mon, 30 Nov 2020 18:40:33 -0300
> > +Subject: [PATCH] ell: add missing include in dhcp-server.
> > +
> > +Upstream-Status: Backport
> > +Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > +---
> > + ell/dhcp-server.c | 1 +
> > + 1 file changed, 1 insertion(+)
> > +
> > +diff --git a/ell/dhcp-server.c b/ell/dhcp-server.c
> > +index c983ed4..144e83e 100644
> > +--- a/ell/dhcp-server.c
> > ++++ b/ell/dhcp-server.c
> > +@@ -24,6 +24,7 @@
> > + #include <config.h>
> > + #endif
> > +
> > ++#include <linux/types.h>
> > + #include <net/ethernet.h>
> > + #include <sys/socket.h>
> > + #include <arpa/inet.h>
> > diff --git
> a/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
> b/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
> > new file mode 100644
> > index 0000000000..f0ce6f1364
> > --- /dev/null
> > +++ b/meta/recipes-core/ell/ell/0001-pem.c-do-not-use-rawmemchr.patch
> > @@ -0,0 +1,27 @@
> > +From 277e1eca67fcc23cb31be7b826d83a19d9b89bd2 Mon Sep 17 00:00:00 2001
> > +From: Alexander Kanavin <alex.kanavin@gmail.com>
> > +Date: Tue, 22 Dec 2020 10:30:54 +0000
> > +Subject: [PATCH] pem.c: do not use rawmemchr()
> > +
> > +This is a glibc-only function, and causes build failures with
> > +alternative libc implementations such as musl.
> > +
> > +Upstream-Status: Pending
> > +Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > +---
> > + ell/pem.c | 2 +-
> > + 1 file changed, 1 insertion(+), 1 deletion(-)
> > +
> > +diff --git a/ell/pem.c b/ell/pem.c
> > +index 790f2c2..237ae02 100644
> > +--- a/ell/pem.c
> > ++++ b/ell/pem.c
> > +@@ -224,7 +224,7 @@ static uint8_t *pem_load_buffer(const void *buf,
> size_t buf_len,
> > +
> > +               /* Check that each header line has a key and a colon */
> > +               while (start < end) {
> > +-                      const char *lf = rawmemchr(start, '\n');
> > ++                      const char *lf = memchr(start, '\n', end -
> start);
> > +                       const char *colon = memchr(start, ':', lf -
> start);
> > +
> > +                       if (!colon)
> > diff --git a/meta/recipes-core/ell/ell_0.33.bb b/meta/recipes-core/ell/
> ell_0.35.bb
> > similarity index 73%
> > rename from meta/recipes-core/ell/ell_0.33.bb
> > rename to meta/recipes-core/ell/ell_0.35.bb
> > index 2fa05104fb..ccc54b5ff7 100644
> > --- a/meta/recipes-core/ell/ell_0.33.bb
> > +++ b/meta/recipes-core/ell/ell_0.35.bb
> > @@ -13,8 +13,11 @@ DEPENDS = "dbus"
> >
> >  inherit autotools pkgconfig
> >
> > -SRC_URI = "
> https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
> > -SRC_URI[sha256sum] =
> "d9e40e641164150394b74b719b9726fc734f24b2cde679cf5f3be6915c34eded"
> > +SRC_URI = "
> https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz
> \
> > +           file://0001-ell-add-missing-include-in-dhcp-server.patch \
> > +           file://0001-pem.c-do-not-use-rawmemchr.patch \
> > +           "
> > +SRC_URI[sha256sum] =
> "2bfe9da7781f65f1cb1595a5a068a3ae74d4b68b74f287c6f0c892cfe623913f"
> >
> >  do_configure_prepend () {
> >      mkdir -p ${S}/build-aux
> > --
> > 2.29.2
> >
> >
> > 
> >
>

[-- Attachment #2: Type: text/html, Size: 7110 bytes --]

^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1
  2020-12-26  9:27 ` [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1 Alexander Kanavin
@ 2020-12-27 17:14   ` Khem Raj
  0 siblings, 0 replies; 53+ messages in thread
From: Khem Raj @ 2020-12-27 17:14 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Patches and discussions about the oe-core layer

this breaks on 32bit architectures using 64bit time_t e.g. riscv32 arc etc.
see
https://errors.yoctoproject.org/Errors/Details/540283/

following patch will help
https://www.spinics.net/lists/util-linux-ng/msg16562.html

On Sat, Dec 26, 2020 at 1:28 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  .../util-linux/{util-linux_2.36.bb => util-linux_2.36.1.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-core/util-linux/{util-linux_2.36.bb => util-linux_2.36.1.bb} (99%)
>
> diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/recipes-core/util-linux/util-linux_2.36.1.bb
> similarity index 99%
> rename from meta/recipes-core/util-linux/util-linux_2.36.bb
> rename to meta/recipes-core/util-linux/util-linux_2.36.1.bb
> index 474f1e188c..8ea0bac9b2 100644
> --- a/meta/recipes-core/util-linux/util-linux_2.36.bb
> +++ b/meta/recipes-core/util-linux/util-linux_2.36.1.bb
> @@ -40,7 +40,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${MAJOR_VERSION}/${BP}.tar.xz
>             file://display_testname_for_subtest.patch \
>             file://avoid_parallel_tests.patch \
>             "
> -SRC_URI[sha256sum] = "9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1"
> +SRC_URI[sha256sum] = "09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed"
>
>  PACKAGES =+ "${PN}-swaponoff"
>  PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pylibmount', '${PN}-pylibmount', '', d)}"
> --
> 2.29.2
>
>
> 
>

^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4
  2020-12-26  9:27 ` [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4 Alexander Kanavin
@ 2020-12-29  7:45   ` Naveen Saini
  2020-12-29 10:24     ` Alexander Kanavin
  0 siblings, 1 reply; 53+ messages in thread
From: Naveen Saini @ 2020-12-29  7:45 UTC (permalink / raw)
  To: Alexander Kanavin, openembedded-core

ptest failure observed on qemux86-64 machine.

AssertionError: Failed ptests:
{'glib-2.0': ['glib/codegen.py.test']}

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1711 

Regards,
Naveen

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of Alexander Kanavin
> Sent: Saturday, December 26, 2020 5:27 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
> Subject: [OE-core] [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4
> 
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  .../glib-2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.4.bb}         | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)  rename meta/recipes-core/glib-
> 2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.4.bb} (95%)
> 
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb b/meta/recipes-
> core/glib-2.0/glib-2.0_2.66.4.bb
> similarity index 95%
> rename from meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
> rename to meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
> index 01ed54d06a..70e8aa8785 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
> +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
> @@ -21,7 +21,7 @@ SRC_URI =
> "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
> 
>  SRC_URI_append_class-native = " file://relocate-modules.patch"
> 
> -SRC_URI[sha256sum] =
> "ec390bed4e8dd0f89e918f385e8d4cfd7470b1ef7c1ce93ec5c4fc6e3c6a17c4"
> +SRC_URI[sha256sum] =
> "97df8670e32f9fd4f7392b0980e661dd625012015d58350da1e58e343f4af984"
> 
>  # Find any meson cross files in FILESPATH that are relevant for the current  #
> build (using siteinfo) and add them to EXTRA_OEMESON.
> --
> 2.29.2


^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4
  2020-12-29  7:45   ` [OE-core] " Naveen Saini
@ 2020-12-29 10:24     ` Alexander Kanavin
  0 siblings, 0 replies; 53+ messages in thread
From: Alexander Kanavin @ 2020-12-29 10:24 UTC (permalink / raw)
  To: Saini, Naveen Kumar; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2258 bytes --]

Thanks, sadly the failure pre-dates the version update. I made a patch that
could've helped, but alas it didn't, and I'm out of ideas at this point:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=master&id=2848b3d949312681902a51938dae34f6389bd24d

Alex

On Tue, 29 Dec 2020 at 02:45, Saini, Naveen Kumar <
naveen.kumar.saini@intel.com> wrote:

> ptest failure observed on qemux86-64 machine.
>
> AssertionError: Failed ptests:
> {'glib-2.0': ['glib/codegen.py.test']}
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1711
>
> Regards,
> Naveen
>
> > -----Original Message-----
> > From: openembedded-core@lists.openembedded.org <openembedded-
> > core@lists.openembedded.org> On Behalf Of Alexander Kanavin
> > Sent: Saturday, December 26, 2020 5:27 PM
> > To: openembedded-core@lists.openembedded.org
> > Cc: Alexander Kanavin <alex.kanavin@gmail.com>
> > Subject: [OE-core] [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4
> >
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > ---
> >  .../glib-2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.4.bb}         | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> meta/recipes-core/glib-
> > 2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.4.bb} (95%)
> >
> > diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
> b/meta/recipes-
> > core/glib-2.0/glib-2.0_2.66.4.bb
> > similarity index 95%
> > rename from meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
> > rename to meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
> > index 01ed54d06a..70e8aa8785 100644
> > --- a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
> > +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
> > @@ -21,7 +21,7 @@ SRC_URI =
> > "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
> >
> >  SRC_URI_append_class-native = " file://relocate-modules.patch"
> >
> > -SRC_URI[sha256sum] =
> > "ec390bed4e8dd0f89e918f385e8d4cfd7470b1ef7c1ce93ec5c4fc6e3c6a17c4"
> > +SRC_URI[sha256sum] =
> > "97df8670e32f9fd4f7392b0980e661dd625012015d58350da1e58e343f4af984"
> >
> >  # Find any meson cross files in FILESPATH that are relevant for the
> current  #
> > build (using siteinfo) and add them to EXTRA_OEMESON.
> > --
> > 2.29.2
>
>

[-- Attachment #2: Type: text/html, Size: 4206 bytes --]

^ permalink raw reply	[flat|nested] 53+ messages in thread

end of thread, other threads:[~2020-12-29 10:24 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
2020-12-26  9:26 ` [PATCH 02/48] acpica: upgrade 20201113 -> 20201217 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 03/48] bind: upgrade 9.16.9 -> 9.16.10 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 04/48] diffoscope: upgrade 161 -> 163 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 05/48] dnf: upgrade 4.4.0 -> 4.5.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 06/48] enchant2: upgrade 2.2.13 -> 2.2.14 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 07/48] epiphany: upgrade 3.38.1 -> 3.38.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 08/48] ethtool: upgrade 5.9 -> 5.10 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 09/48] gtk+3: upgrade 3.24.23 -> 3.24.24 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 10/48] init-system-helpers: upgrade 1.58 -> 1.60 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 11/48] kbd: upgrade 2.3.0 -> 2.4.0 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 12/48] kea: upgrade 1.8.1 -> 1.8.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 13/48] libmodulemd: upgrade 2.9.4 -> 2.11.1 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 14/48] libpcre2: upgrade 10.35 -> 10.36 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 15/48] libtirpc: upgrade 1.2.6 -> 1.3.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 16/48] libusb1: upgrade 1.0.23 -> 1.0.24 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 17/48] libva: upgrade 2.9.0 -> 2.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 18/48] libx11: upgrade 1.6.12 -> 1.7.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 19/48] lighttpd: upgrade 1.4.56 -> 1.4.57 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 20/48] ninja: upgrade 1.10.1 -> 1.10.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 21/48] puzzles: upgrade to latest revision Alexander Kanavin
2020-12-26  9:27 ` [PATCH 22/48] python3-hypothesis: upgrade 5.41.5 -> 5.43.3 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 23/48] python3-py: upgrade 1.9.0 -> 1.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 24/48] python3-setuptools-scm: upgrade 4.1.2 -> 5.0.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 25/48] sqlite3: upgrade 3.33.0 -> 3.34.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 26/48] stress-ng: upgrade 0.11.24 -> 0.12.00 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 27/48] sudo: upgrade 1.9.3p1 -> 1.9.4p1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 28/48] sysvinit: upgrade 2.97 -> 2.98 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1 Alexander Kanavin
2020-12-27 17:14   ` [OE-core] " Khem Raj
2020-12-26  9:27 ` [PATCH 30/48] vala: upgrade 0.50.1 -> 0.50.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 31/48] vulkan-headers: upgrade 1.2.154.0 -> 1.2.162.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 32/48] webkitgtk: upgrade 2.30.2 -> 2.30.4 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 33/48] xprop: upgrade 1.2.4 -> 1.2.5 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 34/48] xserver-xorg: upgrade 1.20.9 -> 1.20.10 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 35/48] ell: upgrade 0.33 -> 0.35 Alexander Kanavin
2020-12-27  6:02   ` [OE-core] " Khem Raj
2020-12-27 11:04     ` Alexander Kanavin
2020-12-26  9:27 ` [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4 Alexander Kanavin
2020-12-29  7:45   ` [OE-core] " Naveen Saini
2020-12-29 10:24     ` Alexander Kanavin
2020-12-26  9:27 ` [PATCH 37/48] rpm: update 4.16.0 -> 4.16.1.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 38/48] piglit: update to latest revision Alexander Kanavin
2020-12-26  9:27 ` [PATCH 39/48] sbc: update 1.4 -> 1.5 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 40/48] libdnf: update 0.55.0 -> 0.55.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 41/48] libva-utils: update 2.9.1 -> 2.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 42/48] python3-importlib-metadata: update 3.1.1 -> 3.3.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 43/48] python3: update 3.9.0 -> 3.9.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 44/48] vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 45/48] vulkan-tools: upgrade 1.2.154.0 " Alexander Kanavin
2020-12-26  9:27 ` [PATCH 46/48] systemd-bootchart: update 233 -> 234 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 47/48] zstd: add recipe from meta-oe Alexander Kanavin
2020-12-26  9:27 ` [PATCH 48/48] zstd: update 1.4.5 -> 1.4.8 Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.