All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03
@ 2022-09-16 21:07 Richard Purdie
  2022-09-16 21:07 ` [PATCH 02/24] ofono: upgrade 1.34 -> 2.0 Richard Purdie
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:07 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...onf-archive_2022.02.11.bb => autoconf-archive_2022.09.03.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2022.02.11.bb => autoconf-archive_2022.09.03.bb} (85%)

diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb
similarity index 85%
rename from meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb
rename to meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb
index 47bf2380f09..6595ac98bae 100644
--- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
     file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c"
+SRC_URI[sha256sum] = "e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423"
 
 inherit autotools allarch texinfo
 
-- 
2.34.1



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

* [PATCH 02/24] ofono: upgrade 1.34 -> 2.0
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
@ 2022-09-16 21:07 ` Richard Purdie
  2022-09-16 21:07 ` [PATCH 03/24] ccache: upgrade 4.6.2 -> 4.6.3 Richard Purdie
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:07 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-connectivity/ofono/{ofono_1.34.bb => ofono_2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.34.bb => ofono_2.0.bb} (95%)

diff --git a/meta/recipes-connectivity/ofono/ofono_1.34.bb b/meta/recipes-connectivity/ofono/ofono_2.0.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_1.34.bb
rename to meta/recipes-connectivity/ofono/ofono_2.0.bb
index 23631747a73..afd43d26f31 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.34.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.0.bb
@@ -13,7 +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[sha256sum] = "c0b96d3013447ec2bcb74579bef90e4e59c68dbfa4b9c6fbce5d12401a43aac7"
+SRC_URI[sha256sum] = "b0a31bf4d8ff3030c4aef9f8413df999c54df9db2ff0a1d3ec1710e0a9d1a49e"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
 
-- 
2.34.1



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

* [PATCH 03/24] ccache: upgrade 4.6.2 -> 4.6.3
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
  2022-09-16 21:07 ` [PATCH 02/24] ofono: upgrade 1.34 -> 2.0 Richard Purdie
@ 2022-09-16 21:07 ` Richard Purdie
  2022-09-16 21:07 ` [PATCH 04/24] btrfs-tools: upgrade 5.19 -> 5.19.1 Richard Purdie
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:07 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{ccache_4.6.2.bb => ccache_4.6.3.bb}      |  6 ++--
 .../0001-Include-time.h-for-time_t.patch      | 29 -------------------
 ...ude-sys-types.h-for-mode_t-defintion.patch | 25 ----------------
 3 files changed, 2 insertions(+), 58 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_4.6.2.bb => ccache_4.6.3.bb} (80%)
 delete mode 100644 meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch
 delete mode 100644 meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch

diff --git a/meta/recipes-devtools/ccache/ccache_4.6.2.bb b/meta/recipes-devtools/ccache/ccache_4.6.3.bb
similarity index 80%
rename from meta/recipes-devtools/ccache/ccache_4.6.2.bb
rename to meta/recipes-devtools/ccache/ccache_4.6.3.bb
index dbac02243c0..5ed46cdc19e 100644
--- a/meta/recipes-devtools/ccache/ccache_4.6.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.6.3.bb
@@ -13,10 +13,8 @@ DEPENDS = "zstd"
 
 SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz \
            file://0001-xxhash.h-Fix-build-with-gcc-12.patch \
-           file://0001-Include-time.h-for-time_t.patch \
-           file://0002-config-Include-sys-types.h-for-mode_t-defintion.patch \
-"
-SRC_URI[sha256sum] = "6a746a9bed01585388b68e2d58af2e77741fc8d66bc360b5a0b4c41fc284dafe"
+           "
+SRC_URI[sha256sum] = "f46ba3706ad80c30d4d5874dee2bf9227a7fcd0ccaac31b51919a3053d84bd05"
 
 UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"
 
