All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20
@ 2021-05-16 22:32 Richard Purdie
  2021-05-16 22:32 ` [PATCH 02/27] ofono: upgrade 1.31 -> 1.32 Richard Purdie
                   ` (26 more replies)
  0 siblings, 27 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libxcrypt/files/fix_cflags_handling.patch   | 17 +++++++++++++----
 ...pat_4.4.19.bb => libxcrypt-compat_4.4.20.bb} |  0
 meta/recipes-core/libxcrypt/libxcrypt.inc       |  2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
 rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.19.bb => libxcrypt-compat_4.4.20.bb} (100%)

diff --git a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
index 5448fe0fa69..0772998c722 100644
--- a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
+++ b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
@@ -1,3 +1,8 @@
+From fd9a46695594c3cd836ecb7d959f03f605e69a2f Mon Sep 17 00:00:00 2001
+From: Richard Purdie <richard.purdie@linuxfoundation.org>
+Date: Fri, 30 Apr 2021 10:35:02 +0100
+Subject: [PATCH] libxcrypt: Update to 4.4.19 release and fix symbol version
+
 If you pass CFLAGS with a leading space, " " gets passed to popen and convinces
 gcc to try and open a file called " ". This results in a confusing error message
 like:
@@ -9,8 +14,12 @@ Avoid this by stripping empty elements out of CFLAGS.
 Upstream-Status: Submitted [https://github.com/besser82/libxcrypt/pull/126]
 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
 
-Index: a/build-aux/compute-symver-floor
-===================================================================
+---
+ build-aux/compute-symver-floor | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/build-aux/compute-symver-floor b/build-aux/compute-symver-floor
+index 4ec82e1..8117342 100644
 --- a/build-aux/compute-symver-floor
 +++ b/build-aux/compute-symver-floor
 @@ -36,6 +36,8 @@ sub preprocessor_check {
@@ -20,5 +29,5 @@ Index: a/build-aux/compute-symver-floor
 +        # Remove empty elements, particularly leading ones which cause issues with popen below
 +        @CFLAGS = grep {$_} @CFLAGS;
  
-         # We call ensure_C_locale here, not from the main section,
-         # because this sub might not get called at all, in which
+         # Remove empty elements, particularly leading ones which
+         # cause issues with popen below.
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.19.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.20.bb
similarity index 100%
rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.19.bb
rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.20.bb
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc
index 694e55546f0..c16068c1614 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=afed27a72ae2a8075978299eebaa1f5d \
 inherit autotools pkgconfig
 
 SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}"
-SRCREV = "c79119414d7e30017d7b49566e7e4ea35112bdc8"
+SRCREV = "e73ff0137de5152e69e8abb0bd260541804dfe5a"
 SRCBRANCH ?= "develop"
 
 SRC_URI += "file://fix_cflags_handling.patch"
-- 
2.30.2


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

* [PATCH 02/27] ofono: upgrade 1.31 -> 1.32
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 03/27] libnss-mdns: upgrade 0.14.1 -> 0.15 Richard Purdie
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../ofono/{ofono_1.31.bb => ofono_1.32.bb}                     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.31.bb => ofono_1.32.bb} (93%)

diff --git a/meta/recipes-connectivity/ofono/ofono_1.31.bb b/meta/recipes-connectivity/ofono/ofono_1.32.bb
similarity index 93%
rename from meta/recipes-connectivity/ofono/ofono_1.31.bb
rename to meta/recipes-connectivity/ofono/ofono_1.32.bb
index 2425ef76a64..f3d875b204d 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.31.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.32.bb
@@ -13,8 +13,7 @@ SRC_URI = "\
     file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \
     file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch \
 "
-SRC_URI[md5sum] = "1c26340e3c6ed132cc812595081bb3dc"
-SRC_URI[sha256sum] = "a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b"
+SRC_URI[sha256sum] = "f7d775887b7b80cf3b82e3f0a6c2696c6d01963d222ca2217919d21b9e803042"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
 
-- 
2.30.2


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

