* [OE-core] [PATCH 02/20] bash-completion: upgrade 2.14.0 -> 2.15.0
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 03/20] btrfs-tools: upgrade 6.11 -> 6.12 wangmy
` (18 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* _comp_abspath:** handle ".."
* _comp_compgen_filedir,_comp_compgen_filedir_xspec:** don’t suggest . nor .. nor */. nor */.. unless the user input is .. or */..
* associate unzip and friends with *.vsix
* curl:** Complete "%", "-" for --trace[-ascii]
* curl:** Complete files for --json, --write-out
* curl:** Complete stdin "-" in file locations
* fprintd-*:** new completions
* iftop:** -G, -s, -L, and -o arg (non-)completions
* ip:** complete ip ntable show
* java:** enable .java filename completion for java command
* kata-runtime:** add 3rd party fallback completion loader
* nerdctl:** add 3rd party fallback completion loader
* ngrok:** add 3rd party fallback completion loader
* openssl:** Stop having subcommands hardcoded
* python,pyvenv:** versioned 3.13 executable support
* set:** more featureful completion
* slabtop:** new completion
* sops:** add 3rd party fallback completion loader
* tar:** use long option compression options
* todoist:** add 3rd party fallback completion loader
* uv:** add 3rd party fallback completion loader
* uvx:** add 3rd party fallback completion loader
* wine:** complete with '*.bat' and '*.cmd'
* xv:** associate with *.webp and *.pnm
* xxd:** add -n, -o, and -R arg (non-)completions
* _comp_compgen:** use 'compgen -V array_name' in 'bash >= 5.3'
* _comp_expand_glob:** set LC_COLLATE for the sorting order
* _comp_expand_glob:** work around GLOBSORT in Bash 5.3
* compatdir:** use _comp_expand_glob for the correct order
* curl:** Complete all and category for --help
* dpkg:** Add missing short option -R
* rsync,ssh:** do not overescape spaces in remote filenames
* source files using absolute paths for absolute BASH_SOURCE
* tar:** Complete added files with long opts
* update-alternatives:** fix the "--help" parsing
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../{bash-completion_2.14.0.bb => bash-completion_2.15.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/bash-completion/{bash-completion_2.14.0.bb => bash-completion_2.15.0.bb} (92%)
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.15.0.bb
similarity index 92%
rename from meta/recipes-support/bash-completion/bash-completion_2.14.0.bb
rename to meta/recipes-support/bash-completion/bash-completion_2.15.0.bb
index 06c81beaa0..709443c067 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.15.0.bb
@@ -14,7 +14,7 @@ SECTION = "console/utils"
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168"
+SRC_URI[sha256sum] = "976a62ee6226970283cda85ecb9c7a4a88f62574c0a6f9e856126976decf1a06"
GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"
PARALLEL_MAKE = ""
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 03/20] btrfs-tools: upgrade 6.11 -> 6.12
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 02/20] bash-completion: upgrade 2.14.0 -> 2.15.0 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 04/20] ell: upgrade 0.70 -> 0.71 wangmy
` (17 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Changelog:
============
* subvolume delete: add new option to do recursive subvolume deletion (for
regular user delete only accessible subvolumes)
* mkfs:
* new option --subvol to create subvolumes in given paths, read-write,
read-only and default
* add hard link detection support for --rootdir option
* fixes:
* receive: message verbosity fixes
* check: fix false positive report of missing checksum for extent holes
* check: handle compressed extents when checking tree log
* when asking Y/N user questions, flush the terminal so the question is
displayed (e.g. btrfstune -S)
* other
* code refactoring, error handling
* python packaging fixes
* documentation updates
* new tests
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../btrfs-tools/{btrfs-tools_6.11.bb => btrfs-tools_6.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.11.bb => btrfs-tools_6.12.bb} (98%)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb
index fa0599d28d..3c0bb81f75 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
"
-SRCREV = "8859114eaee39c117ff95f5b60b4e81fc22f96e7"
+SRCREV = "85ca0a6d60c14eefda509970a26616ff16115612"
S = "${WORKDIR}/git"
PACKAGECONFIG ??= " \
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 04/20] ell: upgrade 0.70 -> 0.71
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 02/20] bash-completion: upgrade 2.14.0 -> 2.15.0 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 03/20] btrfs-tools: upgrade 6.11 -> 6.12 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 05/20] git: upgrade 2.47.0 -> 2.47.1 wangmy
` (16 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-core/ell/{ell_0.70.bb => ell_0.71.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ell/{ell_0.70.bb => ell_0.71.bb} (88%)
diff --git a/meta/recipes-core/ell/ell_0.70.bb b/meta/recipes-core/ell/ell_0.71.bb
similarity index 88%
rename from meta/recipes-core/ell/ell_0.70.bb
rename to meta/recipes-core/ell/ell_0.71.bb
index f855b4df36..b9a0b595d4 100644
--- a/meta/recipes-core/ell/ell_0.70.bb
+++ b/meta/recipes-core/ell/ell_0.71.bb
@@ -15,4 +15,4 @@ DEPENDS = "dbus"
inherit autotools pkgconfig
SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "1bb7f5d73df34b46c4dd340fec98442d7dac2a7b4ce0ee3fc779ca2fbe6fe591"
+SRC_URI[sha256sum] = "850f79cc993791f00232fd31cbaf3e8212edcef25ca0515f98c6d48dfb5952d7"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 05/20] git: upgrade 2.47.0 -> 2.47.1
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (2 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 04/20] ell: upgrade 0.70 -> 0.71 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 06/20] gnupg: upgrade 2.5.1 -> 2.5.2 wangmy
` (15 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-devtools/git/{git_2.47.0.bb => git_2.47.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/git/{git_2.47.0.bb => git_2.47.1.bb} (98%)
diff --git a/meta/recipes-devtools/git/git_2.47.0.bb b/meta/recipes-devtools/git/git_2.47.1.bb
similarity index 98%
rename from meta/recipes-devtools/git/git_2.47.0.bb
rename to meta/recipes-devtools/git/git_2.47.1.bb
index 67356874b5..8b5bfecd6a 100644
--- a/meta/recipes-devtools/git/git_2.47.0.bb
+++ b/meta/recipes-devtools/git/git_2.47.1.bb
@@ -164,4 +164,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
"
EXTRA_OEMAKE += "NO_GETTEXT=1"
-SRC_URI[tarball.sha256sum] = "a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a"
+SRC_URI[tarball.sha256sum] = "f4c4e98667800585d218dfdf415eb72f73baa7abcac4569e2ce497970f8d6665"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 06/20] gnupg: upgrade 2.5.1 -> 2.5.2
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (3 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 05/20] git: upgrade 2.47.0 -> 2.47.1 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 07/20] gstreamer1.0: upgrade 1.24.9 -> 1.24.10 wangmy
` (14 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
0001-fix-compile-failure-with-musl.patch
relocate.patch
refreshed for 2.5.2
Changelog:
============
* gpg: Add option 16 to --full-gen-key to create ECC+Kyber.
* gpg: For composite algos add the algo string to the colons listings.
* gpg: Validate the trustdb after the import of a trusted key.
* gpg: Exclude expired trusted keys from the key validation process.
* gpg: Fix a wrong decryption failed status for signed and OCB
encrypted messages without a signature verification key.
* gpg: Retain binary representation for import->export with Ed25519
key signatures.
* gpg: Fix comparing ed448 to ed25519 with --assert-pubkey-algo.
* gpg: Avoid a failure exit code for expired ultimately trusted keys.
* gpg: Emit status error for an invalid ADSK.
* gpg: Allow the use of an ADSK subkey as ADSK subkey.
* gpg: Fix --quick-set-expire for V5 subkey fingerprints.
* gpg: Robust error handling for SCD READKEY.
* gpg: Fix cv25519 v5 export regression.
* gpgsm: Nearly fourfold speedup of validated certificate listings.
* gpgsm: Improvement for some rare P12 files.
* gpgsm: Terminate key listing on output write error.
* agent: Add option --status to the LISTRUSTED command.
* agent: Fix detection of the yet unused trustflag de-vs.
* agent: Allow ssh to sign data larger than the Assuan line length.
* keyboxd: Fix a race condition on the database handle.
* dirmngr: A list of used URLs for loaded CRLs is printed first in
the output of the LISTCRL command.
* scd: More mitigations against lock ups with multiple cards or apps.
* gpgtar: Use log-file from common.conf only in --batch mode.
* gpgtar: Fix directory creation during extraction.
* gpg-mail-tube: Minor fixes.
* gpgconf: Add list flag to trusted-key et al.
* Implement GNUPG_ASSUME_COMPLIANCE envvar and registry key for
testing de-vs compliance mode.
* Enable additional runtime protections in speedo builds for windows.
* Fix a race condition in creating the socket directory.
* Fix a build problem on macOS (missing unistd.h).
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../0001-fix-compile-failure-with-musl.patch | 8 ++++----
.../recipes-support/gnupg/gnupg/relocate.patch | 18 +++++++++---------
.../gnupg/{gnupg_2.5.1.bb => gnupg_2.5.2.bb} | 2 +-
3 files changed, 14 insertions(+), 14 deletions(-)
rename meta/recipes-support/gnupg/{gnupg_2.5.1.bb => gnupg_2.5.2.bb} (97%)
diff --git a/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch b/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch
index 13c1a36366..ec99f4b10c 100644
--- a/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch
+++ b/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch
@@ -1,4 +1,4 @@
-From 2e7534f3f7694ba426615b2061c235908097bb9b Mon Sep 17 00:00:00 2001
+From 81c222ea179ef73fcae4b50c56342bdad4787a28 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Thu, 22 Aug 2024 15:31:16 +0800
Subject: [PATCH] fix compile failure with musl
@@ -20,7 +20,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
1 file changed, 1 insertion(+)
diff --git a/scd/app.c b/scd/app.c
-index 525950e..7180178 100644
+index ba7bb23..7d41e53 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -24,6 +24,7 @@
@@ -29,5 +29,5 @@ index 525950e..7180178 100644
#include <npth.h>
+#include <unistd.h>
- #include "scdaemon.h"
- #include "../common/exechelp.h"
+ #ifndef HAVE_W32_SYSTEM
+ #include <fcntl.h> /* F_SETFD F_GETFL F_SETFL O_NONBLOCK fcntl(2) */
diff --git a/meta/recipes-support/gnupg/gnupg/relocate.patch b/meta/recipes-support/gnupg/gnupg/relocate.patch
index 6fcbc2d18f..08e70fb444 100644
--- a/meta/recipes-support/gnupg/gnupg/relocate.patch
+++ b/meta/recipes-support/gnupg/gnupg/relocate.patch
@@ -1,4 +1,4 @@
-From 3c761174b0ec6f49f184f16a0b0eaade44264edc Mon Sep 17 00:00:00 2001
+From 93fef8f493ee66856ef02351da25583eea94202d Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@intel.com>
Date: Wed, 19 Sep 2018 14:44:40 +0100
Subject: [PATCH] Allow the environment to override where gnupg looks for its
@@ -13,10 +13,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/common/homedir.c b/common/homedir.c
-index a73182e..9994a9a 100644
+index d26ddd9..24224c0 100644
--- a/common/homedir.c
+++ b/common/homedir.c
-@@ -1439,7 +1439,7 @@ gnupg_socketdir (void)
+@@ -1451,7 +1451,7 @@ gnupg_socketdir (void)
if (!name)
{
unsigned int dummy;
@@ -25,7 +25,7 @@ index a73182e..9994a9a 100644
gpgrt_annotate_leaked_object (name);
}
-@@ -1468,7 +1468,7 @@ gnupg_sysconfdir (void)
+@@ -1480,7 +1480,7 @@ gnupg_sysconfdir (void)
if (dir)
return dir;
else
@@ -34,7 +34,7 @@ index a73182e..9994a9a 100644
#endif /*!HAVE_W32_SYSTEM*/
}
-@@ -1504,7 +1504,7 @@ gnupg_bindir (void)
+@@ -1516,7 +1516,7 @@ gnupg_bindir (void)
return name;
}
else
@@ -43,7 +43,7 @@ index a73182e..9994a9a 100644
#endif /*!HAVE_W32_SYSTEM*/
}
-@@ -1531,7 +1531,7 @@ gnupg_libexecdir (void)
+@@ -1543,7 +1543,7 @@ gnupg_libexecdir (void)
return name;
}
else
@@ -52,7 +52,7 @@ index a73182e..9994a9a 100644
#endif /*!HAVE_W32_SYSTEM*/
}
-@@ -1561,7 +1561,7 @@ gnupg_libdir (void)
+@@ -1573,7 +1573,7 @@ gnupg_libdir (void)
return name;
}
else
@@ -61,7 +61,7 @@ index a73182e..9994a9a 100644
#endif /*!HAVE_W32_SYSTEM*/
}
-@@ -1592,7 +1592,7 @@ gnupg_datadir (void)
+@@ -1604,7 +1604,7 @@ gnupg_datadir (void)
return name;
}
else
@@ -70,7 +70,7 @@ index a73182e..9994a9a 100644
#endif /*!HAVE_W32_SYSTEM*/
}
-@@ -1624,7 +1624,7 @@ gnupg_localedir (void)
+@@ -1636,7 +1636,7 @@ gnupg_localedir (void)
return name;
}
else
diff --git a/meta/recipes-support/gnupg/gnupg_2.5.1.bb b/meta/recipes-support/gnupg/gnupg_2.5.2.bb
similarity index 97%
rename from meta/recipes-support/gnupg/gnupg_2.5.1.bb
rename to meta/recipes-support/gnupg/gnupg_2.5.2.bb
index 080056f74c..64c63e31ce 100644
--- a/meta/recipes-support/gnupg/gnupg_2.5.1.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.5.2.bb
@@ -24,7 +24,7 @@ SRC_URI:append:class-native = " file://0001-configure.ac-use-a-custom-value-for-
file://relocate.patch"
SRC_URI:append:class-nativesdk = " file://relocate.patch"
-SRC_URI[sha256sum] = "8a34bb318499867962c939e156666ada93ed81f01926590ac68f3ff79178375e"
+SRC_URI[sha256sum] = "7f404ccc6a58493fedc15faef59f3ae914831cff866a23f0bf9d66cfdd0fea29"
EXTRA_OECONF = "--disable-ldap \
--disable-ccid-driver \
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 07/20] gstreamer1.0: upgrade 1.24.9 -> 1.24.10
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (4 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 06/20] gnupg: upgrade 2.5.1 -> 2.5.2 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 08/20] hwdata: upgrade 0.389 -> 0.390 wangmy
` (13 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../{gst-devtools_1.24.9.bb => gst-devtools_1.24.10.bb} | 2 +-
...treamer1.0-libav_1.24.9.bb => gstreamer1.0-libav_1.24.10.bb} | 2 +-
...lugins-bad_1.24.9.bb => gstreamer1.0-plugins-bad_1.24.10.bb} | 2 +-
...gins-base_1.24.9.bb => gstreamer1.0-plugins-base_1.24.10.bb} | 2 +-
...gins-good_1.24.9.bb => gstreamer1.0-plugins-good_1.24.10.bb} | 2 +-
...gins-ugly_1.24.9.bb => gstreamer1.0-plugins-ugly_1.24.10.bb} | 2 +-
...eamer1.0-python_1.24.9.bb => gstreamer1.0-python_1.24.10.bb} | 2 +-
...tsp-server_1.24.9.bb => gstreamer1.0-rtsp-server_1.24.10.bb} | 2 +-
...treamer1.0-vaapi_1.24.9.bb => gstreamer1.0-vaapi_1.24.10.bb} | 2 +-
.../{gstreamer1.0_1.24.9.bb => gstreamer1.0_1.24.10.bb} | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.24.9.bb => gst-devtools_1.24.10.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.24.9.bb => gstreamer1.0-libav_1.24.10.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.24.9.bb => gstreamer1.0-plugins-bad_1.24.10.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.24.9.bb => gstreamer1.0-plugins-base_1.24.10.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.24.9.bb => gstreamer1.0-plugins-good_1.24.10.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.24.9.bb => gstreamer1.0-plugins-ugly_1.24.10.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.24.9.bb => gstreamer1.0-python_1.24.10.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.24.9.bb => gstreamer1.0-rtsp-server_1.24.10.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.24.9.bb => gstreamer1.0-vaapi_1.24.10.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.24.9.bb => gstreamer1.0_1.24.10.bb} (97%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.10.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.24.10.bb
index 63779b5aff..7e46634ed0 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.10.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
file://0001-connect-has-a-different-signature-on-musl.patch \
"
-SRC_URI[sha256sum] = "cf1de1aafa6eb4fd0365932b251528e2340b88697541e021628c5f7259970fb8"
+SRC_URI[sha256sum] = "2983537148b0a8d52bad2a3f4c9dcca808fd5aa12fccee25acc4a4277f0780ec"
DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
RRECOMMENDS:${PN} = "git"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.10.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.10.bb
index a5cfc8632a..629e9516c3 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.10.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
"
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[sha256sum] = "32682e9ae508ee01f4fb134b3a520081e2ac007220997577624b1d16171d456c"
+SRC_URI[sha256sum] = "4cf2e2d8204e54ba8af9519a8b9b7ffa6e951a7087afa0dfe83c125d49bbb5fb"
S = "${WORKDIR}/gst-libav-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.10.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.10.bb
index be2628d14a..789e1aef8e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.10.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
file://0002-avoid-including-sys-poll.h-directly.patch \
file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
"
-SRC_URI[sha256sum] = "36fcf7a9af0a753b43bb03b9835246f74d72f7124369e66a1e2dc7b04f5a5cab"
+SRC_URI[sha256sum] = "1707e3103950c9baed364a8af2ba0495d6b113fcd36e1062dda5f582b8f8904d"
S = "${WORKDIR}/gst-plugins-bad-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.10.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.10.bb
index 996a06500e..452685d2ea 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.10.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
file://0003-viv-fb-Make-sure-config.h-is-included.patch \
file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
"
-SRC_URI[sha256sum] = "5bb3b946907d3ce04dd842b610c8111c2b0611351b25a1fa22af5efa897857cb"
+SRC_URI[sha256sum] = "ebd57b1be924c6e24f327dd55bab9d8fbaaebe5e1dc8fca784182ab2b12d23eb"
S = "${WORKDIR}/gst-plugins-base-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.10.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.10.bb
index 95f03b1da2..653aa1cfc4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.10.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz"
-SRC_URI[sha256sum] = "897de50bff337e3ca2f86f1eaa28e0828d83024156162a50c4ea0af86e29799f"
+SRC_URI[sha256sum] = "fce748fa66d7a8ee1fb261489e59d01e3fa787623d6d5c35068416fe7cd0acb3"
S = "${WORKDIR}/gst-plugins-good-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.10.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.10.bb
index 45abe68659..607dc71971 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.10.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
"
-SRC_URI[sha256sum] = "4b6b30110f38cd05eb67422297142b75a55fe00003105f48b13603e6761cc3b6"
+SRC_URI[sha256sum] = "9df6fd85a7256241efbb25f84b337575e3b345266f5dab3849371e4694779f18"
S = "${WORKDIR}/gst-plugins-ugly-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.10.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.10.bb
index 25c9179bfd..f682f093eb 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.10.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "80e61d587c34cbac79e46c927b71cf32c4bf9bb0868ce5aa4b7444bdad83f42e"
+SRC_URI[sha256sum] = "135bcf8b6f1468bc31e5660409fe8ed38109f01dec44743514aa2fa6b3863309"
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.10.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.10.bb
index 776e177b9f..a33c8c0027 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.10.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "299c9aafac3c91bbebe4cd481ed4e4ade8cb2b0677097bc4a8dcf6d4364c9804"
+SRC_URI[sha256sum] = "db21dfdd7bf2e718564d557378ada5358b411efe2a3e89e9f0f87a74537e2adc"
S = "${WORKDIR}/${PNREAL}-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.10.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.10.bb
index 0cc62e345e..31b4aa27e3 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.10.bb
@@ -13,7 +13,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.x
file://0001-meson-Re-added-required-lines-accidentally-removed.patch \
"
-SRC_URI[sha256sum] = "c2373e9b4d6655535d355207f60084b0fb3b28566fe9bb4ca1da714439da4ae1"
+SRC_URI[sha256sum] = "21593dbde5c6bcdcfe99195defbe3c3f4da01cb85f8ec10aae943887d39d8a4c"
S = "${WORKDIR}/${REALPN}-${PV}"
DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.10.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.10.bb
index a756f9e3a2..326a2f26a9 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.10.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
file://0003-tests-use-a-dictionaries-for-environment.patch \
file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
"
-SRC_URI[sha256sum] = "ebf47b6beef508a00c8557d4c1f1713e5c7ef9ba70dac45deed80e182bcf260f"
+SRC_URI[sha256sum] = "9fc45b1a332e8f812f09e95c281cd75969f6d1682d062a815db0e7bc047518fd"
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
check \
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 08/20] hwdata: upgrade 0.389 -> 0.390
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (5 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 07/20] gstreamer1.0: upgrade 1.24.9 -> 1.24.10 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 09/20] kexec-tools: upgrade 2.0.29 -> 2.0.30 wangmy
` (12 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../recipes-support/hwdata/{hwdata_0.389.bb => hwdata_0.390.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/hwdata/{hwdata_0.389.bb => hwdata_0.390.bb} (93%)
diff --git a/meta/recipes-support/hwdata/hwdata_0.389.bb b/meta/recipes-support/hwdata/hwdata_0.390.bb
similarity index 93%
rename from meta/recipes-support/hwdata/hwdata_0.389.bb
rename to meta/recipes-support/hwdata/hwdata_0.390.bb
index 8ab455cd2e..3ca39ead73 100644
--- a/meta/recipes-support/hwdata/hwdata_0.389.bb
+++ b/meta/recipes-support/hwdata/hwdata_0.390.bb
@@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-or-later | XFree86-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
-SRCREV = "5313a12eb992a354c17fc895c1d69c8c42b09a06"
+SRCREV = "8b9819d19b1554d41dcc9c76a784e1732484cb15"
S = "${WORKDIR}/git"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 09/20] kexec-tools: upgrade 2.0.29 -> 2.0.30
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (6 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 08/20] hwdata: upgrade 0.389 -> 0.390 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 10/20] libdrm: upgrade 2.4.123 -> 2.4.124 wangmy
` (11 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch
0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
refreshed for 2.0.30
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
...xec-disabled-check-if-kaslr-seed-dtb-propert.patch | 11 ++++-------
...-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch | 9 +++------
.../{kexec-tools_2.0.29.bb => kexec-tools_2.0.30.bb} | 2 +-
3 files changed, 8 insertions(+), 14 deletions(-)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.29.bb => kexec-tools_2.0.30.bb} (97%)
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch
index ddc1519126..ee731cea4b 100644
--- a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch
+++ b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch
@@ -1,4 +1,4 @@
-From d48ec5e1a5fb7907520dee71b1d94045486a0c29 Mon Sep 17 00:00:00 2001
+From 9e95f8933bded10fdd664fc95492825347ec59a7 Mon Sep 17 00:00:00 2001
From: Alexander Kamensky <alexander.kamensky42@gmail.com>
Date: Thu, 12 Nov 2020 12:56:46 -0800
Subject: [PATCH] arm64: kexec: disabled check if kaslr-seed dtb property was
@@ -34,10 +34,10 @@ Upstream-Status: Submitted [http://lists.infradead.org/pipermail/kexec/2020-Nove
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/kexec/arch/arm64/kexec-arm64.c b/kexec/arch/arm64/kexec-arm64.c
-index ec6df4b..10238d9 100644
+index 9091f40..ea304f9 100644
--- a/kexec/arch/arm64/kexec-arm64.c
+++ b/kexec/arch/arm64/kexec-arm64.c
-@@ -503,7 +503,7 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash)
+@@ -504,7 +504,7 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash)
int len, range_len;
int nodeoffset;
int new_size;
@@ -46,7 +46,7 @@ index ec6df4b..10238d9 100644
result = fdt_check_header(dtb->buf);
-@@ -576,18 +576,6 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash)
+@@ -577,18 +577,6 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash)
return result;
}
} else {
@@ -65,6 +65,3 @@ index ec6df4b..10238d9 100644
/*
* Invoke the getrandom system call with
* GRND_NONBLOCK, to make sure we
---
-2.25.1
-
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
index dc52981025..8dc5fed765 100644
--- a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
+++ b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
@@ -1,4 +1,4 @@
-From a6a9e17dfeb5627f3e6f569b66f243f50f8a3645 Mon Sep 17 00:00:00 2001
+From 1a09bf71c2f541c2cfb44a00661051597bbd0b76 Mon Sep 17 00:00:00 2001
From: Chen Qi <Qi.Chen@windriver.com>
Date: Tue, 6 Aug 2024 21:42:43 -0700
Subject: [PATCH] kexec.c: add MFD_NOEXEC_SEAL flag explicitly
@@ -18,7 +18,7 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/kexec/kexec.c b/kexec/kexec.c
-index 7c614b0..41d285d 100644
+index 4f51987..8f02595 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -60,6 +60,10 @@
@@ -32,7 +32,7 @@ index 7c614b0..41d285d 100644
unsigned long long mem_min = 0;
unsigned long long mem_max = ULONG_MAX;
unsigned long elfcorehdrsz = 0;
-@@ -655,7 +659,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size)
+@@ -657,7 +661,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size)
{
int fd, count;
@@ -41,6 +41,3 @@ index 7c614b0..41d285d 100644
if (fd == -1)
return fd;
---
-2.25.1
-
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb
similarity index 97%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb
index 9f5eb6e8c1..6a67427888 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb
@@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
file://0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch \
"
-SRC_URI[sha256sum] = "0756dd54dab2f2a437e5d4df64b9760c3e6cf6a7d29fb296bdeeeb749f6ea28e"
+SRC_URI[sha256sum] = "bb6b39bbe00099219e95ab34b25ea4348e1a95964eefc45c1e6fe32362ac9021"
inherit autotools update-rc.d systemd
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 10/20] libdrm: upgrade 2.4.123 -> 2.4.124
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (7 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 09/20] kexec-tools: upgrade 2.0.29 -> 2.0.30 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 11/20] libsdl2: upgrade 2.30.9 -> 2.30.10 wangmy
` (10 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../drm/{libdrm_2.4.123.bb => libdrm_2.4.124.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.123.bb => libdrm_2.4.124.bb} (97%)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.123.bb b/meta/recipes-graphics/drm/libdrm_2.4.124.bb
similarity index 97%
rename from meta/recipes-graphics/drm/libdrm_2.4.123.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.124.bb
index b75d7b6103..78f31ccb95 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.123.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.124.bb
@@ -13,7 +13,7 @@ DEPENDS = "libpthread-stubs"
SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
"
-SRC_URI[sha256sum] = "a2b98567a149a74b0f50e91e825f9c0315d86e7be9b74394dae8b298caadb79e"
+SRC_URI[sha256sum] = "ac36293f61ca4aafaf4b16a2a7afff312aa4f5c37c9fbd797de9e3c0863ca379"
inherit meson pkgconfig manpages
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 11/20] libsdl2: upgrade 2.30.9 -> 2.30.10
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (8 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 10/20] libdrm: upgrade 2.4.123 -> 2.4.124 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 12/20] llvm: upgrade 19.1.4 -> 19.1.5 wangmy
` (9 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../libsdl2/{libsdl2_2.30.9.bb => libsdl2_2.30.10.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.9.bb => libsdl2_2.30.10.bb} (97%)
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.9.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb
similarity index 97%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.9.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb
index 0371b2e745..4ee8b6790d 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.9.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
S = "${WORKDIR}/SDL2-${PV}"
-SRC_URI[sha256sum] = "24b574f71c87a763f50704bbb630cbe38298d544a1f890f099a4696b1d6beba4"
+SRC_URI[sha256sum] = "f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa"
inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 12/20] llvm: upgrade 19.1.4 -> 19.1.5
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (9 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 11/20] libsdl2: upgrade 2.30.9 -> 2.30.10 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 13/20] pixman: upgrade 0.44.0 -> 0.44.2 wangmy
` (8 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-devtools/llvm/{llvm_19.1.4.bb => llvm_19.1.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/llvm/{llvm_19.1.4.bb => llvm_19.1.5.bb} (98%)
diff --git a/meta/recipes-devtools/llvm/llvm_19.1.4.bb b/meta/recipes-devtools/llvm/llvm_19.1.5.bb
similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_19.1.4.bb
rename to meta/recipes-devtools/llvm/llvm_19.1.5.bb
index 6e47a3f542..de534aa283 100644
--- a/meta/recipes-devtools/llvm/llvm_19.1.4.bb
+++ b/meta/recipes-devtools/llvm/llvm_19.1.5.bb
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/
file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
file://llvm-config \
"
-SRC_URI[sha256sum] = "3aa2d2d2c7553164ad5c6f3b932b31816e422635e18620c9349a7da95b98d811"
+SRC_URI[sha256sum] = "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542"
UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 13/20] pixman: upgrade 0.44.0 -> 0.44.2
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (10 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 12/20] llvm: upgrade 19.1.4 -> 19.1.5 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 14/20] re2c: upgrade 4.0 -> 4.0.1 wangmy
` (7 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{pixman_0.44.0.bb => pixman_0.44.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{pixman_0.44.0.bb => pixman_0.44.2.bb} (96%)
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.44.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb
similarity index 96%
rename from meta/recipes-graphics/xorg-lib/pixman_0.44.0.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb
index aeb1c392d3..9e2a102a9b 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.44.0.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb
@@ -10,7 +10,7 @@ DEPENDS = "zlib"
SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz \
file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \
"
-SRC_URI[sha256sum] = "89a4c1e1e45e0b23dffe708202cb2eaffde0fe3727d7692b2e1739fec78a7dac"
+SRC_URI[sha256sum] = "6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466"
# see http://cairographics.org/releases/ - only even minor versions are stable
UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 14/20] re2c: upgrade 4.0 -> 4.0.1
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (11 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 13/20] pixman: upgrade 0.44.0 -> 0.44.2 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 15/20] sqlite3: upgrade 3.47.0 -> 3.47.2 wangmy
` (6 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-support/re2c/{re2c_4.0.bb => re2c_4.0.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/re2c/{re2c_4.0.bb => re2c_4.0.1.bb} (90%)
diff --git a/meta/recipes-support/re2c/re2c_4.0.bb b/meta/recipes-support/re2c/re2c_4.0.1.bb
similarity index 90%
rename from meta/recipes-support/re2c/re2c_4.0.bb
rename to meta/recipes-support/re2c/re2c_4.0.1.bb
index fd7d36b632..b876d2b844 100644
--- a/meta/recipes-support/re2c/re2c_4.0.bb
+++ b/meta/recipes-support/re2c/re2c_4.0.1.bb
@@ -7,7 +7,7 @@ LICENSE = "PD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d"
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "6281c6bf52e684d5727ac293667c8031a4aa9010636512da5aee45f19987c1ee"
+SRC_URI[sha256sum] = "7c35d54fdf2c4b5981b80362d1c742aec4d011589673e02f2e9566f7e66c44af"
GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases"
BBCLASSEXTEND = "native nativesdk"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 15/20] sqlite3: upgrade 3.47.0 -> 3.47.2
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (12 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 14/20] re2c: upgrade 4.0 -> 4.0.1 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 16/20] stress-ng: upgrade 0.18.06 -> 0.18.07 wangmy
` (5 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../sqlite/{sqlite3_3.47.0.bb => sqlite3_3.47.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/sqlite/{sqlite3_3.47.0.bb => sqlite3_3.47.2.bb} (69%)
diff --git a/meta/recipes-support/sqlite/sqlite3_3.47.0.bb b/meta/recipes-support/sqlite/sqlite3_3.47.2.bb
similarity index 69%
rename from meta/recipes-support/sqlite/sqlite3_3.47.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.47.2.bb
index 35cc49aee1..c4acb73ed9 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.47.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.47.2.bb
@@ -4,5 +4,5 @@ LICENSE = "PD"
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
SRC_URI = "http://www.sqlite.org/2024/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957"
+SRC_URI[sha256sum] = "f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 16/20] stress-ng: upgrade 0.18.06 -> 0.18.07
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (13 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 15/20] sqlite3: upgrade 3.47.0 -> 3.47.2 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 17/20] sudo: upgrade 1.9.16p1 -> 1.9.16p2 wangmy
` (4 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../stress-ng/{stress-ng_0.18.06.bb => stress-ng_0.18.07.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/stress-ng/{stress-ng_0.18.06.bb => stress-ng_0.18.07.bb} (94%)
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb
similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb
index 137b41cdda..cc12edbbf4 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
"
-SRCREV = "8357df5586a8f8f435ef532c53b770d9c2802c3d"
+SRCREV = "27f1171ff0718e67eac0730df34cbfd97aca587b"
S = "${WORKDIR}/git"
DEPENDS = "coreutils-native libbsd"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 17/20] sudo: upgrade 1.9.16p1 -> 1.9.16p2
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (14 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 16/20] stress-ng: upgrade 0.18.06 -> 0.18.07 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 18/20] systemd-boot: upgrade 256.8 -> 256.9 wangmy
` (3 subsequent siblings)
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../sudo/{sudo_1.9.16p1.bb => sudo_1.9.16p2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/sudo/{sudo_1.9.16p1.bb => sudo_1.9.16p2.bb} (96%)
diff --git a/meta/recipes-extended/sudo/sudo_1.9.16p1.bb b/meta/recipes-extended/sudo/sudo_1.9.16p2.bb
similarity index 96%
rename from meta/recipes-extended/sudo/sudo_1.9.16p1.bb
rename to meta/recipes-extended/sudo/sudo_1.9.16p2.bb
index 5907b0556d..fbe507ad32 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.16p1.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.16p2.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] = "404994e23ae8bcf4be59ed6fd3759ad70a8cefa9bcf71640b33f176afec243b0"
+SRC_URI[sha256sum] = "976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c"
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.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 18/20] systemd-boot: upgrade 256.8 -> 256.9
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (15 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 17/20] sudo: upgrade 1.9.16p1 -> 1.9.16p2 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-10 11:03 ` Alexander Kanavin
2024-12-09 23:56 ` [OE-core] [PATCH 19/20] ttyrun: upgrade 2.35.0 -> 2.36.0 wangmy
` (2 subsequent siblings)
19 siblings, 1 reply; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
...ystemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} | 0
.../systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} | 0
meta/recipes-core/systemd/systemd.inc | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/systemd/{systemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} (100%)
rename meta/recipes-core/systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} (100%)
diff --git a/meta/recipes-core/systemd/systemd-boot-native_256.8.bb b/meta/recipes-core/systemd/systemd-boot-native_256.9.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot-native_256.8.bb
rename to meta/recipes-core/systemd/systemd-boot-native_256.9.bb
diff --git a/meta/recipes-core/systemd/systemd-boot_256.8.bb b/meta/recipes-core/systemd/systemd-boot_256.9.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot_256.8.bb
rename to meta/recipes-core/systemd/systemd-boot_256.9.bb
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 989ca667b7..b85d5b187d 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
-SRCREV = "a2240d1cf9f3515728186c2c98a6f4b64a40e4da"
+SRCREV = "f15fd96efd5ebdfb18746acb0cbb35a4331b4d8b"
SRCBRANCH = "v256-stable"
SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* Re: [OE-core] [PATCH 18/20] systemd-boot: upgrade 256.8 -> 256.9
2024-12-09 23:56 ` [OE-core] [PATCH 18/20] systemd-boot: upgrade 256.8 -> 256.9 wangmy
@ 2024-12-10 11:03 ` Alexander Kanavin
0 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2024-12-10 11:03 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core, Wang Mingyu
This needs to include systemd recipe as well, otherwise its PV will
not match SRCREV in systemd.inc.
Alex
On Tue, 10 Dec 2024 at 00:57, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@cn.fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> ...ystemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} | 0
> .../systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} | 0
> meta/recipes-core/systemd/systemd.inc | 2 +-
> 3 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-core/systemd/{systemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} (100%)
> rename meta/recipes-core/systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} (100%)
>
> diff --git a/meta/recipes-core/systemd/systemd-boot-native_256.8.bb b/meta/recipes-core/systemd/systemd-boot-native_256.9.bb
> similarity index 100%
> rename from meta/recipes-core/systemd/systemd-boot-native_256.8.bb
> rename to meta/recipes-core/systemd/systemd-boot-native_256.9.bb
> diff --git a/meta/recipes-core/systemd/systemd-boot_256.8.bb b/meta/recipes-core/systemd/systemd-boot_256.9.bb
> similarity index 100%
> rename from meta/recipes-core/systemd/systemd-boot_256.8.bb
> rename to meta/recipes-core/systemd/systemd-boot_256.9.bb
> diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
> index 989ca667b7..b85d5b187d 100644
> --- a/meta/recipes-core/systemd/systemd.inc
> +++ b/meta/recipes-core/systemd/systemd.inc
> @@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later"
> LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
> file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
>
> -SRCREV = "a2240d1cf9f3515728186c2c98a6f4b64a40e4da"
> +SRCREV = "f15fd96efd5ebdfb18746acb0cbb35a4331b4d8b"
> SRCBRANCH = "v256-stable"
> SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#208513): https://lists.openembedded.org/g/openembedded-core/message/208513
> Mute This Topic: https://lists.openembedded.org/mt/110017090/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 22+ messages in thread
* [OE-core] [PATCH 19/20] ttyrun: upgrade 2.35.0 -> 2.36.0
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (16 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 18/20] systemd-boot: upgrade 256.8 -> 256.9 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 20/20] vte: upgrade 0.78.1 -> 0.78.2 wangmy
2024-12-10 12:54 ` [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 Mathieu Dubois-Briand
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-core/ttyrun/{ttyrun_2.35.0.bb => ttyrun_2.36.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ttyrun/{ttyrun_2.35.0.bb => ttyrun_2.36.0.bb} (94%)
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.35.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.36.0.bb
similarity index 94%
rename from meta/recipes-core/ttyrun/ttyrun_2.35.0.bb
rename to meta/recipes-core/ttyrun/ttyrun_2.36.0.bb
index c505bd7160..3a58f19a9a 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.35.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.36.0.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master"
-SRCREV = "c2db7ce05fdc3ebd63cccbcb1edc2b606709e21f"
+SRCREV = "0cd063e40d12d7ca5bc59a09b2ee4803653678bd"
CVE_PRODUCT = "s390-tools"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [OE-core] [PATCH 20/20] vte: upgrade 0.78.1 -> 0.78.2
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (17 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 19/20] ttyrun: upgrade 2.35.0 -> 2.36.0 wangmy
@ 2024-12-09 23:56 ` wangmy
2024-12-10 12:54 ` [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 Mathieu Dubois-Briand
19 siblings, 0 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-support/vte/{vte_0.78.1.bb => vte_0.78.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/vte/{vte_0.78.1.bb => vte_0.78.2.bb} (96%)
diff --git a/meta/recipes-support/vte/vte_0.78.1.bb b/meta/recipes-support/vte/vte_0.78.2.bb
similarity index 96%
rename from meta/recipes-support/vte/vte_0.78.1.bb
rename to meta/recipes-support/vte/vte_0.78.2.bb
index 5723f35b83..182a3073c4 100644
--- a/meta/recipes-support/vte/vte_0.78.1.bb
+++ b/meta/recipes-support/vte/vte_0.78.2.bb
@@ -22,7 +22,7 @@ SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
file://0004-fast_float-Add-single-header-library-for-from_char-i.patch \
file://0005-color-parser-Use-fast_float-implementation-for-from_.patch \
"
-SRC_URI[archive.sha256sum] = "6499d25179315255f9bcfce03c66fb84c03ad325dea23d0e372178521eca42b5"
+SRC_URI[archive.sha256sum] = "35d7bcde07356846b4a12881c8e016705b70a9004a9082285eee5834ccc49890"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* Re: [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
` (18 preceding siblings ...)
2024-12-09 23:56 ` [OE-core] [PATCH 20/20] vte: upgrade 0.78.1 -> 0.78.2 wangmy
@ 2024-12-10 12:54 ` Mathieu Dubois-Briand
19 siblings, 0 replies; 22+ messages in thread
From: Mathieu Dubois-Briand @ 2024-12-10 12:54 UTC (permalink / raw)
To: wangmy, openembedded-core; +Cc: Wang Mingyu
On Tue Dec 10, 2024 at 12:56 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> * ARM: omap: fix NS16550 UART setup in omap_debug_ll_init
> * Documentation: imd: update information on barebox_update
> * partitions: efi: Check GPT header size against minimum limit
> * checkpatch: fix detection of barebox root directory
> * ARM: omap: add two smaller MLO defconfigs for AM335x
> * crc: crc-itu-t: generate lookup table on first use
> * of: fdt: fix possible overflow during parsing of fdt
> * remoteproc: use I/O memory variants of memcpy/memset
> * dlmalloc: Fix integer overflow in request2size()
> * remoteproc: imx: add support for loading ELF data sections into DRAM
> * remoteproc: elf_loader: skip segment with memsz as zero
> * of: fdt: fix overflow caused by fdt_prop extending beyond fdt
> * usb: typec: fix freeing uninitialized memory Ahmad Fatoum
> * startup: do not bring up networking if console input disabled
> * sandbox: noshell_defconfig: set CONFIG_CONSOLE_DISABLE_INPUT=y
> * ARM: dts: i.MX8MP: disable NPU node if hardware is missing
> * clk: clk-composite: fix callback guard in clk_composite_round_rate
> * partitions: efi: fix overflow issues while allocating gpt entries
> * lib: lz4: use lz4 instead of lz4c
> * clk: rockchip: make it compile again
> * ARM: i.MX: ele: fix forward_lifecycle
> * ARM: i.MX9: tqma93xx: workaround warning in variant detection
> * partitions: efi: fix GPT header size exceeding allocation size
> * video: Rockchip: add missing dma_alloc_coherent a device parameter
> * dma: give dma_alloc_coherent a device parameter
> * common: buffer access out-of-bounds
> * include: Include <linux/math.h> to resolve implicit declaration of do_div()
> * i2c: lpi2c: fix potential read of uninitialized variable
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
Hi Wang,
I believe this patch is breaking the barebox build. I've got the
following error on the autobuilder:
ERROR: barebox-2024.12.0-r0 do_patch: Applying patch '0001-lib-lz4-use-lz4-instead-of-lz4c.patch' on target directory '/srv/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-2005505/tmp/work/qemuarm64-poky-linux/barebox/2024.12.0/barebox-2024.12.0'
CmdError('quilt --quiltrc /srv/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-2005505/tmp/work/qemuarm64-poky-linux/barebox/2024.12.0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-lib-lz4-use-lz4-instead-of-lz4c.patch
patching file scripts/Makefile.lib
Hunk #1 FAILED at 492.
1 out of 1 hunk FAILED -- rejects in file scripts/Makefile.lib
Patch 0001-lib-lz4-use-lz4-instead-of-lz4c.patch can be reverse-applied
https://valkyrie.yoctoproject.org/#/builders/23/builds/647/steps/14/logs/stdio
It looks like the said patch was merged upstream. Can you have a look at
this please ?
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 22+ messages in thread