diff --git a/meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch b/meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch
deleted file mode 100644
index d752eb06512..00000000000
--- a/meta/recipes-devtools/ccache/files/0001-Include-time.h-for-time_t.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 590c656838a9b3769a7a855fb1891bfa8d8878ad Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 23 Aug 2022 10:27:21 -0700
-Subject: [PATCH] Include time.h for time_t
-
-Fixes
-src/core/Statistics.hpp:41:37: error: 'time_t' has not been declared
-|    41 |                                     time_t last_updated,
-|       |                                     ^~~~~~
-
-Upstream-Status: Submitted [https://github.com/ccache/ccache/pull/1145]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
----
- src/core/Statistics.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/core/Statistics.hpp b/src/core/Statistics.hpp
-index 54f32e9..eb80e1c 100644
---- a/src/core/Statistics.hpp
-+++ b/src/core/Statistics.hpp
-@@ -21,6 +21,7 @@
- #include <core/StatisticsCounters.hpp>
- 
- #include <cstdint>
-+#include <ctime>
- #include <string>
- #include <unordered_map>
- #include <vector>
diff --git a/meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch b/meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch
deleted file mode 100644
index 0fd77602df5..00000000000
--- a/meta/recipes-devtools/ccache/files/0002-config-Include-sys-types.h-for-mode_t-defintion.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From f98b390a2d323f7f92fb0492b0943d201afe5b8f Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 23 Aug 2022 10:40:53 -0700
-Subject: [PATCH] config: Include sys/types.h for mode_t defintion
-
-Upstream-Status: Submitted [https://github.com/ccache/ccache/pull/1145]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
----
- src/Config.hpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/Config.hpp b/src/Config.hpp
-index a9e08ec..9e7af40 100644
---- a/src/Config.hpp
-+++ b/src/Config.hpp
-@@ -25,6 +25,8 @@
- 
- #include "third_party/nonstd/optional.hpp"
- 
-+#include <sys/types.h>
-+
- #include <cstdint>
- #include <functional>
- #include <limits>
-- 
2.34.1



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

* [PATCH 04/24] btrfs-tools: upgrade 5.19 -> 5.19.1
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
  2022-09-16 21:07 ` [PATCH 02/24] ofono: upgrade 1.34 -> 2.0 Richard Purdie
  2022-09-16 21:07 ` [PATCH 03/24] ccache: upgrade 4.6.2 -> 4.6.3 Richard Purdie
@ 2022-09-16 21:07 ` Richard Purdie
  2022-09-16 21:07 ` [PATCH 05/24] dnf: upgrade 4.13.0 -> 4.14.0 Richard Purdie
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:07 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb
index 4f116a85ace..db8026e0f09 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "96b83b16158f3b87037085761bf212e958473767"
+SRCREV = "e1d9dab326e043696e6648aba4ccf90874d1d3d1"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \
-- 
2.34.1



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

* [PATCH 05/24] dnf: upgrade 4.13.0 -> 4.14.0
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (2 preceding siblings ...)
  2022-09-16 21:07 ` [PATCH 04/24] btrfs-tools: upgrade 5.19 -> 5.19.1 Richard Purdie
@ 2022-09-16 21:07 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 06/24] git: upgrade 2.37.2 -> 2.37.3 Richard Purdie
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:07 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/dnf/dnf_4.13.0.bb b/meta/recipes-devtools/dnf/dnf_4.14.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.13.0.bb
rename to meta/recipes-devtools/dnf/dnf_4.14.0.bb
index bf89ceb2757..48f7e284188 100644
--- a/meta/recipes-devtools/dnf/dnf_4.13.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.14.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
            file://0001-dnf-write-the-log-lock-to-root.patch \
            "
 
-SRCREV = "ef09e48fc3ebbbaf4dfa478e6e0532706506f091"
+SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [PATCH 06/24] git: upgrade 2.37.2 -> 2.37.3
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (3 preceding siblings ...)
  2022-09-16 21:07 ` [PATCH 05/24] dnf: upgrade 4.13.0 -> 4.14.0 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 07/24] ell: upgrade 0.52 -> 0.53 Richard Purdie
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/git/git_2.37.2.bb b/meta/recipes-devtools/git/git_2.37.3.bb
similarity index 98%
rename from meta/recipes-devtools/git/git_2.37.2.bb
rename to meta/recipes-devtools/git/git_2.37.3.bb
index b7858e2e467..2eed85e807f 100644
--- a/meta/recipes-devtools/git/git_2.37.2.bb
+++ b/meta/recipes-devtools/git/git_2.37.3.bb
@@ -165,4 +165,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
                  "
 EXTRA_OEMAKE += "NO_GETTEXT=1"
 
-SRC_URI[tarball.sha256sum] = "4c428908e3a2dca4174df6ef49acc995a4fdb1b45205a2c79794487a33bc06e5"
+SRC_URI[tarball.sha256sum] = "181f65587155ea48c682f63135678ec53055adf1532428752912d356e46b64a8"
-- 
2.34.1



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

* [PATCH 07/24] ell: upgrade 0.52 -> 0.53
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (4 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 06/24] git: upgrade 2.37.2 -> 2.37.3 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 08/24] file: upgrade 5.42 -> 5.43 Richard Purdie
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/ell/{ell_0.52.bb => ell_0.53.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ell/{ell_0.52.bb => ell_0.53.bb} (89%)

diff --git a/meta/recipes-core/ell/ell_0.52.bb b/meta/recipes-core/ell/ell_0.53.bb
similarity index 89%
rename from meta/recipes-core/ell/ell_0.52.bb
rename to meta/recipes-core/ell/ell_0.53.bb
index b2af0d04f00..78174760306 100644
--- a/meta/recipes-core/ell/ell_0.52.bb
+++ b/meta/recipes-core/ell/ell_0.53.bb
@@ -15,7 +15,7 @@ DEPENDS = "dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "83099b14beda2b253a2c69460f9613c5e955b63349e3c00cf2fd506f5b3ba7d0"
+SRC_URI[sha256sum] = "a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad"
 
 do_configure:prepend () {
     mkdir -p ${S}/build-aux
-- 
2.34.1



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

* [PATCH 08/24] file: upgrade 5.42 -> 5.43
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (5 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 07/24] ell: upgrade 0.52 -> 0.53 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 09/24] ninja: upgrade 1.11.0 -> 1.11.1 Richard Purdie
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/file/file_5.42.bb b/meta/recipes-devtools/file/file_5.43.bb
similarity index 97%
rename from meta/recipes-devtools/file/file_5.42.bb
rename to meta/recipes-devtools/file/file_5.43.bb
index 8efcf09c9c6..102d0fda26f 100644
--- a/meta/recipes-devtools/file/file_5.42.bb
+++ b/meta/recipes-devtools/file/file_5.43.bb
@@ -13,7 +13,7 @@ DEPENDS:class-native = "bzip2-replacement-native"
 
 SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https"
 
-SRCREV = "a42b38690579de23403e0aff9b7b2f9cdf55f534"
+SRCREV = "011778a2877f75597ed83c1a2716d917770920ee"
 S = "${WORKDIR}/git"
 
 inherit autotools update-alternatives
-- 
2.34.1



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

* [PATCH 09/24] ninja: upgrade 1.11.0 -> 1.11.1
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (6 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 08/24] file: upgrade 5.42 -> 5.43 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 10/24] libcomps: upgrade 0.1.18 -> 0.1.19 Richard Purdie
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../recipes-devtools/ninja/{ninja_1.11.0.bb => ninja_1.11.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ninja/{ninja_1.11.0.bb => ninja_1.11.1.bb} (94%)

diff --git a/meta/recipes-devtools/ninja/ninja_1.11.0.bb b/meta/recipes-devtools/ninja/ninja_1.11.1.bb
similarity index 94%
rename from meta/recipes-devtools/ninja/ninja_1.11.0.bb
rename to meta/recipes-devtools/ninja/ninja_1.11.1.bb
index 4ec361cc1ad..255f5efb703 100644
--- a/meta/recipes-devtools/ninja/ninja_1.11.0.bb
+++ b/meta/recipes-devtools/ninja/ninja_1.11.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
 
 DEPENDS = "re2c-native ninja-native"
 
-SRCREV = "51edeeb063a82693573db43782d9e3733b2840e4"
+SRCREV = "a524bf3f6bacd1b4ad85d719eed2737d8562f27a"
 
 SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
-- 
2.34.1



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

* [PATCH 10/24] libcomps: upgrade 0.1.18 -> 0.1.19
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (7 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 09/24] ninja: upgrade 1.11.0 -> 1.11.1 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 11/24] python3-hatchling: upgrade 1.8.1 -> 1.9.0 Richard Purdie
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libcomps/{libcomps_0.1.18.bb => libcomps_0.1.19.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libcomps/{libcomps_0.1.18.bb => libcomps_0.1.19.bb} (94%)

diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb
similarity index 94%
rename from meta/recipes-devtools/libcomps/libcomps_0.1.18.bb
rename to meta/recipes-devtools/libcomps/libcomps_0.1.19.bb
index dd0a1f8f952..fa1fbc8f0d8 100644
--- a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;p
            file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
            "
 
-SRCREV = "dee4ae37f7818709802de28c4d16fa823bd83ae2"
+SRCREV = "9322bdcf06630cc094f094f944d7d0e2cb798b73"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [PATCH 11/24] python3-hatchling: upgrade 1.8.1 -> 1.9.0
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (8 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 10/24] libcomps: upgrade 0.1.18 -> 0.1.19 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 12/24] meson: upgrade 0.63.1 -> 0.63.2 Richard Purdie
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb b/meta/recipes-devtools/python/python3-hatchling_1.9.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.9.0.bb
index bfdb664715d..011f5ed1101 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.9.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
 DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native"
 DEPENDS:remove:class-native = "python3-hatchling-native"
 