* [PATCH 03/27] libnss-mdns: upgrade 0.14.1 -> 0.15
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
  2021-05-16 22:32 ` [PATCH 02/27] ofono: upgrade 1.31 -> 1.32 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 04/27] python3-git: upgrade 3.1.14 -> 3.1.17 Richard Purdie
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libnss-mdns/{libnss-mdns_0.14.1.bb => libnss-mdns_0.15.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/libnss-mdns/{libnss-mdns_0.14.1.bb => libnss-mdns_0.15.bb} (95%)

diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.bb
similarity index 95%
rename from meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb
rename to meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.bb
index 9a83898e52e..75e8ba06d97 100644
--- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb
+++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.bb
@@ -11,7 +11,7 @@ DEPENDS = "avahi"
 SRC_URI = "git://github.com/lathiat/nss-mdns \
            "
 
-SRCREV = "41c9c5e78f287ed4b41ac438c1873fa71bfa70ae"
+SRCREV = "65ad25563937682ab2770c36d56667a754837102"
 
 S = "${WORKDIR}/git"
 
-- 
2.30.2


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

* [PATCH 04/27] python3-git: upgrade 3.1.14 -> 3.1.17
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
  2021-05-16 22:32 ` [PATCH 02/27] ofono: upgrade 1.31 -> 1.32 Richard Purdie
  2021-05-16 22:32 ` [PATCH 03/27] libnss-mdns: upgrade 0.14.1 -> 0.15 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 05/27] bind: upgrade 9.16.13 -> 9.16.15 Richard Purdie
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python/{python3-git_3.1.14.bb => python3-git_3.1.17.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.14.bb => python3-git_3.1.17.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-git_3.1.14.bb b/meta/recipes-devtools/python/python3-git_3.1.17.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.14.bb
rename to meta/recipes-devtools/python/python3-git_3.1.17.bb
index 911c8f14873..009cac66092 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.14.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.17.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"
+SRC_URI[sha256sum] = "ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.30.2


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

* [PATCH 05/27] bind: upgrade 9.16.13 -> 9.16.15
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (2 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 04/27] python3-git: upgrade 3.1.14 -> 3.1.17 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 06/27] vala: upgrade 0.52.2 -> 0.52.3 Richard Purdie
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../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.13 => bind-9.16.15}/bind9                   | 0
 .../bind/{bind-9.16.13 => bind-9.16.15}/conf.patch              | 0
 .../bind/{bind-9.16.13 => bind-9.16.15}/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.13 => bind-9.16.15}/named.service           | 0
 .../bind/{bind_9.16.13.bb => bind_9.16.15.bb}                   | 2 +-
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/0001-avoid-start-failure-with-bind-user.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/bind9 (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/generate-rndc-key.sh (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/init.d-add-support-for-read-only-rootfs.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.13 => bind-9.16.15}/named.service (100%)
 rename meta/recipes-connectivity/bind/{bind_9.16.13.bb => bind_9.16.15.bb} (98%)

diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.16.15/0001-avoid-start-failure-with-bind-user.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/0001-avoid-start-failure-with-bind-user.patch
rename to meta/recipes-connectivity/bind/bind-9.16.15/0001-avoid-start-failure-with-bind-user.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.15/0001-named-lwresd-V-and-start-log-hide-build-options.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/0001-named-lwresd-V-and-start-log-hide-build-options.patch
rename to meta/recipes-connectivity/bind/bind-9.16.15/0001-named-lwresd-V-and-start-log-hide-build-options.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.16.15/bind-ensure-searching-for-json-headers-searches-sysr.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/bind-ensure-searching-for-json-headers-searches-sysr.patch
rename to meta/recipes-connectivity/bind/bind-9.16.15/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/bind9 b/meta/recipes-connectivity/bind/bind-9.16.15/bind9
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/bind9
rename to meta/recipes-connectivity/bind/bind-9.16.15/bind9
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/conf.patch b/meta/recipes-connectivity/bind/bind-9.16.15/conf.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/conf.patch
rename to meta/recipes-connectivity/bind/bind-9.16.15/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.15/generate-rndc-key.sh
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/generate-rndc-key.sh
rename to meta/recipes-connectivity/bind/bind-9.16.15/generate-rndc-key.sh
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.16.15/init.d-add-support-for-read-only-rootfs.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/init.d-add-support-for-read-only-rootfs.patch
rename to meta/recipes-connectivity/bind/bind-9.16.15/init.d-add-support-for-read-only-rootfs.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.16.15/make-etc-initd-bind-stop-work.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/make-etc-initd-bind-stop-work.patch
rename to meta/recipes-connectivity/bind/bind-9.16.15/make-etc-initd-bind-stop-work.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.13/named.service b/meta/recipes-connectivity/bind/bind-9.16.15/named.service
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.13/named.service
rename to meta/recipes-connectivity/bind/bind-9.16.15/named.service
diff --git a/meta/recipes-connectivity/bind/bind_9.16.13.bb b/meta/recipes-connectivity/bind/bind_9.16.15.bb
similarity index 98%
rename from meta/recipes-connectivity/bind/bind_9.16.13.bb
rename to meta/recipes-connectivity/bind/bind_9.16.15.bb
index 38825f1cf77..25c4f2524a3 100644
--- a/meta/recipes-connectivity/bind/bind_9.16.13.bb
+++ b/meta/recipes-connectivity/bind/bind_9.16.15.bb
@@ -20,7 +20,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] = "a54cc793fa5b69b35f610f2095760f8238dff5cfd52419f7ee1c9c227da4cc08"
+SRC_URI[sha256sum] = "98b6f432d878a7bf8f57eb7b3c28be27278cf6b9989154bfe6c81104b38e7839"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # stay at 9.16 follow the ESV versions divisible by 4
-- 
2.30.2


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

* [PATCH 06/27] vala: upgrade 0.52.2 -> 0.52.3
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (3 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 05/27] bind: upgrade 9.16.13 -> 9.16.15 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 07/27] libjpeg-turbo: upgrade 2.0.6 -> 2.1.0 Richard Purdie
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/vala/{vala_0.52.2.bb => vala_0.52.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/vala/{vala_0.52.2.bb => vala_0.52.3.bb} (50%)

diff --git a/meta/recipes-devtools/vala/vala_0.52.2.bb b/meta/recipes-devtools/vala/vala_0.52.3.bb
similarity index 50%
rename from meta/recipes-devtools/vala/vala_0.52.2.bb
rename to meta/recipes-devtools/vala/vala_0.52.3.bb
index b8609623225..133dc9efade 100644
--- a/meta/recipes-devtools/vala/vala_0.52.2.bb
+++ b/meta/recipes-devtools/vala/vala_0.52.3.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
 
 SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch"
 
-SRC_URI[sha256sum] = "3a3c460803ba661e513be3d0984b583e05473f602c75fa98e91755503714a97b"
+SRC_URI[sha256sum] = "037ea1a92bf0f1ab04a71b52a01d50aca1945ad1017b6189d9614f84f5c9b2d9"
-- 
2.30.2


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

* [PATCH 07/27] libjpeg-turbo: upgrade 2.0.6 -> 2.1.0
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (4 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 06/27] vala: upgrade 0.52.2 -> 0.52.3 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 08/27] btrfs-tools: upgrade 5.12 -> 5.12.1 Richard Purdie
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

License changes were from a new author entry and changes to copyrght
years, no license change.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{libjpeg-turbo_2.0.6.bb => libjpeg-turbo_2.1.0.bb}   | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.0.6.bb => libjpeg-turbo_2.1.0.bb} (89%)

diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.0.bb
similarity index 89%
rename from meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb
rename to meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.0.bb
index 0bd6af8db95..7f91cc02aca 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.0.bb
@@ -3,10 +3,10 @@ DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructi
 HOMEPAGE = "http://libjpeg-turbo.org/"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=13;md5=8184bcc7c4ac7b9edc6a7bc00f231d0b \
+LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=13;md5=8a61af33cc1c681cd5cc297150bbb5bd \
                     file://jpeglib.h;endline=16;md5=52b5eaade8d5b6a452a7693dfe52c084 \
-                    file://djpeg.c;endline=11;md5=302e980133b5c0c7f4dcb4ca0df41090 \
-"
+                    file://djpeg.c;endline=11;md5=b61f01ad6aff437b34d1f9e8004280a4 \
+                    "
 DEPENDS_append_x86-64_class-target = " nasm-native"
 DEPENDS_append_x86_class-target = " nasm-native"
 
@@ -14,8 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
            file://0001-libjpeg-turbo-fix-package_qa-error.patch \
            "
 
-SRC_URI[md5sum] = "4cada3f0bdc93d826fa31bf9e4469ef6"
-SRC_URI[sha256sum] = "d74b92ac33b0e3657123ddcf6728788c90dc84dcb6a52013d758af3c4af481bb"
+SRC_URI[sha256sum] = "bef89803e506f27715c5627b1e3219c95b80fc31465d4452de2a909d382e4444"
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libjpeg-turbo/files/"
 UPSTREAM_CHECK_REGEX = "/libjpeg-turbo/files/(?P<pver>(\d+[\.\-_]*)+)/"
 
-- 
2.30.2


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

* [PATCH 08/27] btrfs-tools: upgrade 5.12 -> 5.12.1
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (5 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 07/27] libjpeg-turbo: upgrade 2.0.6 -> 2.1.0 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 09/27] python3-hypothesis: upgrade 6.9.1 -> 6.12.0 Richard Purdie
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../btrfs-tools/{btrfs-tools_5.12.bb => btrfs-tools_5.12.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.12.bb => btrfs-tools_5.12.1.bb} (98%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.1.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.1.bb
index 8a809427f5f..3fc959bf8e0 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.1.bb
@@ -19,7 +19,7 @@ DEPENDS_append_class-target = " udev"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "b16b0a766f06138de2ee32d4d84b7110e469ff49"
+SRCREV = "96d77fcefdd3b9fd297b5aabbce6dc43e2315ee2"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \
-- 
2.30.2


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

* [PATCH 09/27] python3-hypothesis: upgrade 6.9.1 -> 6.12.0
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (6 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 08/27] btrfs-tools: upgrade 5.12 -> 5.12.1 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 10/27] python3-numpy: upgrade 1.20.2 -> 1.20.3 Richard Purdie
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...python3-hypothesis_6.9.1.bb => python3-hypothesis_6.12.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.9.1.bb => python3-hypothesis_6.12.0.bb} (81%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.9.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-hypothesis_6.9.1.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb
index 4532998bdc3..a8a749cd16b 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.9.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "hypothesis"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "5e25a0be23b1ff81ecf07e87d82e2e39a79c83c1458178af202ffe4b0183bcca"
+SRC_URI[sha256sum] = "a24b2ccb7b84860762df3fabb8faa196bf627cbee62917a5095f3de8ff71050b"
 
 RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers"
 
-- 
2.30.2


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

* [PATCH 10/27] python3-numpy: upgrade 1.20.2 -> 1.20.3
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (7 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 09/27] python3-hypothesis: upgrade 6.9.1 -> 6.12.0 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0 Richard Purdie
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{python3-numpy_1.20.2.bb => python3-numpy_1.20.3.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.20.2.bb => python3-numpy_1.20.3.bb} (96%)

diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.20.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.3.bb
similarity index 96%
rename from meta/recipes-devtools/python-numpy/python3-numpy_1.20.2.bb
rename to meta/recipes-devtools/python-numpy/python3-numpy_1.20.3.bb
index 0a60ca74673..d160fd655b6 100644
--- a/meta/recipes-devtools/python-numpy/python3-numpy_1.20.2.bb
+++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.3.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
            file://0001-numpy-core-Define-RISCV-32-support.patch \
            file://run-ptest \
 "
-SRC_URI[sha256sum] = "c049f410c78e76ffb0af830a8afbdf8baac09897b4152b97b1a3b8345ee338ff"
+SRC_URI[sha256sum] = "b7340f0628ce1823c151e3d2a2a8cba2a3ff1357fba4475a24b1816e75c21f90"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
-- 
2.30.2


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

* [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (8 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 10/27] python3-numpy: upgrade 1.20.2 -> 1.20.3 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-17 16:26   ` [OE-core] " Khem Raj
  2021-05-16 22:32 ` [PATCH 12/27] gtk+3: upgrade 3.24.28 -> 3.24.29 Richard Purdie
                   ` (16 subsequent siblings)
  26 siblings, 1 reply; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...0001-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++--
 ...hon3-setuptools_56.0.0.bb => python3-setuptools_56.2.0.bb} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_56.0.0.bb => python3-setuptools_56.2.0.bb} (94%)

diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
index 680edbe704b..59e278d1aed 100644
--- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
+++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
@@ -1,4 +1,4 @@
-From 6380cc63f79abe8b8404c9be5ed5f213a70c8c6a Mon Sep 17 00:00:00 2001
+From d6339e6b3de0f3be5ca50541d82f99d827700f45 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 17 Jul 2018 10:13:38 +0800
 Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -15,7 +15,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  1 file changed, 5 insertions(+)
 
 diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index eeb21b5..eca1edd 100644
+index 45adb6a..9ac3342 100644
 --- a/setuptools/command/easy_install.py
 +++ b/setuptools/command/easy_install.py
 @@ -636,6 +636,11 @@ class easy_install(Command):
diff --git a/meta/recipes-devtools/python/python3-setuptools_56.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_56.2.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_56.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_56.2.0.bb
index 07a82ad21be..bb852d06522 100644
--- a/meta/recipes-devtools/python/python3-setuptools_56.0.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_56.2.0.bb
@@ -10,7 +10,7 @@ SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 
 SRC_URI += "file://0001-change-shebang-to-python3.patch"
 
-SRC_URI[sha256sum] = "08a1c0f99455307c48690f00d5c2ac2c1ccfab04df00454fef854ec145b81302"
+SRC_URI[sha256sum] = "7bb5652625e94e73b9358b7ed8c6431b732e80cf31f4e0972294c64f0e5b849e"
 
 DEPENDS += "${PYTHON_PN}"
 
-- 
2.30.2


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

* [PATCH 12/27] gtk+3: upgrade 3.24.28 -> 3.24.29
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (9 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 13/27] sudo: upgrade 1.9.6p1 -> 1.9.7 Richard Purdie
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-gnome/gtk+/{gtk+3_3.24.28.bb => gtk+3_3.24.29.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.24.28.bb => gtk+3_3.24.29.bb} (89%)

diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.28.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.29.bb
similarity index 89%
rename from meta/recipes-gnome/gtk+/gtk+3_3.24.28.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.24.29.bb
index 619c733a073..031fbb6d664 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.24.28.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.29.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] = "b04e09763367f1ce932cd2ee3a359d4de150e1c38e7bef7d29aa72557a6b47c6"
+SRC_URI[sha256sum] = "f57ec4ade8f15cab0c23a80dcaee85b876e70a8823d9105f067ce335a8268caa"
 
 S = "${WORKDIR}/gtk+-${PV}"
 
-- 
2.30.2


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

* [PATCH 13/27] sudo: upgrade 1.9.6p1 -> 1.9.7
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (10 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 12/27] gtk+3: upgrade 3.24.28 -> 3.24.29 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 14/27] stress-ng: upgrade 0.12.06 -> 0.12.08 Richard Purdie
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-extended/sudo/{sudo_1.9.6p1.bb => sudo_1.9.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/sudo/{sudo_1.9.6p1.bb => sudo_1.9.7.bb} (96%)

diff --git a/meta/recipes-extended/sudo/sudo_1.9.6p1.bb b/meta/recipes-extended/sudo/sudo_1.9.7.bb
similarity index 96%
rename from meta/recipes-extended/sudo/sudo_1.9.6p1.bb
rename to meta/recipes-extended/sudo/sudo_1.9.7.bb
index b3334591364..4685ca10b51 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.6p1.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.7.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] = "a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90"
+SRC_URI[sha256sum] = "2bbe7c2d6699b84d950ef9a43f09d4d967b8bc244b73bc095c4202068ddbe549"
 
 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.30.2


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