-SRC_URI[sha256sum] = "448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd"
+SRC_URI[sha256sum] = "b57c7362f437b9426e4b94228a21d2ac5804fbb2abcb01adde2544a35bb303cd"
 
 do_compile:prepend() {
     export PYTHONPATH=src
-- 
2.34.1



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

* [PATCH 12/24] meson: upgrade 0.63.1 -> 0.63.2
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (9 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 11/24] python3-hatchling: upgrade 1.8.1 -> 1.9.0 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 13/24] python3-idna: upgrade 3.3 -> 3.4 Richard Purdie
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/meson/meson_0.63.1.bb b/meta/recipes-devtools/meson/meson_0.63.2.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_0.63.1.bb
rename to meta/recipes-devtools/meson/meson_0.63.2.bb
index 7f77a7de34a..406f5bf05ea 100644
--- a/meta/recipes-devtools/meson/meson_0.63.1.bb
+++ b/meta/recipes-devtools/meson/meson_0.63.2.bb
@@ -17,7 +17,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P
            file://0001-is_debianlike-always-return-False.patch \
            file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \
            "
-SRC_URI[sha256sum] = "06fe13297213d6ff0121c5d5aab25a56ef938ffec57414ed6086fda272cb65e9"
+SRC_URI[sha256sum] = "16222f17ef76be0542c91c07994f9676ae879f46fc21c0c786a21ef2cb518bbf"
 
 UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
 UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
-- 
2.34.1



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

* [PATCH 13/24] python3-idna: upgrade 3.3 -> 3.4
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (10 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 12/24] meson: upgrade 0.63.1 -> 0.63.2 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 14/24] librepo: upgrade 1.14.4 -> 1.14.5 Richard Purdie
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/python/python3-idna_3.3.bb b/meta/recipes-devtools/python/python3-idna_3.4.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-idna_3.3.bb
rename to meta/recipes-devtools/python/python3-idna_3.4.bb
index ee92f44fd58..10c99ee0ea9 100644
--- a/meta/recipes-devtools/python/python3-idna_3.3.bb
+++ b/meta/recipes-devtools/python/python3-idna_3.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kjd/idna"
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1"
 
-SRC_URI[sha256sum] = "9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"
+SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [PATCH 14/24] librepo: upgrade 1.14.4 -> 1.14.5
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (11 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 13/24] python3-idna: upgrade 3.3 -> 3.4 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 15/24] python3-hypothesis: upgrade 6.46.11 -> 6.54.5 Richard Purdie
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...ownloader-Include-unistd.h-for-lseek.patch | 34 -------------------
 .../{librepo_1.14.4.bb => librepo_1.14.5.bb}  |  3 +-
 2 files changed, 1 insertion(+), 36 deletions(-)
 delete mode 100644 meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch
 rename meta/recipes-devtools/librepo/{librepo_1.14.4.bb => librepo_1.14.5.bb} (87%)