* [PATCH 14/27] stress-ng: upgrade 0.12.06 -> 0.12.08
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (11 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 13/27] sudo: upgrade 1.9.6p1 -> 1.9.7 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 15/27] less: upgrade 581 -> 586 Richard Purdie
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...reserve-ownership-when-installing-example-jo.patch | 11 ++++++-----
 .../{stress-ng_0.12.06.bb => stress-ng_0.12.08.bb}    |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.12.06.bb => stress-ng_0.12.08.bb} (90%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch
index c860c717ac4..2ee0be54bac 100644
--- a/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch
+++ b/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch
@@ -1,21 +1,22 @@
-From bbc85a439672120fa1d36be79e959b28fe840919 Mon Sep 17 00:00:00 2001
+From f14d9d8184753dfbff99d7a51939145355627dcd Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Tue, 30 Jul 2019 18:38:03 +0200
 Subject: [PATCH] Do not preserve ownership when installing example jobs
 
 Upstream-Status: Pending
 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+
 ---
  Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index f36e57e..20488af 100644
+index 91d8ed4..72d0ca0 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -452,6 +452,6 @@ install: stress-ng stress-ng.1.gz
- 	mkdir -p ${DESTDIR}${MANDIR}
- 	cp stress-ng.1.gz ${DESTDIR}${MANDIR}
+@@ -502,6 +502,6 @@ else
+ 	cp stress-ng.1 ${DESTDIR}${MANDIR}
+ endif
  	mkdir -p ${DESTDIR}${JOBDIR}
 -	cp -rp example-jobs/*.job ${DESTDIR}${JOBDIR}
 +	cp -r example-jobs/*.job ${DESTDIR}${JOBDIR}
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.08.bb
similarity index 90%
rename from meta/recipes-extended/stress-ng/stress-ng_0.12.06.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.12.08.bb
index 7e9135ad01c..24de8e39be8 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.12.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.08.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] = "75eb340266b1bbae944d8f9281af978bd5bc2c8085df97a098d5500d6f177296"
+SRC_URI[sha256sum] = "39e98cbb682bd3f907b2c718c20747bc94804abc92fbc4dad3a50bf530108d09"
 
 DEPENDS = "coreutils-native"
 
-- 
2.30.2


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

* [PATCH 15/27] less: upgrade 581 -> 586
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (12 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 14/27] stress-ng: upgrade 0.12.06 -> 0.12.08 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 16/27] libtirpc: upgrade 1.3.1 -> 1.3.2 Richard Purdie
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-extended/less/{less_581.bb => less_586.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/less/{less_581.bb => less_586.bb} (93%)

diff --git a/meta/recipes-extended/less/less_581.bb b/meta/recipes-extended/less/less_586.bb
similarity index 93%
rename from meta/recipes-extended/less/less_581.bb
rename to meta/recipes-extended/less/less_586.bb
index 17f8dfb6b90..b300f2badd7 100644
--- a/meta/recipes-extended/less/less_581.bb
+++ b/meta/recipes-extended/less/less_586.bb
@@ -28,7 +28,7 @@ DEPENDS = "ncurses"
 SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
 	  "
 
-SRC_URI[sha256sum] = "1d077f83fe7867e0ecfd278eab3122326b21c22c9161366189c38e09b96a2c65"
+SRC_URI[sha256sum] = "09288d3ec515a21430ec1fbe1e97a2f741fdaf98afc95b114e342416c6a7dd99"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
 
-- 
2.30.2


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

* [PATCH 16/27] libtirpc: upgrade 1.3.1 -> 1.3.2
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (13 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 15/27] less: upgrade 581 -> 586 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 17/27] libinput: upgrade 1.17.1 -> 1.17.2 Richard Purdie
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libtirpc/{libtirpc_1.3.1.bb => libtirpc_1.3.2.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libtirpc/{libtirpc_1.3.1.bb => libtirpc_1.3.2.bb} (90%)

diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb
similarity index 90%
rename from meta/recipes-extended/libtirpc/libtirpc_1.3.1.bb
rename to meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb
index 57922642505..b666263280e 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_1.3.1.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb
@@ -12,7 +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[sha256sum] = "245895caf066bec5e3d4375942c8cb4366adad184c29c618d97f724ea309ee17"
+SRC_URI[sha256sum] = "e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd"
 
 inherit autotools pkgconfig
 
-- 
2.30.2


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

* [PATCH 17/27] libinput: upgrade 1.17.1 -> 1.17.2
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (14 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 16/27] libtirpc: upgrade 1.3.1 -> 1.3.2 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0 Richard Purdie
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../wayland/{libinput_1.17.1.bb => libinput_1.17.2.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/wayland/{libinput_1.17.1.bb => libinput_1.17.2.bb} (95%)

diff --git a/meta/recipes-graphics/wayland/libinput_1.17.1.bb b/meta/recipes-graphics/wayland/libinput_1.17.2.bb
similarity index 95%
rename from meta/recipes-graphics/wayland/libinput_1.17.1.bb
rename to meta/recipes-graphics/wayland/libinput_1.17.2.bb
index 9ffb22876be..e4a8e1a3d8f 100644
--- a/meta/recipes-graphics/wayland/libinput_1.17.1.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.17.2.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
            file://run-ptest \
            file://determinism.patch \
            "
-SRC_URI[sha256sum] = "e51c50f3ce253961bed452d9f93102cc26128406975ab88ff9ec9e6c3b875137"
+SRC_URI[sha256sum] = "b822263086b6588b9a9a153be97dea409f63927fb67b9a241748e76f222a5be1"
 
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 
-- 
2.30.2


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

* [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (15 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 17/27] libinput: upgrade 1.17.1 -> 1.17.2 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-26  8:02   ` [OE-core] " Khem Raj
  2021-05-16 22:32 ` [PATCH 19/27] hdparm: upgrade 9.61 -> 9.62 Richard Purdie
                   ` (9 subsequent siblings)
  26 siblings, 1 reply; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...-sort-all-wildcard-file-list-expansions.patch | 16 ++++++++--------
 .../zstd/{zstd_1.4.9.bb => zstd_1.5.0.bb}        |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
 rename meta/recipes-extended/zstd/{zstd_1.4.9.bb => zstd_1.5.0.bb} (95%)

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
index b5ffb95b713..37c5ff0cc06 100644
--- 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
@@ -1,4 +1,4 @@
-From 986c7917aef632745cb3388a86a2f62347d5a0a5 Mon Sep 17 00:00:00 2001
+From 77c7963c7a0f1c455f20520d5c7b1ec9b17a44fb 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
@@ -16,7 +16,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  3 files changed, 8 insertions(+), 8 deletions(-)
 
 diff --git a/programs/Makefile b/programs/Makefile
-index 936f3c80..b8200fae 100644
+index 599fb02f..2c416467 100644
 --- a/programs/Makefile
 +++ b/programs/Makefile
 @@ -74,11 +74,11 @@ ZSTDLEGACY_DIR := $(ZSTDDIR)/legacy
@@ -45,11 +45,11 @@ index 936f3c80..b8200fae 100644
  
  ZSTD_ALL_SRC = $(ZSTDLIB_LOCAL_SRC) $(ZSTD_CLI_SRC)
 diff --git a/tests/Makefile b/tests/Makefile
-index f0605057..74a90b0f 100644
+index 85553007..b71cdba8 100644
 --- a/tests/Makefile
 +++ b/tests/Makefile
-@@ -49,7 +49,7 @@ ZSTD_FILES  := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES)
- ZBUFF_FILES := $(ZSTDDIR)/deprecated/*.c
+@@ -49,7 +49,7 @@ ZSTDDECOMP_FILES := $(ZSTDDIR)/decompress/*.c
+ ZSTD_FILES  := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES)
  ZDICT_FILES := $(ZSTDDIR)/dictBuilder/*.c
  
 -ZSTD_F1 := $(wildcard $(ZSTD_FILES))
@@ -57,7 +57,7 @@ index f0605057..74a90b0f 100644
  ZSTD_OBJ1 := $(subst $(ZSTDDIR)/common/,zstdm_,$(ZSTD_F1))
  ZSTD_OBJ2 := $(subst $(ZSTDDIR)/compress/,zstdc_,$(ZSTD_OBJ1))
  ZSTD_OBJ3 := $(subst $(ZSTDDIR)/decompress/,zstdd_,$(ZSTD_OBJ2))
-@@ -211,7 +211,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c
+@@ -202,7 +202,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c
  invalidDictionaries : $(ZSTD_OBJECTS) invalidDictionaries.c
  
  legacy : CPPFLAGS += -I$(ZSTDDIR)/legacy -DZSTD_LEGACY_SUPPORT=4
@@ -67,10 +67,10 @@ index f0605057..74a90b0f 100644
  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 f3a561de..68a29ef0 100644
+index ccb574b7..b1cb2935 100644
 --- a/tests/fuzz/Makefile
 +++ b/tests/fuzz/Makefile
-@@ -58,7 +58,7 @@ FUZZ_SRC       := \
+@@ -62,7 +62,7 @@ FUZZ_SRC       := \
  	$(ZSTDCOMP_SRC) \
  	$(ZSTDDICT_SRC) \
  	$(ZSTDLEGACY_SRC)
diff --git a/meta/recipes-extended/zstd/zstd_1.4.9.bb b/meta/recipes-extended/zstd/zstd_1.5.0.bb
similarity index 95%
rename from meta/recipes-extended/zstd/zstd_1.4.9.bb
rename to meta/recipes-extended/zstd/zstd_1.5.0.bb
index b86fdf8b2d5..9c950207431 100644
--- a/meta/recipes-extended/zstd/zstd_1.4.9.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.0.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/facebook/zstd.git;branch=release \
            file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \
            "
 
-SRCREV = "e4558ffd1dc49399faf4ee5d85abed4386b4dcf5"
+SRCREV = "a488ba114ec17ea1054b9057c26a046fc122b3b6"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.30.2


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

* [PATCH 19/27] hdparm: upgrade 9.61 -> 9.62
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (16 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 20/27] libxkbcommon: upgrade 1.2.1 -> 1.3.0 Richard Purdie
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../recipes-extended/hdparm/{hdparm_9.61.bb => hdparm_9.62.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/hdparm/{hdparm_9.61.bb => hdparm_9.62.bb} (90%)

diff --git a/meta/recipes-extended/hdparm/hdparm_9.61.bb b/meta/recipes-extended/hdparm/hdparm_9.62.bb
similarity index 90%
rename from meta/recipes-extended/hdparm/hdparm_9.61.bb
rename to meta/recipes-extended/hdparm/hdparm_9.62.bb
index 459a62a8330..026772351d3 100644
--- a/meta/recipes-extended/hdparm/hdparm_9.61.bb
+++ b/meta/recipes-extended/hdparm/hdparm_9.62.bb
@@ -25,8 +25,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz \
            file://wiper.sh-fix-stat-path.patch \
           "
 
-SRC_URI[md5sum] = "3ef06831e83890f0ba48f7a252b93325"
-SRC_URI[sha256sum] = "da1a1c3887f10b8397e8e02013caa61142e0e72cb0d73997421ca2f2f4df5343"
+SRC_URI[sha256sum] = "2c0f9d75cdbeda928a25a128cd3d0b7120445ec0910c0b29d4c1038ed1be777f"
 
 EXTRA_OEMAKE = 'STRIP="echo" LDFLAGS="${LDFLAGS}"'
 
-- 
2.30.2


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

* [PATCH 20/27] libxkbcommon: upgrade 1.2.1 -> 1.3.0
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (17 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 19/27] hdparm: upgrade 9.61 -> 9.62 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 21/27] spirv-tools: upgrade 2020.7 -> 2021.1 Richard Purdie
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../xorg-lib/{libxkbcommon_1.2.1.bb => libxkbcommon_1.3.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.2.1.bb => libxkbcommon_1.3.0.bb} (92%)

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.0.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.2.1.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.0.bb
index 3df90f7c3e1..26bbaadcb54 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.2.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "util-macros flex-native bison-native"
 
 SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "e833a7d3024c9bb9d5eb2b20f6d5de08865541f21bb7ba227c83cbd236691fb3"
+SRC_URI[sha256sum] = "7b09e098ea69bc3054f0c57a9a25fda571c4df22398811606e32b5fffeb75e7b"
 
 UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
 
-- 
2.30.2


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

* [PATCH 21/27] spirv-tools: upgrade 2020.7 -> 2021.1
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (18 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 20/27] libxkbcommon: upgrade 1.2.1 -> 1.3.0 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 22/27] diffoscope: upgrade 172 -> 175 Richard Purdie
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../spir/{spirv-tools_2020.7.bb => spirv-tools_2021.1.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-tools_2020.7.bb => spirv-tools_2021.1.bb} (96%)

diff --git a/meta/recipes-graphics/spir/spirv-tools_2020.7.bb b/meta/recipes-graphics/spir/spirv-tools_2021.1.bb
similarity index 96%
rename from meta/recipes-graphics/spir/spirv-tools_2020.7.bb
rename to meta/recipes-graphics/spir/spirv-tools_2021.1.bb
index 8be698533af..5795d93e531 100644
--- a/meta/recipes-graphics/spir/spirv-tools_2020.7.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_2021.1.bb
@@ -7,7 +7,7 @@ SECTION = "graphics"
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "2573fd781b5408cd7fe5755a78b60d767a748ff9"
+SRCREV = "4b3707b788c84449a55f67257ae6aab3ca3552cb"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git \
            file://0001-fix-strncpy-bound-error.patch \
           "
-- 
2.30.2


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

* [PATCH 22/27] diffoscope: upgrade 172 -> 175
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (19 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 21/27] spirv-tools: upgrade 2020.7 -> 2021.1 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 23/27] mpg123: upgrade 1.26.5 -> 1.27.2 Richard Purdie
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../diffoscope/{diffoscope_172.bb => diffoscope_175.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_172.bb => diffoscope_175.bb} (92%)

diff --git a/meta/recipes-support/diffoscope/diffoscope_172.bb b/meta/recipes-support/diffoscope/diffoscope_175.bb
similarity index 92%
rename from meta/recipes-support/diffoscope/diffoscope_172.bb
rename to meta/recipes-support/diffoscope/diffoscope_175.bb
index 86dd5d8d70b..853f8dd3a0b 100644
--- a/meta/recipes-support/diffoscope/diffoscope_172.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_175.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "5ffe7f38555c6409bc7e7edc277ed77dd78641fe1306fc38d153dbbe445ddea4"
+SRC_URI[sha256sum] = "b87481752815140e35088647ccdea13297e41a2d72772e842590360b662f7533"
 
 RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
 
-- 
2.30.2


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

* [PATCH 23/27] mpg123: upgrade 1.26.5 -> 1.27.2
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (20 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 22/27] diffoscope: upgrade 172 -> 175 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 24/27] sqlite3: upgrade 3.35.3 -> 3.35.5 Richard Purdie
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../mpg123/{mpg123_1.26.5.bb => mpg123_1.27.2.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/mpg123/{mpg123_1.26.5.bb => mpg123_1.27.2.bb} (96%)

diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.26.5.bb b/meta/recipes-multimedia/mpg123/mpg123_1.27.2.bb
similarity index 96%
rename from meta/recipes-multimedia/mpg123/mpg123_1.26.5.bb
rename to meta/recipes-multimedia/mpg123/mpg123_1.27.2.bb
index 7207bd1dd01..9a91cc89d64 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.26.5.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.27.2.bb
@@ -10,7 +10,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169"
 
 SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "502a97e0d935be7e37d987338021d8f301bae35c2884f2a83d59c4b52466ef06"
+SRC_URI[sha256sum] = "52f6ceb962c05db0c043bb27acf5a721381f5f356ac4610e5221f50293891b04"
 
 UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"
 
-- 
2.30.2


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

* [PATCH 24/27] sqlite3: upgrade 3.35.3 -> 3.35.5
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (21 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 23/27] mpg123: upgrade 1.26.5 -> 1.27.2 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 25/27] wayland-protocols: upgrade 1.20 -> 1.21 Richard Purdie
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../sqlite/{sqlite3_3.35.3.bb => sqlite3_3.35.5.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.35.3.bb => sqlite3_3.35.5.bb} (83%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.35.3.bb b/meta/recipes-support/sqlite/sqlite3_3.35.5.bb
similarity index 83%
rename from meta/recipes-support/sqlite/sqlite3_3.35.3.bb
rename to meta/recipes-support/sqlite/sqlite3_3.35.5.bb
index 459dcbd4c8d..d74a6210d5a 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.35.3.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.35.5.bb
@@ -4,7 +4,7 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
 
 SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "ecbccdd440bdf32c0e1bb3611d635239e3b5af268248d130d0445a32daf0274b"
+SRC_URI[sha256sum] = "f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0"
 
 # -19242 is only an issue in specific development branch commits
 CVE_CHECK_WHITELIST += "CVE-2019-19242"
-- 
2.30.2


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

* [PATCH 25/27] wayland-protocols: upgrade 1.20 -> 1.21
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (22 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 24/27] sqlite3: upgrade 3.35.3 -> 3.35.5 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 26/27] shaderc: upgrade 2020.5 -> 2021.0 Richard Purdie
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{wayland-protocols_1.20.bb => wayland-protocols_1.21.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.20.bb => wayland-protocols_1.21.bb} (86%)

diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.20.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.21.bb
similarity index 86%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.20.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.21.bb
index 3fb78f658c9..16452f86e69 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.20.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.21.bb
@@ -11,8 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
 
 SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
            "
-SRC_URI[md5sum] = "b0836533a3f2dc6585b1dae00341157f"
-SRC_URI[sha256sum] = "9782b7a1a863d82d7c92478497d13c758f52e7da4f197aa16443f73de77e4de7"
+SRC_URI[sha256sum] = "b99945842d8be18817c26ee77dafa157883af89268e15f4a5a1a1ff3ffa4cde5"
 
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 
-- 
2.30.2


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

* [PATCH 26/27] shaderc: upgrade 2020.5 -> 2021.0
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (23 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 25/27] wayland-protocols: upgrade 1.20 -> 1.21 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-16 22:32 ` [PATCH 27/27] wpebackend-fdo: upgrade 1.8.3 -> 1.8.4 Richard Purdie
  2021-05-17  8:07 ` [OE-core] [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Alexander Kanavin
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...aderc_util-fix-glslang-header-file-location.patch | 12 +++++-------
 .../shaderc/{shaderc_2020.5.bb => shaderc_2021.0.bb} |  2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2020.5.bb => shaderc_2021.0.bb} (95%)

diff --git a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
index df670cdded4..0e8ad7e4d2a 100644
--- a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
+++ b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
@@ -1,17 +1,18 @@
-From 046c3c2da9c4ff66f14db5bd68e9557504a49241 Mon Sep 17 00:00:00 2001
+From d02ad48d5c9b48af70ddea2e6998081347ef82f3 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sat, 13 Feb 2021 00:45:56 +0000
-Subject: [PATCH 2/3] libshaderc_util: fix glslang header file location
+Subject: [PATCH] libshaderc_util: fix glslang header file location
 
 Upstream-Status: Pending
 
 Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
+
 ---
  libshaderc_util/src/compiler.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc
-index c5ce37e..4703634 100644
+index 051558b..9c4476c 100644
 --- a/libshaderc_util/src/compiler.cc
 +++ b/libshaderc_util/src/compiler.cc
 @@ -20,7 +20,7 @@
@@ -21,8 +22,5 @@ index c5ce37e..4703634 100644
 -#include "SPIRV/GlslangToSpv.h"
 +#include "glslang/SPIRV/GlslangToSpv.h"
  #include "libshaderc_util/format.h"
- #include "libshaderc_util/io.h"
+ #include "libshaderc_util/io_shaderc.h"
  #include "libshaderc_util/message.h"
--- 
-2.30.1
-
diff --git a/meta/recipes-graphics/shaderc/shaderc_2020.5.bb b/meta/recipes-graphics/shaderc/shaderc_2021.0.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2020.5.bb
rename to meta/recipes-graphics/shaderc/shaderc_2021.0.bb
index ce51aab0343..3d59e0c38cf 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2020.5.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2021.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "f3e39a7eed682faececb73f0b85717f2f44ee9ba"
+SRCREV = "1a3e2aaab191f44644e899e29ab7bac50bebdeb8"
 SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
            file://0001-cmake-disable-building-external-dependencies.patch \
            file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
-- 
2.30.2


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

* [PATCH 27/27] wpebackend-fdo: upgrade 1.8.3 -> 1.8.4
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (24 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 26/27] shaderc: upgrade 2020.5 -> 2021.0 Richard Purdie
@ 2021-05-16 22:32 ` Richard Purdie
  2021-05-17  8:07 ` [OE-core] [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Alexander Kanavin
  26 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-16 22:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../webkit/{wpebackend-fdo_1.8.3.bb => wpebackend-fdo_1.8.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-sato/webkit/{wpebackend-fdo_1.8.3.bb => wpebackend-fdo_1.8.4.bb} (89%)

diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.8.3.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.8.4.bb
similarity index 89%
rename from meta/recipes-sato/webkit/wpebackend-fdo_1.8.3.bb
rename to meta/recipes-sato/webkit/wpebackend-fdo_1.8.4.bb
index d27111a456c..28b2a927a58 100644
--- a/meta/recipes-sato/webkit/wpebackend-fdo_1.8.3.bb
+++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.8.4.bb
@@ -13,7 +13,7 @@ inherit meson features_check
 REQUIRED_DISTRO_FEATURES = "opengl"
 
 SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "3d0b4282a1bd9e0664d7a20abe14e982f3285296ac62de56cae2a404b9d28b9e"
+SRC_URI[sha256sum] = "def59bed5e8cdabb65ffa76ee2eef349fba7b42a75dac80f3da5954b17f4074a"
 
 # This is a tweak of upstream-version-is-even needed because
 # ipstream directory contains tarballs for other components as well.
-- 
2.30.2


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

* Re: [OE-core] [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20
  2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
                   ` (25 preceding siblings ...)
  2021-05-16 22:32 ` [PATCH 27/27] wpebackend-fdo: upgrade 1.8.3 -> 1.8.4 Richard Purdie
@ 2021-05-17  8:07 ` Alexander Kanavin
  2021-05-17 16:52   ` Richard Purdie
  26 siblings, 1 reply; 32+ messages in thread
From: Alexander Kanavin @ 2021-05-17  8:07 UTC (permalink / raw)
  To: Richard Purdie; +Cc: OE-core

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

The main libxcrypt recipe was overlooked?

Alex

On Mon, 17 May 2021 at 00:33, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  .../libxcrypt/files/fix_cflags_handling.patch   | 17 +++++++++++++----
>  ...pat_4.4.19.bb => libxcrypt-compat_4.4.20.bb} |  0
>  meta/recipes-core/libxcrypt/libxcrypt.inc       |  2 +-
>  3 files changed, 14 insertions(+), 5 deletions(-)
>  rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.19.bb =>
> libxcrypt-compat_4.4.20.bb} (100%)
>
> diff --git a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
> b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
> index 5448fe0fa69..0772998c722 100644
> --- a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
> +++ b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
> @@ -1,3 +1,8 @@
> +From fd9a46695594c3cd836ecb7d959f03f605e69a2f Mon Sep 17 00:00:00 2001
> +From: Richard Purdie <richard.purdie@linuxfoundation.org>
> +Date: Fri, 30 Apr 2021 10:35:02 +0100
> +Subject: [PATCH] libxcrypt: Update to 4.4.19 release and fix symbol
> version
> +
>  If you pass CFLAGS with a leading space, " " gets passed to popen and
> convinces
>  gcc to try and open a file called " ". This results in a confusing error
> message
>  like:
> @@ -9,8 +14,12 @@ Avoid this by stripping empty elements out of CFLAGS.
>  Upstream-Status: Submitted [
> https://github.com/besser82/libxcrypt/pull/126]
>  Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> -Index: a/build-aux/compute-symver-floor
> -===================================================================
> +---
> + build-aux/compute-symver-floor | 2 ++
> + 1 file changed, 2 insertions(+)
> +
> +diff --git a/build-aux/compute-symver-floor
> b/build-aux/compute-symver-floor
> +index 4ec82e1..8117342 100644
>  --- a/build-aux/compute-symver-floor
>  +++ b/build-aux/compute-symver-floor
>  @@ -36,6 +36,8 @@ sub preprocessor_check {
> @@ -20,5 +29,5 @@ Index: a/build-aux/compute-symver-floor
>  +        # Remove empty elements, particularly leading ones which cause
> issues with popen below
>  +        @CFLAGS = grep {$_} @CFLAGS;
>
> -         # We call ensure_C_locale here, not from the main section,
> -         # because this sub might not get called at all, in which
> +         # Remove empty elements, particularly leading ones which
> +         # cause issues with popen below.
> diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.19.bb
> b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.20.bb
> similarity index 100%
> rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.19.bb
> rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.20.bb
> diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc
> b/meta/recipes-core/libxcrypt/libxcrypt.inc
> index 694e55546f0..c16068c1614 100644
> --- a/meta/recipes-core/libxcrypt/libxcrypt.inc
> +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSING;md5=afed27a72ae2a8075978299eebaa1f5d \
>  inherit autotools pkgconfig
>
>  SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}
> <http://github.com/besser82/libxcrypt.git;branch=$%7BSRCBRANCH%7D>"
> -SRCREV = "c79119414d7e30017d7b49566e7e4ea35112bdc8"
> +SRCREV = "e73ff0137de5152e69e8abb0bd260541804dfe5a"
>  SRCBRANCH ?= "develop"
>
>  SRC_URI += "file://fix_cflags_handling.patch"
> --
> 2.30.2
>
>
> 
>
>

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

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

* Re: [OE-core] [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0
  2021-05-16 22:32 ` [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0 Richard Purdie
@ 2021-05-17 16:26   ` Khem Raj
  2021-05-17 16:51     ` Richard Purdie
  0 siblings, 1 reply; 32+ messages in thread
From: Khem Raj @ 2021-05-17 16:26 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

Hi Richard

I am seeing a failure in meta-python with core/master-next

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

is this related to this upgrade ?

On Sun, May 16, 2021 at 3:33 PM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  ...0001-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++--
>  ...hon3-setuptools_56.0.0.bb => python3-setuptools_56.2.0.bb} | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-devtools/python/{python3-setuptools_56.0.0.bb => python3-setuptools_56.2.0.bb} (94%)
>
> diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
> index 680edbe704b..59e278d1aed 100644
> --- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
> +++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
> @@ -1,4 +1,4 @@
> -From 6380cc63f79abe8b8404c9be5ed5f213a70c8c6a Mon Sep 17 00:00:00 2001
> +From d6339e6b3de0f3be5ca50541d82f99d827700f45 Mon Sep 17 00:00:00 2001
>  From: Hongxu Jia <hongxu.jia@windriver.com>
>  Date: Tue, 17 Jul 2018 10:13:38 +0800
>  Subject: [PATCH] conditionally do not fetch code by easy_install
> @@ -15,7 +15,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
>   1 file changed, 5 insertions(+)
>
>  diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
> -index eeb21b5..eca1edd 100644
> +index 45adb6a..9ac3342 100644
>  --- a/setuptools/command/easy_install.py
>  +++ b/setuptools/command/easy_install.py
>  @@ -636,6 +636,11 @@ class easy_install(Command):
> diff --git a/meta/recipes-devtools/python/python3-setuptools_56.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_56.2.0.bb
> similarity index 94%
> rename from meta/recipes-devtools/python/python3-setuptools_56.0.0.bb
> rename to meta/recipes-devtools/python/python3-setuptools_56.2.0.bb
> index 07a82ad21be..bb852d06522 100644
> --- a/meta/recipes-devtools/python/python3-setuptools_56.0.0.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools_56.2.0.bb
> @@ -10,7 +10,7 @@ SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-e
>
>  SRC_URI += "file://0001-change-shebang-to-python3.patch"
>
> -SRC_URI[sha256sum] = "08a1c0f99455307c48690f00d5c2ac2c1ccfab04df00454fef854ec145b81302"
> +SRC_URI[sha256sum] = "7bb5652625e94e73b9358b7ed8c6431b732e80cf31f4e0972294c64f0e5b849e"
>
>  DEPENDS += "${PYTHON_PN}"
>
> --
> 2.30.2
>
>
> 
>

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

* Re: [OE-core] [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0
  2021-05-17 16:26   ` [OE-core] " Khem Raj
@ 2021-05-17 16:51     ` Richard Purdie
  0 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-17 16:51 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

On Mon, 2021-05-17 at 09:26 -0700, Khem Raj wrote:
> Hi Richard
> 
> I am seeing a failure in meta-python with core/master-next
> 
> https://errors.yoctoproject.org/Errors/Details/581298/
> 
> is this related to this upgrade ?

Looks like it could be :(

Cheers,

Richard






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

* Re: [OE-core] [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20
  2021-05-17  8:07 ` [OE-core] [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Alexander Kanavin
@ 2021-05-17 16:52   ` Richard Purdie
  0 siblings, 0 replies; 32+ messages in thread
From: Richard Purdie @ 2021-05-17 16:52 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

On Mon, 2021-05-17 at 10:07 +0200, Alexander Kanavin wrote:
> The main libxcrypt recipe was overlooked?

Yes, I've fixed the patch, thanks.

Cheers,

Richard


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

* Re: [OE-core] [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0
  2021-05-16 22:32 ` [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0 Richard Purdie
@ 2021-05-26  8:02   ` Khem Raj
  0 siblings, 0 replies; 32+ messages in thread
From: Khem Raj @ 2021-05-26  8:02 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

this seems too break wireshark I think
https://errors.yoctoproject.org/Errors/Details/585545/

On Sun, May 16, 2021 at 3:33 PM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  ...-sort-all-wildcard-file-list-expansions.patch | 16 ++++++++--------
>  .../zstd/{zstd_1.4.9.bb => zstd_1.5.0.bb}        |  2 +-
>  2 files changed, 9 insertions(+), 9 deletions(-)
>  rename meta/recipes-extended/zstd/{zstd_1.4.9.bb => zstd_1.5.0.bb} (95%)
>
> 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
> index b5ffb95b713..37c5ff0cc06 100644
> --- 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
> @@ -1,4 +1,4 @@
> -From 986c7917aef632745cb3388a86a2f62347d5a0a5 Mon Sep 17 00:00:00 2001
> +From 77c7963c7a0f1c455f20520d5c7b1ec9b17a44fb 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
> @@ -16,7 +16,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
>   3 files changed, 8 insertions(+), 8 deletions(-)
>
>  diff --git a/programs/Makefile b/programs/Makefile
> -index 936f3c80..b8200fae 100644
> +index 599fb02f..2c416467 100644
>  --- a/programs/Makefile
>  +++ b/programs/Makefile
>  @@ -74,11 +74,11 @@ ZSTDLEGACY_DIR := $(ZSTDDIR)/legacy
> @@ -45,11 +45,11 @@ index 936f3c80..b8200fae 100644
>
>   ZSTD_ALL_SRC = $(ZSTDLIB_LOCAL_SRC) $(ZSTD_CLI_SRC)
>  diff --git a/tests/Makefile b/tests/Makefile
> -index f0605057..74a90b0f 100644
> +index 85553007..b71cdba8 100644
>  --- a/tests/Makefile
>  +++ b/tests/Makefile
> -@@ -49,7 +49,7 @@ ZSTD_FILES  := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES)
> - ZBUFF_FILES := $(ZSTDDIR)/deprecated/*.c
> +@@ -49,7 +49,7 @@ ZSTDDECOMP_FILES := $(ZSTDDIR)/decompress/*.c
> + ZSTD_FILES  := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES)
>   ZDICT_FILES := $(ZSTDDIR)/dictBuilder/*.c
>
>  -ZSTD_F1 := $(wildcard $(ZSTD_FILES))
> @@ -57,7 +57,7 @@ index f0605057..74a90b0f 100644
>   ZSTD_OBJ1 := $(subst $(ZSTDDIR)/common/,zstdm_,$(ZSTD_F1))
>   ZSTD_OBJ2 := $(subst $(ZSTDDIR)/compress/,zstdc_,$(ZSTD_OBJ1))
>   ZSTD_OBJ3 := $(subst $(ZSTDDIR)/decompress/,zstdd_,$(ZSTD_OBJ2))
> -@@ -211,7 +211,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c
> +@@ -202,7 +202,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c
>   invalidDictionaries : $(ZSTD_OBJECTS) invalidDictionaries.c
>
>   legacy : CPPFLAGS += -I$(ZSTDDIR)/legacy -DZSTD_LEGACY_SUPPORT=4
> @@ -67,10 +67,10 @@ index f0605057..74a90b0f 100644
>   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 f3a561de..68a29ef0 100644
> +index ccb574b7..b1cb2935 100644
>  --- a/tests/fuzz/Makefile
>  +++ b/tests/fuzz/Makefile
> -@@ -58,7 +58,7 @@ FUZZ_SRC       := \
> +@@ -62,7 +62,7 @@ FUZZ_SRC       := \
>         $(ZSTDCOMP_SRC) \
>         $(ZSTDDICT_SRC) \
>         $(ZSTDLEGACY_SRC)
> diff --git a/meta/recipes-extended/zstd/zstd_1.4.9.bb b/meta/recipes-extended/zstd/zstd_1.5.0.bb
> similarity index 95%
> rename from meta/recipes-extended/zstd/zstd_1.4.9.bb
> rename to meta/recipes-extended/zstd/zstd_1.5.0.bb
> index b86fdf8b2d5..9c950207431 100644
> --- a/meta/recipes-extended/zstd/zstd_1.4.9.bb
> +++ b/meta/recipes-extended/zstd/zstd_1.5.0.bb
> @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/facebook/zstd.git;branch=release \
>             file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \
>             "
>
> -SRCREV = "e4558ffd1dc49399faf4ee5d85abed4386b4dcf5"
> +SRCREV = "a488ba114ec17ea1054b9057c26a046fc122b3b6"
>  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
>
>  S = "${WORKDIR}/git"
> --
> 2.30.2
>
>
> 
>

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

end of thread, other threads:[~2021-05-26  8:03 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
2021-05-16 22:32 ` [PATCH 02/27] ofono: upgrade 1.31 -> 1.32 Richard Purdie
2021-05-16 22:32 ` [PATCH 03/27] libnss-mdns: upgrade 0.14.1 -> 0.15 Richard Purdie
2021-05-16 22:32 ` [PATCH 04/27] python3-git: upgrade 3.1.14 -> 3.1.17 Richard Purdie
2021-05-16 22:32 ` [PATCH 05/27] bind: upgrade 9.16.13 -> 9.16.15 Richard Purdie
2021-05-16 22:32 ` [PATCH 06/27] vala: upgrade 0.52.2 -> 0.52.3 Richard Purdie
2021-05-16 22:32 ` [PATCH 07/27] libjpeg-turbo: upgrade 2.0.6 -> 2.1.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 08/27] btrfs-tools: upgrade 5.12 -> 5.12.1 Richard Purdie
2021-05-16 22:32 ` [PATCH 09/27] python3-hypothesis: upgrade 6.9.1 -> 6.12.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 10/27] python3-numpy: upgrade 1.20.2 -> 1.20.3 Richard Purdie
2021-05-16 22:32 ` [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0 Richard Purdie
2021-05-17 16:26   ` [OE-core] " Khem Raj
2021-05-17 16:51     ` Richard Purdie
2021-05-16 22:32 ` [PATCH 12/27] gtk+3: upgrade 3.24.28 -> 3.24.29 Richard Purdie
2021-05-16 22:32 ` [PATCH 13/27] sudo: upgrade 1.9.6p1 -> 1.9.7 Richard Purdie
2021-05-16 22:32 ` [PATCH 14/27] stress-ng: upgrade 0.12.06 -> 0.12.08 Richard Purdie
2021-05-16 22:32 ` [PATCH 15/27] less: upgrade 581 -> 586 Richard Purdie
2021-05-16 22:32 ` [PATCH 16/27] libtirpc: upgrade 1.3.1 -> 1.3.2 Richard Purdie
2021-05-16 22:32 ` [PATCH 17/27] libinput: upgrade 1.17.1 -> 1.17.2 Richard Purdie
2021-05-16 22:32 ` [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0 Richard Purdie
2021-05-26  8:02   ` [OE-core] " Khem Raj
2021-05-16 22:32 ` [PATCH 19/27] hdparm: upgrade 9.61 -> 9.62 Richard Purdie
2021-05-16 22:32 ` [PATCH 20/27] libxkbcommon: upgrade 1.2.1 -> 1.3.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 21/27] spirv-tools: upgrade 2020.7 -> 2021.1 Richard Purdie
2021-05-16 22:32 ` [PATCH 22/27] diffoscope: upgrade 172 -> 175 Richard Purdie
2021-05-16 22:32 ` [PATCH 23/27] mpg123: upgrade 1.26.5 -> 1.27.2 Richard Purdie
2021-05-16 22:32 ` [PATCH 24/27] sqlite3: upgrade 3.35.3 -> 3.35.5 Richard Purdie
2021-05-16 22:32 ` [PATCH 25/27] wayland-protocols: upgrade 1.20 -> 1.21 Richard Purdie
2021-05-16 22:32 ` [PATCH 26/27] shaderc: upgrade 2020.5 -> 2021.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 27/27] wpebackend-fdo: upgrade 1.8.3 -> 1.8.4 Richard Purdie
2021-05-17  8:07 ` [OE-core] [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Alexander Kanavin
2021-05-17 16:52   ` Richard Purdie

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.