diff --git a/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch b/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch
deleted file mode 100644
index 22b3110a617..00000000000
--- a/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 5c63ec2e2d4726268ace85e5c61727cbd811d982 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 27 Aug 2022 09:00:24 -0700
-Subject: [PATCH] metadata_downloader: Include unistd.h for lseek()
-
-This is found when compiling on musl systems
-
-Fixes
-
-metadata_downloader.c:331:9: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
-        lseek(fd_value, SEEK_SET, 0);
-        ^
-
-Upstream-Status: Submitted [https://github.com/rpm-software-management/librepo/pull/263]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- librepo/metadata_downloader.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/librepo/metadata_downloader.c b/librepo/metadata_downloader.c
-index 123c77b..6604255 100644
---- a/librepo/metadata_downloader.c
-+++ b/librepo/metadata_downloader.c
-@@ -24,6 +24,7 @@
- #include <assert.h>
- #include <string.h>
- #include <errno.h>
-+#include <unistd.h>
- #include <sys/stat.h>
- 
- #include "librepo/librepo.h"
--- 
-2.37.2
-
diff --git a/meta/recipes-devtools/librepo/librepo_1.14.4.bb b/meta/recipes-devtools/librepo/librepo_1.14.5.bb
similarity index 87%
rename from meta/recipes-devtools/librepo/librepo_1.14.4.bb
rename to meta/recipes-devtools/librepo/librepo_1.14.5.bb
index 2b8bd132f35..46cfce53ff6 100644
--- a/meta/recipes-devtools/librepo/librepo_1.14.4.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.14.5.bb
@@ -8,10 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \
            file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
            file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
-           file://0001-metadata_downloader-Include-unistd.h-for-lseek.patch \
            "
 
-SRCREV = "2bd1041c741c85bc196ca01dcca1eae6099eb742"
+SRCREV = "f4b915be5e04e88263097f65addfcac5919fef41"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [PATCH 15/24] python3-hypothesis: upgrade 6.46.11 -> 6.54.5
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (12 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 14/24] librepo: upgrade 1.14.4 -> 1.14.5 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 16/24] python3-numpy: upgrade 1.23.2 -> 1.23.3 Richard Purdie
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb b/meta/recipes-devtools/python/python3-hypothesis_6.54.5.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.54.5.bb
index 1d9772d4ff0..9adb614493e 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.54.5.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "f5c1cf61b24b094355577a6b8fbbb8eb54c1b0216fbc0519af97c46bddf43c42"
+SRC_URI[sha256sum] = "8a9056825695f415bfad4e808ae719fc01383a9ab659775319724365afcc7ec7"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.34.1



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

* [PATCH 16/24] python3-numpy: upgrade 1.23.2 -> 1.23.3
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (13 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 15/24] python3-hypothesis: upgrade 6.46.11 -> 6.54.5 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 17/24] libdnf: upgrade 0.68.0 -> 0.69.0 Richard Purdie
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/python/python3-numpy_1.23.2.bb b/meta/recipes-devtools/python/python3-numpy_1.23.3.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-numpy_1.23.2.bb
rename to meta/recipes-devtools/python/python3-numpy_1.23.3.bb
index 960dcf94104..1e591c260f6 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.23.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.23.3.bb
@@ -13,7 +13,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
            file://run-ptest \
            file://0001-generate_umath.py-do-not-write-full-path-to-output-f.patch \
            "
-SRC_URI[sha256sum] = "b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01"
+SRC_URI[sha256sum] = "51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
-- 
2.34.1



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

* [PATCH 17/24] libdnf: upgrade 0.68.0 -> 0.69.0
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (14 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 16/24] python3-numpy: upgrade 1.23.2 -> 1.23.3 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 18/24] python3-psutil: upgrade 5.9.1 -> 5.9.2 Richard Purdie
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libdnf/{libdnf_0.68.0.bb => libdnf_0.69.0.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libdnf/{libdnf_0.68.0.bb => libdnf_0.69.0.bb} (97%)

diff --git a/meta/recipes-devtools/libdnf/libdnf_0.68.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.69.0.bb
similarity index 97%
rename from meta/recipes-devtools/libdnf/libdnf_0.68.0.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.69.0.bb
index 86cf41c1024..da2550d323f 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.68.0.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.69.0.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
            file://0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch \
            "
 
-SRCREV = "388e7699f8a75fa81aca05d09389acea7e489168"
+SRCREV = "5c6d9cd6e5955e7038722f091396607c60fcbdd1"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [PATCH 18/24] python3-psutil: upgrade 5.9.1 -> 5.9.2
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (15 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 17/24] libdnf: upgrade 0.68.0 -> 0.69.0 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 19/24] ffmpeg: upgrade 5.1 -> 5.1.1 Richard Purdie
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.1.bb b/meta/recipes-devtools/python/python3-psutil_5.9.2.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-psutil_5.9.1.bb
rename to meta/recipes-devtools/python/python3-psutil_5.9.2.bb
index 04b6fb02de8..5b31014657e 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.1.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.2.bb
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
 HOMEPAGE = "https://pypi.org/project/psutil/"
 
-SRC_URI[sha256sum] = "57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954"
+SRC_URI[sha256sum] = "feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [PATCH 19/24] ffmpeg: upgrade 5.1 -> 5.1.1
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (16 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 18/24] python3-psutil: upgrade 5.9.1 -> 5.9.2 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 20/24] repo: upgrade 2.29.1 -> 2.29.2 Richard Purdie
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.1.bb
similarity index 98%
rename from meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.bb
rename to meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.1.bb
index bb507b4974b..2306fe4a42f 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.1.bb
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
 SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz"
-SRC_URI[sha256sum] = "55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03"
+SRC_URI[sha256sum] = "95bf3ff8c496511e71e958fb249e663c8c9c3de583c5bebc0f5a9745abbc0435"
 
 # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
 ARM_INSTRUCTION_SET:armv4 = "arm"
-- 
2.34.1



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

* [PATCH 20/24] repo: upgrade 2.29.1 -> 2.29.2
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (17 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 19/24] ffmpeg: upgrade 5.1 -> 5.1.1 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 21/24] nghttp2: upgrade 1.48.0 -> 1.49.0 Richard Purdie
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/repo/{repo_2.29.1.bb => repo_2.29.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.29.1.bb => repo_2.29.2.bb} (95%)

diff --git a/meta/recipes-devtools/repo/repo_2.29.1.bb b/meta/recipes-devtools/repo/repo_2.29.2.bb
similarity index 95%
rename from meta/recipes-devtools/repo/repo_2.29.1.bb
rename to meta/recipes-devtools/repo/repo_2.29.2.bb
index 740132c2f6e..42fd18ac246 100644
--- a/meta/recipes-devtools/repo/repo_2.29.1.bb
+++ b/meta/recipes-devtools/repo/repo_2.29.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
            file://0001-python3-shebang.patch \
            "
-SRCREV = "4112c07688d0e0e568478e9f42be349bdd511d45"
+SRCREV = "891e8f72ce3551a19c377456574bbfbeac5c8b8e"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
 
-- 
2.34.1



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

* [PATCH 21/24] nghttp2: upgrade 1.48.0 -> 1.49.0
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (18 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 20/24] repo: upgrade 2.29.1 -> 2.29.2 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 22/24] libjitterentropy: upgrade 3.4.0 -> 3.4.1 Richard Purdie
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.49.0.bb
similarity index 93%
rename from meta/recipes-support/nghttp2/nghttp2_1.48.0.bb
rename to meta/recipes-support/nghttp2/nghttp2_1.49.0.bb
index 4ff3ab829b4..b7bcd0ece0e 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.49.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "\
     https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz \
     file://0001-fetch-ocsp-response-use-python3.patch \
 "
-SRC_URI[sha256sum] = "47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4"
+SRC_URI[sha256sum] = "b0cfd492bbf0b131c472e8f6501c9f4ee82b51b68130f47b278c0b7c9848a66e"
 
 inherit cmake manpages python3native
 PACKAGECONFIG[manpages] = ""
-- 
2.34.1



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

* [PATCH 22/24] libjitterentropy: upgrade 3.4.0 -> 3.4.1
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (19 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 21/24] nghttp2: upgrade 1.48.0 -> 1.49.0 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 23/24] sqlite3: upgrade 3.39.2 -> 3.39.3 Richard Purdie
  2022-09-16 21:08 ` [PATCH 24/24] diffoscope: upgrade 220 -> 221 Richard Purdie
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
similarity index 95%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
index 1d291cc357e..3fb8c6b1479 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64a87180908540620ce364b5e69b3b03 \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
 SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "2e5019cfe63038faaa405ce53715effe4ea580e4"
+SRCREV = "4544e11320138ac02797af81766f4476a71bb09f"
 S = "${WORKDIR}/git"
 
 # remove at next version upgrade or when output changes
-- 
2.34.1



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

* [PATCH 23/24] sqlite3: upgrade 3.39.2 -> 3.39.3
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (20 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 22/24] libjitterentropy: upgrade 3.4.0 -> 3.4.1 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  2022-09-16 21:08 ` [PATCH 24/24] diffoscope: upgrade 220 -> 221 Richard Purdie
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-support/sqlite/sqlite3_3.39.2.bb b/meta/recipes-support/sqlite/sqlite3_3.39.3.bb
similarity index 86%
rename from meta/recipes-support/sqlite/sqlite3_3.39.2.bb
rename to meta/recipes-support/sqlite/sqlite3_3.39.3.bb
index dfef4808952..fce497e0e17 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.39.2.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.39.3.bb
@@ -4,7 +4,7 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
 
 SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "852be8a6183a17ba47cee0bbff7400b7aa5affd283bf3beefc34fcd088a239de"
+SRC_URI[sha256sum] = "7868fb3082be3f2cf4491c6fba6de2bddcbc293a35fefb0624ee3c13f01422b9"
 
 # -19242 is only an issue in specific development branch commits
 CVE_CHECK_IGNORE += "CVE-2019-19242"
-- 
2.34.1



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

* [PATCH 24/24] diffoscope: upgrade 220 -> 221
  2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
                   ` (21 preceding siblings ...)
  2022-09-16 21:08 ` [PATCH 23/24] sqlite3: upgrade 3.39.2 -> 3.39.3 Richard Purdie
@ 2022-09-16 21:08 ` Richard Purdie
  22 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2022-09-16 21:08 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-support/diffoscope/diffoscope_220.bb b/meta/recipes-support/diffoscope/diffoscope_221.bb
similarity index 92%
rename from meta/recipes-support/diffoscope/diffoscope_220.bb
rename to meta/recipes-support/diffoscope/diffoscope_221.bb
index dc556477fa5..c801200d7c3 100644
--- a/meta/recipes-support/diffoscope/diffoscope_220.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_221.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "7873e13ac8b11b634ee3490b70b056c6a6bae9cfb794d6ba7cb43e7797b2a829"
+SRC_URI[sha256sum] = "7b1724e9b1e5ac6597cac07d0acd2661db1bcf0d6a9b2e87be21b5e3806be9f8"
 
 RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
 
-- 
2.34.1



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

end of thread, other threads:[~2022-09-16 21:08 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 21:07 [PATCH 01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 Richard Purdie
2022-09-16 21:07 ` [PATCH 02/24] ofono: upgrade 1.34 -> 2.0 Richard Purdie
2022-09-16 21:07 ` [PATCH 03/24] ccache: upgrade 4.6.2 -> 4.6.3 Richard Purdie
2022-09-16 21:07 ` [PATCH 04/24] btrfs-tools: upgrade 5.19 -> 5.19.1 Richard Purdie
2022-09-16 21:07 ` [PATCH 05/24] dnf: upgrade 4.13.0 -> 4.14.0 Richard Purdie
2022-09-16 21:08 ` [PATCH 06/24] git: upgrade 2.37.2 -> 2.37.3 Richard Purdie
2022-09-16 21:08 ` [PATCH 07/24] ell: upgrade 0.52 -> 0.53 Richard Purdie
2022-09-16 21:08 ` [PATCH 08/24] file: upgrade 5.42 -> 5.43 Richard Purdie
2022-09-16 21:08 ` [PATCH 09/24] ninja: upgrade 1.11.0 -> 1.11.1 Richard Purdie
2022-09-16 21:08 ` [PATCH 10/24] libcomps: upgrade 0.1.18 -> 0.1.19 Richard Purdie
2022-09-16 21:08 ` [PATCH 11/24] python3-hatchling: upgrade 1.8.1 -> 1.9.0 Richard Purdie
2022-09-16 21:08 ` [PATCH 12/24] meson: upgrade 0.63.1 -> 0.63.2 Richard Purdie
2022-09-16 21:08 ` [PATCH 13/24] python3-idna: upgrade 3.3 -> 3.4 Richard Purdie
2022-09-16 21:08 ` [PATCH 14/24] librepo: upgrade 1.14.4 -> 1.14.5 Richard Purdie
2022-09-16 21:08 ` [PATCH 15/24] python3-hypothesis: upgrade 6.46.11 -> 6.54.5 Richard Purdie
2022-09-16 21:08 ` [PATCH 16/24] python3-numpy: upgrade 1.23.2 -> 1.23.3 Richard Purdie
2022-09-16 21:08 ` [PATCH 17/24] libdnf: upgrade 0.68.0 -> 0.69.0 Richard Purdie
2022-09-16 21:08 ` [PATCH 18/24] python3-psutil: upgrade 5.9.1 -> 5.9.2 Richard Purdie
2022-09-16 21:08 ` [PATCH 19/24] ffmpeg: upgrade 5.1 -> 5.1.1 Richard Purdie
2022-09-16 21:08 ` [PATCH 20/24] repo: upgrade 2.29.1 -> 2.29.2 Richard Purdie
2022-09-16 21:08 ` [PATCH 21/24] nghttp2: upgrade 1.48.0 -> 1.49.0 Richard Purdie
2022-09-16 21:08 ` [PATCH 22/24] libjitterentropy: upgrade 3.4.0 -> 3.4.1 Richard Purdie
2022-09-16 21:08 ` [PATCH 23/24] sqlite3: upgrade 3.39.2 -> 3.39.3 Richard Purdie
2022-09-16 21:08 ` [PATCH 24/24] diffoscope: upgrade 220 -> 221 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.