* [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3
@ 2024-05-22 9:14 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 02/42] bash-completion: upgrade 2.13.0 -> 2.14.0 wangmy
` (40 more replies)
0 siblings, 41 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* qt: Fix relocation of Config.cmake files
* cli: check-syscompat: Recognize available required controls as available
* validator: Guard issue emission functions with G_GNUC_PRINTF
* validator: Always use secure string formatting for issue emit function
* utils: Explicitly set format style when installing catalog metadata
* Suppress static-analyzer drawing wrong conclusions on GCC 14
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../appstream/{appstream_1.0.2.bb => appstream_1.0.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/appstream/{appstream_1.0.2.bb => appstream_1.0.3.bb} (93%)
diff --git a/meta/recipes-support/appstream/appstream_1.0.2.bb b/meta/recipes-support/appstream/appstream_1.0.3.bb
similarity index 93%
rename from meta/recipes-support/appstream/appstream_1.0.2.bb
rename to meta/recipes-support/appstream/appstream_1.0.3.bb
index 7eb12a04c5..625e85a0ae 100644
--- a/meta/recipes-support/appstream/appstream_1.0.2.bb
+++ b/meta/recipes-support/appstream/appstream_1.0.3.bb
@@ -28,7 +28,7 @@ SRC_URI = " \
https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz \
file://0001-remove-hardcoded-path.patch \
"
-SRC_URI[sha256sum] = "1a5148ca97dcbf5eb6e9c380278bb0d20938569292ea8652df1b3cac8bd2736b"
+SRC_URI[sha256sum] = "5ab6f6cf644e7875a9508593962e56bb430f4e59ae0bf03be6be7029deb6baa4"
S = "${WORKDIR}/AppStream-${PV}"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 02/42] bash-completion: upgrade 2.13.0 -> 2.14.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 03/42] bind: upgrade 9.18.26 -> 9.18.27 wangmy
` (39 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=============
* _comp_{compgen,xfunc}:** use 'declare -F --' for arbitrary funcs
* _comp_{load,realcommand}:** handle option-like command name
* available_interfaces:** strip only trailing colon from entries
* bash_completion,conftest:** use 'complete -p --' for arbitrary cmds
* fio:** engines completion
* ip:** Complete link change as well as set
* ip:** Don't stop at proxy and nomaster in neigh
* scp remote_files:** do not filter generated paths with "$cur"
* scp remote_files:** localize variable 'cur'
* ssh-keygen:** handling of bundled short options
* ssh-keygen:** make work with custom IFS
* ssh-keygen:** suggest -O arg completions depending on mode
* use -- to pass arbitrary cmdnames to '_comp_load'
* use 'pathcmd=$(type -P -- "$1")' for arbitrary cmds
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{bash-completion_2.13.0.bb => bash-completion_2.14.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/bash-completion/{bash-completion_2.13.0.bb => bash-completion_2.14.0.bb} (92%)
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.13.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb
similarity index 92%
rename from meta/recipes-support/bash-completion/bash-completion_2.13.0.bb
rename to meta/recipes-support/bash-completion/bash-completion_2.14.0.bb
index f75d61e219..06c81beaa0 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.13.0.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb
@@ -14,7 +14,7 @@ SECTION = "console/utils"
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "c5f99a39e40f0d154c03ff15438e87ece1f5ac666336a4459899e2ff4bedf3d1"
+SRC_URI[sha256sum] = "5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168"
GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"
PARALLEL_MAKE = ""
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 03/42] bind: upgrade 9.18.26 -> 9.18.27
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 02/42] bash-completion: upgrade 2.13.0 -> 2.14.0 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 04/42] btrfs-tools: upgrade 6.8 -> 6.8.1 wangmy
` (38 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=========
* Skip to next RRSIG if signature has expired or is in
the future rather than failing immediately.
* Implement signature jitter for dnssec-policy.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../bind/{bind_9.18.26.bb => bind_9.18.27.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/bind/{bind_9.18.26.bb => bind_9.18.27.bb} (97%)
diff --git a/meta/recipes-connectivity/bind/bind_9.18.26.bb b/meta/recipes-connectivity/bind/bind_9.18.27.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.18.26.bb
rename to meta/recipes-connectivity/bind/bind_9.18.27.bb
index b99f92537c..98b8bb5513 100644
--- a/meta/recipes-connectivity/bind/bind_9.18.26.bb
+++ b/meta/recipes-connectivity/bind/bind_9.18.27.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
file://0001-avoid-start-failure-with-bind-user.patch \
"
-SRC_URI[sha256sum] = "75ffee52731e9604c849b658df29e927f1c4f01d5a71ea3ebcbeb63702cb6651"
+SRC_URI[sha256sum] = "ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1"
UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
# follow the ESV versions divisible by 2
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 04/42] btrfs-tools: upgrade 6.8 -> 6.8.1
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 02/42] bash-completion: upgrade 2.13.0 -> 2.14.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 03/42] bind: upgrade 9.18.26 -> 9.18.27 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 05/42] createrepo-c: upgrade 1.1.0 -> 1.1.1 wangmy
` (37 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* mkfs: fix writing on zoned device when block-group-tree is selected
* tune: fix writing on zoned device with option --convert-to-block-group-tree
* check:
* more progress and error messages
* unify handling of unknown command line options with other commands
* subvolume delete: remove options --delete-qgroup and --no-delete-qgroup
(added in 6.6.3), qgroup deletion does not always work due to delayed
background processing of subvolume or set value in
sysfs:ggroup/drop_subtree_threshold
* other:
* misc refactoring
* error handling fixes reported by gcc -fanalyzer
* documentation updates
* new and updated tests
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../btrfs-tools/{btrfs-tools_6.8.bb => btrfs-tools_6.8.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.8.bb => btrfs-tools_6.8.1.bb} (98%)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb
index 15cc7ac244..fac9f8f7ef 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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;protocol=https \
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
"
-SRCREV = "3793e987d2b4e878410da16f33d963043d137d48"
+SRCREV = "5d97c32d6f94cf6f473a5f82964e3edaeb1b146e"
S = "${WORKDIR}/git"
PACKAGECONFIG ??= " \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 05/42] createrepo-c: upgrade 1.1.0 -> 1.1.1
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (2 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 04/42] btrfs-tools: upgrade 6.8 -> 6.8.1 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 06/42] diffoscope: upgrade 265 -> 267 wangmy
` (36 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* Add detection of %posttrans and %pretrans scriptlet from rpm header
* Onboard packit tests
* Build ARM packages for all Python versions
* Fix minor bug w/ new API
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{createrepo-c_1.1.0.bb => createrepo-c_1.1.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.1.0.bb => createrepo-c_1.1.1.bb} (96%)
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.1.bb
similarity index 96%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.1.1.bb
index 1f97c99bde..e6714629af 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.1.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p
file://0001-include-rpm-rpmstring.h.patch \
"
-SRCREV = "10a8a7af4f1de3f98a21a7d08fe3a46ef306d197"
+SRCREV = "78b0c3ff48bd58eb9c0a72879cf1025e9f225684"
S = "${WORKDIR}/git"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 06/42] diffoscope: upgrade 265 -> 267
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (3 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 05/42] createrepo-c: upgrade 1.1.0 -> 1.1.1 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 07/42] dmidecode: upgrade 3.5 -> 3.6 wangmy
` (35 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* Use "xz --list" to supplement the output when comparing .xz archives;
essential when some underlying metadata differs.
* Actually append the xz --list after the container differences, as it
simplifies tests and the output.
* Add 7zip to <!nocheck> Build-Depends in debian/control.
* Update copyright years.
* Maintain an in-header boolean state to determine whether to drop
from-file/to-file lines. This fixes an issue where HTML differences were
being inadvertendly neglected.
* Include "xz --verbose --verbose" (ie. double --verbose) output, not just
the single --verbose.
* Only include "xz --list" output if the xz has no other differences.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../diffoscope/{diffoscope_265.bb => diffoscope_267.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/diffoscope/{diffoscope_265.bb => diffoscope_267.bb} (93%)
diff --git a/meta/recipes-support/diffoscope/diffoscope_265.bb b/meta/recipes-support/diffoscope/diffoscope_267.bb
similarity index 93%
rename from meta/recipes-support/diffoscope/diffoscope_265.bb
rename to meta/recipes-support/diffoscope/diffoscope_267.bb
index 6af5abc974..69bad508cd 100644
--- a/meta/recipes-support/diffoscope/diffoscope_265.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_267.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "7bdcbd7fc5bc4c821bf6ab5ffbbeb265103b04e6908ea4bb12144d7e5ca002ff"
+SRC_URI[sha256sum] = "c0a807aa66e18eae88c1adca28988675c9749d3ad1a8db3d2eb7e2afb8763568"
RDEPENDS:${PN} += "\
binutils \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 07/42] dmidecode: upgrade 3.5 -> 3.6
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (4 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 06/42] diffoscope: upgrade 265 -> 267 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 08/42] dnf: upgrade 4.19.2 -> 4.20.0 wangmy
` (34 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
- Use -DALIGNMENT_WORKAROUND on arm.
- Read SMBIOS entry point via kenv on DragonFly BSD.
- Support for SMBIOS 3.6.0. This includes new memory device types, new
processor upgrades, and Loongarch support.
- Support for SMBIOS 3.7.0. This includes new port types, new processor
upgrades, new slot characteristics and new fields for memory modules.
- Add bash completion.
- Decode HPE OEM records 197, 239 and 245.
- Implement options --list-strings and --list-types.
- Update HPE OEM records 203, 212, 216, 221, 233, 236, 237, 238 and 242.
- Update Redfish support.
- Bug fixes:
Fix option --from-dump for user root
Fix enabled slot characteristics not being printed
- Minor improvements:
Print slot width on its own line
Use standard strings for slot width
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../dmidecode/{dmidecode_3.5.bb => dmidecode_3.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/dmidecode/{dmidecode_3.5.bb => dmidecode_3.6.bb} (89%)
diff --git a/meta/recipes-devtools/dmidecode/dmidecode_3.5.bb b/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb
similarity index 89%
rename from meta/recipes-devtools/dmidecode/dmidecode_3.5.bb
rename to meta/recipes-devtools/dmidecode/dmidecode_3.6.bb
index 3e2bb6e30b..e5b4e27687 100644
--- a/meta/recipes-devtools/dmidecode/dmidecode_3.5.bb
+++ b/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb
@@ -18,4 +18,4 @@ do_install() {
install
}
-SRC_URI[sha256sum] = "79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073"
+SRC_URI[sha256sum] = "e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 08/42] dnf: upgrade 4.19.2 -> 4.20.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (5 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 07/42] dmidecode: upgrade 3.5 -> 3.6 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 09/42] dropbear: upgrade 2024.84 -> 2024.85 wangmy
` (33 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Prepare man pages for switch to dnf5 as the default package manager
- Do not add user site-packages directory to sys.path
- Remove --duplicates and --oldinstallonly exit with 0 when nothing to remove
- repoquery: Fix loading filelists when -f is used
- Prepare for switch of dnf5 in Rawhide
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/dnf/{dnf_4.19.2.bb => dnf_4.20.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/dnf/{dnf_4.19.2.bb => dnf_4.20.0.bb} (98%)
diff --git a/meta/recipes-devtools/dnf/dnf_4.19.2.bb b/meta/recipes-devtools/dnf/dnf_4.20.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.19.2.bb
rename to meta/recipes-devtools/dnf/dnf_4.20.0.bb
index cc91dbe400..4757346cbf 100644
--- a/meta/recipes-devtools/dnf/dnf_4.19.2.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.20.0.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch"
-SRCREV = "9b2b2e8ddab99caba4bc8059cab4263163172e81"
+SRCREV = "e3cb438c0fd08c79676c0f3276aa7d75cd8557c6"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 09/42] dropbear: upgrade 2024.84 -> 2024.85
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (6 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 08/42] dnf: upgrade 4.19.2 -> 4.20.0 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 10/42] ed: upgrade 1.20.1 -> 1.20.2 wangmy
` (32 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=========
- Fix build failure when SHA1 is disabled
- Fix build failure when DROPBEAR_CLI_PUBKEY_AUTH disabled
- Update debian/ directory with changed paths
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../dropbear/{dropbear_2024.84.bb => dropbear_2024.85.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/dropbear/{dropbear_2024.84.bb => dropbear_2024.85.bb} (98%)
diff --git a/meta/recipes-core/dropbear/dropbear_2024.84.bb b/meta/recipes-core/dropbear/dropbear_2024.85.bb
similarity index 98%
rename from meta/recipes-core/dropbear/dropbear_2024.84.bb
rename to meta/recipes-core/dropbear/dropbear_2024.85.bb
index 3ea64b13d0..54001414d0 100644
--- a/meta/recipes-core/dropbear/dropbear_2024.84.bb
+++ b/meta/recipes-core/dropbear/dropbear_2024.85.bb
@@ -23,7 +23,7 @@ SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-ciphers.patch', '', d)} \
"
-SRC_URI[sha256sum] = "16e22b66b333d6b7e504c43679d04ed6ca30f2838db40a21f935c850dfc01009"
+SRC_URI[sha256sum] = "86b036c433a69d89ce51ebae335d65c47738ccf90d13e5eb0fea832e556da502"
PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \
file://0006-dropbear-configuration-file.patch \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 10/42] ed: upgrade 1.20.1 -> 1.20.2
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (7 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 09/42] dropbear: upgrade 2024.84 -> 2024.85 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 11/42] ell: upgrade 0.64 -> 0.65 wangmy
` (31 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=============
- main_loop.c (command_s): Fix g/x/s/x/x, which failed to skip the
final newline, printing lines twice.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/ed/{ed_1.20.1.bb => ed_1.20.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/ed/{ed_1.20.1.bb => ed_1.20.2.bb} (93%)
diff --git a/meta/recipes-extended/ed/ed_1.20.1.bb b/meta/recipes-extended/ed/ed_1.20.2.bb
similarity index 93%
rename from meta/recipes-extended/ed/ed_1.20.1.bb
rename to meta/recipes-extended/ed/ed_1.20.2.bb
index 9ae53002c3..2b78b080ba 100644
--- a/meta/recipes-extended/ed/ed_1.20.1.bb
+++ b/meta/recipes-extended/ed/ed_1.20.2.bb
@@ -19,7 +19,7 @@ bindir = "${base_bindir}"
SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz"
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/"
-SRC_URI[sha256sum] = "b1a463b297a141f9876c4b1fcd01477f645cded92168090e9a35db2af4babbca"
+SRC_URI[sha256sum] = "65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523"
EXTRA_OEMAKE = "-e MAKEFLAGS="
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 11/42] ell: upgrade 0.64 -> 0.65
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (8 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 10/42] ed: upgrade 1.20.1 -> 1.20.2 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 12/42] fribidi: upgrade 1.0.13 -> 1.0.14 wangmy
` (30 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
Add support for bitmaps manipulation macros.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} (89%)
diff --git a/meta/recipes-core/ell/ell_0.64.bb b/meta/recipes-core/ell/ell_0.65.bb
similarity index 89%
rename from meta/recipes-core/ell/ell_0.64.bb
rename to meta/recipes-core/ell/ell_0.65.bb
index c4f16905fd..04086595eb 100644
--- a/meta/recipes-core/ell/ell_0.64.bb
+++ b/meta/recipes-core/ell/ell_0.65.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] = "760f3901078409f66cadf1bb24c8bdc60f13d53f6dd66b88631221d2494f8405"
+SRC_URI[sha256sum] = "9ee7ac57b188d391cead705d3596a6d3240341786475149db297782a52269aa5"
do_configure:prepend () {
mkdir -p ${S}/build-aux
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 12/42] fribidi: upgrade 1.0.13 -> 1.0.14
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (9 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 11/42] ell: upgrade 0.64 -> 0.65 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 13/42] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12 wangmy
` (29 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
Updated Unicode tables to version 15.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../fribidi/{fribidi_1.0.13.bb => fribidi_1.0.14.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/fribidi/{fribidi_1.0.13.bb => fribidi_1.0.14.bb} (89%)
diff --git a/meta/recipes-support/fribidi/fribidi_1.0.13.bb b/meta/recipes-support/fribidi/fribidi_1.0.14.bb
similarity index 89%
rename from meta/recipes-support/fribidi/fribidi_1.0.13.bb
rename to meta/recipes-support/fribidi/fribidi_1.0.14.bb
index 5d0476a375..51752096de 100644
--- a/meta/recipes-support/fribidi/fribidi_1.0.13.bb
+++ b/meta/recipes-support/fribidi/fribidi_1.0.14.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.xz \
"
-SRC_URI[sha256sum] = "7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2"
+SRC_URI[sha256sum] = "76ae204a7027652ac3981b9fa5817c083ba23114340284c58e756b259cd2259a"
inherit meson lib_package pkgconfig github-releases
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 13/42] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (10 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 12/42] fribidi: upgrade 1.0.13 -> 1.0.14 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-06-03 5:39 ` Changqing Li
2024-05-22 9:14 ` [OE-core] [PATCH 14/42] gtk+3: upgrade 3.24.41 -> 3.24.42 wangmy
` (28 subsequent siblings)
40 siblings, 1 reply; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Fix a build failure
- Fix occasional build failures
- ani: Reject files with multiple INA or IART chunks
- ani: Reject files with multiple anih chunks
- ani: validate chunk size
- Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../gdk-pixbuf/{gdk-pixbuf_2.42.11.bb => gdk-pixbuf_2.42.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.42.11.bb => gdk-pixbuf_2.42.12.bb} (98%)
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.11.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb
similarity index 98%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.11.bb
rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb
index ef0f23f8f7..9f825a68ef 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.11.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb
@@ -22,7 +22,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
file://0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch \
"
-SRC_URI[sha256sum] = "49dcb402388708647e8c321d56b6fb30f21e51e515d0c5a942268d23052a2f00"
+SRC_URI[sha256sum] = "b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7"
inherit meson pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 14/42] gtk+3: upgrade 3.24.41 -> 3.24.42
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (11 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 13/42] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 15/42] iproute2: upgrade 6.8.0 -> 6.9.0 wangmy
` (27 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* GtkFileChooser:
- Avoid warnings about floating refs
- Improve performance of recursive search
- Populate search model in an idle
* GtkGLArea:
- Fix a regression in transparency handling
* Printing:
- Avoid accessing freed printers
* Accessibility:
- Drop support for the deprecated atk_focus_tracker
* Wayland:
- Fix monitor sizes
- Fix a crash related to tablet removal
- Infer resizable edges for tiled windows
- Always commit soon after acking a configure
* Windows:
- Avoid committing NULL strings to IME
* gdk:
- Use css cursor names as far as possible
- Sync DND cursor use with GTK4
* macOs:
- Fix cocoa pasteboard constants
* build:
- Allow building against sysprof-capture-4
* Translation updates:
Georgian
Hebrew
Kabyle
Persian
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-gnome/gtk+/{gtk+3_3.24.41.bb => gtk+3_3.24.42.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/gtk+/{gtk+3_3.24.41.bb => gtk+3_3.24.42.bb} (87%)
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.41.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb
similarity index 87%
rename from meta/recipes-gnome/gtk+/gtk+3_3.24.41.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb
index 3501813307..61cecce4d1 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.24.41.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb
@@ -5,7 +5,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
file://opengl.patch \
"
-SRC_URI[sha256sum] = "47da61487af3087a94bc49296fd025ca0bc02f96ef06c556e7c8988bd651b6fa"
+SRC_URI[sha256sum] = "50f89f615092d4dd01bbd759719f8bd380e5f149f6fd78a94725e2de112377e2"
S = "${WORKDIR}/gtk+-${PV}"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 15/42] iproute2: upgrade 6.8.0 -> 6.9.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (12 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 14/42] gtk+3: upgrade 3.24.41 -> 3.24.42 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 16/42] iw: upgrade 6.7 -> 6.9 wangmy
` (26 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../iproute2/{iproute2_6.8.0.bb => iproute2_6.9.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/iproute2/{iproute2_6.8.0.bb => iproute2_6.9.0.bb} (97%)
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb
similarity index 97%
rename from meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb
index 24539e3d99..d21885cd73 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb
@@ -13,7 +13,7 @@ DEPENDS = "flex-native bison-native iptables libcap"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "03a6cca3d71a908d1f15f7b495be2b8fe851f941458dc4664900d7f45fcf68ce"
+SRC_URI[sha256sum] = "2f643d09ea11a4a2a043c92e2b469b5f73228cbf241ae806760296ed0ec413d0"
inherit update-alternatives bash-completion pkgconfig
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 16/42] iw: upgrade 6.7 -> 6.9
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (13 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 15/42] iproute2: upgrade 6.8.0 -> 6.9.0 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 17/42] libarchive: upgrade 3.7.3 -> 3.7.4 wangmy
` (25 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-connectivity/iw/{iw_6.7.bb => iw_6.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/iw/{iw_6.7.bb => iw_6.9.bb} (90%)
diff --git a/meta/recipes-connectivity/iw/iw_6.7.bb b/meta/recipes-connectivity/iw/iw_6.9.bb
similarity index 90%
rename from meta/recipes-connectivity/iw/iw_6.7.bb
rename to meta/recipes-connectivity/iw/iw_6.9.bb
index b46b54bc93..dc570d1124 100644
--- a/meta/recipes-connectivity/iw/iw_6.7.bb
+++ b/meta/recipes-connectivity/iw/iw_6.9.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
file://separate-objdir.patch \
"
-SRC_URI[sha256sum] = "b3ef3fa85fa1177b11d3e97d6d38cdfe10ee250ca31482b581f3bd0fc79cb015"
+SRC_URI[sha256sum] = "4c3194778b175d58442907d51d1977e7270fce5cbebff0eab11c45c1da287a4b"
inherit pkgconfig
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 17/42] libarchive: upgrade 3.7.3 -> 3.7.4
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (14 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 16/42] iw: upgrade 6.7 -> 6.9 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 18/42] libedit: upgrade 20230828-3.1 -> 20240517-3.1 wangmy
` (24 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libarchive/{libarchive_3.7.3.bb => libarchive_3.7.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libarchive/{libarchive_3.7.3.bb => libarchive_3.7.4.bb} (96%)
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.3.bb b/meta/recipes-extended/libarchive/libarchive_3.7.4.bb
similarity index 96%
rename from meta/recipes-extended/libarchive/libarchive_3.7.3.bb
rename to meta/recipes-extended/libarchive/libarchive_3.7.4.bb
index bea91b6e97..da85764116 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.7.3.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.7.4.bb
@@ -33,7 +33,7 @@ SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
SRC_URI += "file://configurehack.patch"
UPSTREAM_CHECK_URI = "http://libarchive.org/"
-SRC_URI[sha256sum] = "f27a97bc22ceb996e72502df47dc19f99f9a0f09181ae909f09f3c9eb17b67e2"
+SRC_URI[sha256sum] = "7875d49596286055b52439ed42f044bd8ad426aa4cc5aabd96bfe7abb971d5e8"
CVE_STATUS[CVE-2023-30571] = "upstream-wontfix: upstream has documented that reported function is not thread-safe"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 18/42] libedit: upgrade 20230828-3.1 -> 20240517-3.1
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (15 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 17/42] libarchive: upgrade 3.7.3 -> 3.7.4 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 19/42] libgpg-error: upgrade 1.48 -> 1.49 wangmy
` (23 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{libedit_20230828-3.1.bb => libedit_20240517-3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/libedit/{libedit_20230828-3.1.bb => libedit_20240517-3.1.bb} (88%)
diff --git a/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb b/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb
similarity index 88%
rename from meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
rename to meta/recipes-devtools/libedit/libedit_20240517-3.1.bb
index 1684b57d31..f8fa871ec9 100644
--- a/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
+++ b/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb
@@ -13,7 +13,7 @@ inherit autotools
SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
file://stdc-predef.patch \
"
-SRC_URI[sha256sum] = "4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad"
+SRC_URI[sha256sum] = "3a489097bb4115495f3bd85ae782852b7097c556d9500088d74b6fa38dbd12ff"
BBCLASSEXTEND = "native nativesdk"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 19/42] libgpg-error: upgrade 1.48 -> 1.49
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (16 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 18/42] libedit: upgrade 20230828-3.1 -> 20240517-3.1 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 20/42] libsdl2: upgrade 2.30.2 -> 2.30.3 wangmy
` (22 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
* Two new functions to improve the logging interface.
* Add a "trunc" keyword to gpgrt_log_printhex.
* Avoid an endless loop in the argparser due to a conf file read error.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libgpg-error/{libgpg-error_1.48.bb => libgpg-error_1.49.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libgpg-error/{libgpg-error_1.48.bb => libgpg-error_1.49.bb} (95%)
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.48.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb
similarity index 95%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.48.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.49.bb
index 9f2b49209d..b7d41ab489 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.48.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
file://run-ptest \
"
-SRC_URI[sha256sum] = "89ce1ae893e122924b858de84dc4f67aae29ffa610ebf668d5aa539045663d6f"
+SRC_URI[sha256sum] = "8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9"
BINCONFIG = "${bindir}/gpg-error-config"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 20/42] libsdl2: upgrade 2.30.2 -> 2.30.3
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (17 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 19/42] libgpg-error: upgrade 1.48 -> 1.49 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 21/42] libslirp: upgrade 4.7.0 -> 4.8.0 wangmy
` (21 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=============
- Fixed Win+V handling (pasting from clipboard history) on Windows
- Fixed Caps Lock and Backspace key mapping for the Colemak keyboard layout on Windows
- Fixed mouse warp on XWayland
- Reduced startup time when scanning for game controllers on Linux
- Fixed building with C89 compilers
- Fixed building with the GDK SDK on Windows
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libsdl2/{libsdl2_2.30.2.bb => libsdl2_2.30.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.2.bb => libsdl2_2.30.3.bb} (97%)
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.2.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb
similarity index 97%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.2.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb
index f9dacb288c..68cc2790e5 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.2.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
S = "${WORKDIR}/SDL2-${PV}"
-SRC_URI[sha256sum] = "891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31"
+SRC_URI[sha256sum] = "820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec"
inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 21/42] libslirp: upgrade 4.7.0 -> 4.8.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (18 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 20/42] libsdl2: upgrade 2.30.2 -> 2.30.3 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 22/42] libxml2: upgrade 2.12.6 -> 2.12.7 wangmy
` (20 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-connectivity/slirp/libslirp_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/slirp/libslirp_git.bb b/meta/recipes-connectivity/slirp/libslirp_git.bb
index 334b786b9b..05830ce833 100644
--- a/meta/recipes-connectivity/slirp/libslirp_git.bb
+++ b/meta/recipes-connectivity/slirp/libslirp_git.bb
@@ -5,8 +5,8 @@ LICENSE = "BSD-3-Clause & MIT"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
-SRCREV = "3ad1710a96678fe79066b1469cead4058713a1d9"
-PV = "4.7.0"
+SRCREV = "ce314e39458223c2c42245fe536fbe1bcd94e9b1"
+PV = "4.8.0"
S = "${WORKDIR}/git"
DEPENDS = " \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 22/42] libxml2: upgrade 2.12.6 -> 2.12.7
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (19 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 21/42] libslirp: upgrade 4.7.0 -> 4.8.0 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 23/42] libxmlb: upgrade 0.3.18 -> 0.3.19 wangmy
` (19 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=========
- Fix buffer overread with 'xmllint --htmlout'
- xmllint: Fix --pedantic option
- save: Handle invalid parent pointers in xhtmlNodeDumpOutput
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libxml/{libxml2_2.12.6.bb => libxml2_2.12.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/libxml/{libxml2_2.12.6.bb => libxml2_2.12.7.bb} (97%)
diff --git a/meta/recipes-core/libxml/libxml2_2.12.6.bb b/meta/recipes-core/libxml/libxml2_2.12.7.bb
similarity index 97%
rename from meta/recipes-core/libxml/libxml2_2.12.6.bb
rename to meta/recipes-core/libxml/libxml2_2.12.7.bb
index 14fcff7fa4..84601c282f 100644
--- a/meta/recipes-core/libxml/libxml2_2.12.6.bb
+++ b/meta/recipes-core/libxml/libxml2_2.12.7.bb
@@ -20,7 +20,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt
file://install-tests.patch \
"
-SRC_URI[archive.sha256sum] = "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb"
+SRC_URI[archive.sha256sum] = "24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56"
SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273"
# Disputed as a security issue, but fixed in d39f780
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 23/42] libxmlb: upgrade 0.3.18 -> 0.3.19
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (20 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 22/42] libxml2: upgrade 2.12.6 -> 2.12.7 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6 wangmy
` (18 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
- Add xb_version_string() to get the runtime ABI version
- Add the runtime version as the default XMLb invalidation GUID
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libxmlb/{libxmlb_0.3.18.bb => libxmlb_0.3.19.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/libxmlb/{libxmlb_0.3.18.bb => libxmlb_0.3.19.bb} (93%)
diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.bb
similarity index 93%
rename from meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb
rename to meta/recipes-gnome/libxmlb/libxmlb_0.3.19.bb
index 10ceab0721..de8d860d00 100644
--- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb
+++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \
file://run-ptest \
"
-SRCREV = "59cf2e0bf3c4d0905a32e32828d6100784993621"
+SRCREV = "4393955fb7c8bbcb6a2c65ff54f16c39dc165e59"
S = "${WORKDIR}/git"
DEPENDS = "glib-2.0 xz zstd"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (21 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 23/42] libxmlb: upgrade 0.3.18 -> 0.3.19 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 19:57 ` Khem Raj
2024-05-22 9:14 ` [OE-core] [PATCH 25/42] mesa: upgrade 24.0.5 -> 24.0.7 wangmy
` (17 subsequent siblings)
40 siblings, 1 reply; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Fixes issues where LLVM is either generating the incorrect thunk for a
function with aligned parameters or didn't correctly pass through the
return value when StructRet was used.
- -Xclang -target-feature -Xclang +unaligned-scalar-mem can be used to enable
unaligned scalar memory accesses for CPUs that do not support unaligned
vector accesses. -mno-strict-align will enable unaligned scalar and vector
memory accesses.
- Don't replace an aliasee with an alias that has weak linkage. This avoids
incorrect linkage that can lead to using the wrong symbols during linking time.
- This patch fixes build failures when compiling AVX512 code using
-march=native on machines without AVX512.
- Fixes crash in AArch64 backend when having true or false as operand for a
fcmp instruction on IR level.
- Fixes compiler crash when user specifies -mno-evex512 with AVX512 features
but no AVX512VL.
- Fixes a bug that tries to do VBROADCAST_LOAD for f16 without AVX2.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/llvm/{llvm_18.1.5.bb => llvm_18.1.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/llvm/{llvm_18.1.5.bb => llvm_18.1.6.bb} (98%)
diff --git a/meta/recipes-devtools/llvm/llvm_18.1.5.bb b/meta/recipes-devtools/llvm/llvm_18.1.6.bb
similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_18.1.5.bb
rename to meta/recipes-devtools/llvm/llvm_18.1.6.bb
index 9c80b46b60..189f5b1146 100644
--- a/meta/recipes-devtools/llvm/llvm_18.1.5.bb
+++ b/meta/recipes-devtools/llvm/llvm_18.1.6.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] = "3591a52761a7d390ede51af01ea73abfecc4b1d16445f9d019b67a57edd7de56"
+SRC_URI[sha256sum] = "bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4"
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] 46+ messages in thread
* [OE-core] [PATCH 25/42] mesa: upgrade 24.0.5 -> 24.0.7
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (22 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 26/42] msmtp: upgrade 1.8.25 -> 1.8.26 wangmy
` (16 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://docs.mesa3d.org/relnotes/24.0.7.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb} | 0
meta/recipes-graphics/mesa/mesa.inc | 2 +-
meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb} (100%)
diff --git a/meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb b/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb
rename to meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 77e9c80fcb..48ef7c47f1 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -22,7 +22,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch \
"
-SRC_URI[sha256sum] = "38cc245ca8faa3c69da6d2687f8906377001f63365348a62cc6f7fafb1e8c018"
+SRC_URI[sha256sum] = "7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a"
UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
diff --git a/meta/recipes-graphics/mesa/mesa_24.0.5.bb b/meta/recipes-graphics/mesa/mesa_24.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_24.0.5.bb
rename to meta/recipes-graphics/mesa/mesa_24.0.7.bb
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 26/42] msmtp: upgrade 1.8.25 -> 1.8.26
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (23 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 25/42] mesa: upgrade 24.0.5 -> 24.0.7 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 27/42] nghttp2: upgrade 1.61.0 -> 1.62.0 wangmy
` (15 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Add support for SCRAM-SHA-256-PLUS and SCRAM-SHA-1-PLUS authentication, and
prefer SCRAM methods over the PLAIN method because of their superior
properties.
- With --read-envelope-from, a Resent-From header is now used if it is present
and appears before any From header
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-extended/msmtp/{msmtp_1.8.25.bb => msmtp_1.8.26.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/msmtp/{msmtp_1.8.25.bb => msmtp_1.8.26.bb} (91%)
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.25.bb b/meta/recipes-extended/msmtp/msmtp_1.8.26.bb
similarity index 91%
rename from meta/recipes-extended/msmtp/msmtp_1.8.25.bb
rename to meta/recipes-extended/msmtp/msmtp_1.8.26.bb
index b575fad5e1..13820fe930 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.8.25.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.8.26.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz"
-SRC_URI[sha256sum] = "2dfe1dbbb397d26fe0b0b6b2e9cd2efdf9d72dd42d18e70d7f363ada2652d738"
+SRC_URI[sha256sum] = "6cfc488344cef189267e60aea481f00d4c7e2a59b53c6c659c520a4d121f66d8"
inherit gettext autotools update-alternatives pkgconfig
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 27/42] nghttp2: upgrade 1.61.0 -> 1.62.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (24 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 26/42] msmtp: upgrade 1.8.25 -> 1.8.26 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 28/42] ninja: upgrade 1.12.0 -> 1.12.1 wangmy
` (14 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://github.com/nghttp2/nghttp2/releases/tag/v1.62.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../nghttp2/{nghttp2_1.61.0.bb => nghttp2_1.62.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/nghttp2/{nghttp2_1.61.0.bb => nghttp2_1.62.0.bb} (91%)
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.61.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb
similarity index 91%
rename from meta/recipes-support/nghttp2/nghttp2_1.61.0.bb
rename to meta/recipes-support/nghttp2/nghttp2_1.62.0.bb
index ad85576dcb..5a820d8cd5 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.61.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz"
-SRC_URI[sha256sum] = "c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654"
+SRC_URI[sha256sum] = "26798308fa0a12dabdb7ba8c77f74383019d3a0f1f36d25958b836af22474958"
inherit cmake manpages python3native github-releases
PACKAGECONFIG[manpages] = ""
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 28/42] ninja: upgrade 1.12.0 -> 1.12.1
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (25 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 27/42] nghttp2: upgrade 1.61.0 -> 1.62.0 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7 wangmy
` (13 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Screen updates extremely slow on Windows
- Dry run error if the build directory does not exist
- New critical path scheduler performance improvements
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-devtools/ninja/{ninja_1.12.0.bb => ninja_1.12.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/ninja/{ninja_1.12.0.bb => ninja_1.12.1.bb} (94%)
diff --git a/meta/recipes-devtools/ninja/ninja_1.12.0.bb b/meta/recipes-devtools/ninja/ninja_1.12.1.bb
similarity index 94%
rename from meta/recipes-devtools/ninja/ninja_1.12.0.bb
rename to meta/recipes-devtools/ninja/ninja_1.12.1.bb
index ef7f80d0ae..9f5c014b9b 100644
--- a/meta/recipes-devtools/ninja/ninja_1.12.0.bb
+++ b/meta/recipes-devtools/ninja/ninja_1.12.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
DEPENDS = "re2c-native ninja-native"
-SRCREV = "65d0dfcbbea6b8ca7d8a3a0f673ecb522379e43c"
+SRCREV = "2daa09ba270b0a43e1929d29b073348aa985dfaa"
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] 46+ messages in thread
* [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (26 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 28/42] ninja: upgrade 1.12.0 -> 1.12.1 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:38 ` Martin Hundebøll
2024-05-22 9:14 ` [OE-core] [PATCH 30/42] ptest-runner: upgrade 2.4.3 -> 2.4.4 wangmy
` (12 subsequent siblings)
40 siblings, 1 reply; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Fix issue with handling SIM7100 modem enable operation.
- Fix issue with handling QMI NAS indications earlier.
- Add support for handling QMI default bearer.
- Add support for handling QMI DTMF tones.
- Fix issue with handling ATD*99 for non-muxed ports.
- Fix issue with handling QRTR discover timeout.
- Add support for QMI voice call feature.
- Add support for exposing modem capabilities.
- Remove support for BlueZ 4.x services.
- Fix issue with LTE provisioning support.
- Fix issue with SMS and address length checks.
- Add support for QRTR services.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} (95%)
diff --git a/meta/recipes-connectivity/ofono/ofono_2.4.bb b/meta/recipes-connectivity/ofono/ofono_2.7.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_2.4.bb
rename to meta/recipes-connectivity/ofono/ofono_2.7.bb
index 5e1e5f3b6a..87f1958525 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.4.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.7.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] = "93580adc1afd1890dc516efb069de0c5cdfef014415256ddfb28ab172df2d11d"
+SRC_URI[sha256sum] = "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 30/42] ptest-runner: upgrade 2.4.3 -> 2.4.4
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (27 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 31/42] python3-hatchling: upgrade 1.24.1 -> 1.24.2 wangmy
` (11 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=========
- utils.c: run_ptests improve error handling on ptests iteration
- utils.c: run-ptests improve pseudo-terminal handling
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{ptest-runner_2.4.3.bb => ptest-runner_2.4.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/ptest-runner/{ptest-runner_2.4.3.bb => ptest-runner_2.4.4.bb} (95%)
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.3.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb
similarity index 95%
rename from meta/recipes-support/ptest-runner/ptest-runner_2.4.3.bb
rename to meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb
index e6668da01f..2263e07280 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.3.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
-SRCREV = "92c1b97bfdb4a94acc1cabcaf97eef52dc29144c"
+SRCREV = "95f528cff0bc52903b98c292d4a322fcffa74471"
PV .= "+git"
SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 31/42] python3-hatchling: upgrade 1.24.1 -> 1.24.2
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (28 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 30/42] ptest-runner: upgrade 2.4.3 -> 2.4.4 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 32/42] python3-hypothesis: upgrade 6.100.1 -> 6.102.4 wangmy
` (10 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Add .venv to the list of directories that cannot be traversed
- Output from the core Application utility now writes to stderr
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...{python3-hatchling_1.24.1.bb => python3-hatchling_1.24.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hatchling_1.24.1.bb => python3-hatchling_1.24.2.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.24.1.bb b/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.24.1.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.24.2.bb
index fc8d953281..0ad545f448 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.24.1.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
DEPENDS:remove:class-native = "python3-hatchling-native"
-SRC_URI[sha256sum] = "51f861891e98c4044eb455163a737e5d2328d7aa74890b182db2d80fee22a497"
+SRC_URI[sha256sum] = "41ddc27cdb25db9ef7b68bef075f829c84cb349aa1bff8240797d012510547b0"
do_compile:prepend() {
export PYTHONPATH=src
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 32/42] python3-hypothesis: upgrade 6.100.1 -> 6.102.4
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (29 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 31/42] python3-hatchling: upgrade 1.24.1 -> 1.24.2 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 33/42] python3-jsonschema: upgrade 4.21.1 -> 4.22.0 wangmy
` (9 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://hypothesis.readthedocs.io/en/latest/changes.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...hon3-hypothesis_6.100.1.bb => python3-hypothesis_6.102.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.100.1.bb => python3-hypothesis_6.102.4.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.100.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.102.4.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.100.1.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.102.4.bb
index a689be9a1a..ec43514d41 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.100.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.102.4.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
-SRC_URI[sha256sum] = "ebff09d7fa4f1fb6a855a812baf17e578b4481b7b70ec6d96496210d1a4c6c35"
+SRC_URI[sha256sum] = "59b4d144346d5cffb482cc1bafbd21b13ff31608e8c4b3e4630339aee3e87763"
RDEPENDS:${PN} += " \
python3-attrs \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 33/42] python3-jsonschema: upgrade 4.21.1 -> 4.22.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (30 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 32/42] python3-hypothesis: upgrade 6.100.1 -> 6.102.4 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 34/42] python3-lxml: upgrade 5.2.1 -> 5.2.2 wangmy
` (8 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
- Improve best_match (and thereby error messages from jsonschema.validate) in
cases where there are multiple sibling errors from applying anyOf / allOf
- (Micro-)optimize equality checks when comparing for JSON Schema equality by
first checking for object identity, as == would.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ython3-jsonschema_4.21.1.bb => python3-jsonschema_4.22.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-jsonschema_4.21.1.bb => python3-jsonschema_4.22.0.bb} (93%)
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.21.1.bb b/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-jsonschema_4.21.1.bb
rename to meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb
index 381148f4bb..c3184396d2 100644
--- a/meta/recipes-devtools/python/python3-jsonschema_4.21.1.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \
file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"
-SRC_URI[sha256sum] = "85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"
+SRC_URI[sha256sum] = "5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"
inherit pypi python_hatchling
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 34/42] python3-lxml: upgrade 5.2.1 -> 5.2.2
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (31 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 33/42] python3-jsonschema: upgrade 4.21.1 -> 4.22.0 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 35/42] python3-mako: upgrade 1.3.3 -> 1.3.5 wangmy
` (7 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- The test_feed_parser test could fail if lxml_html_clean was not installed.
- The minimum CPU architecture for the Linux x86 binary wheels was set back to
"core2", without SSE 4.2.
- If libxml2 uses iconv, the compile time version is available as etree.ICONV_COMPILED_VERSION.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-lxml_5.2.1.bb => python3-lxml_5.2.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-lxml_5.2.1.bb => python3-lxml_5.2.2.bb} (95%)
diff --git a/meta/recipes-devtools/python/python3-lxml_5.2.1.bb b/meta/recipes-devtools/python/python3-lxml_5.2.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_5.2.1.bb
rename to meta/recipes-devtools/python/python3-lxml_5.2.2.bb
index 44a10505f3..e5a22e7090 100644
--- a/meta/recipes-devtools/python/python3-lxml_5.2.1.bb
+++ b/meta/recipes-devtools/python/python3-lxml_5.2.2.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
DEPENDS += "libxml2 libxslt"
-SRC_URI[sha256sum] = "3f7765e69bbce0906a7c74d5fe46d2c7a7596147318dbc08e4a2431f3060e306"
+SRC_URI[sha256sum] = "bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87"
SRC_URI += "${PYPI_SRC_URI}"
inherit pkgconfig pypi setuptools3
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 35/42] python3-mako: upgrade 1.3.3 -> 1.3.5
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (32 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 34/42] python3-lxml: upgrade 5.2.1 -> 5.2.2 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 36/42] python3-pygments: upgrade 2.17.2 -> 2.18.0 wangmy
` (6 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
- Reverted the fix for #400 as it caused new issues when traversing
some bracketed situations.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-mako_1.3.3.bb => python3-mako_1.3.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-mako_1.3.3.bb => python3-mako_1.3.5.bb} (84%)
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.3.bb b/meta/recipes-devtools/python/python3-mako_1.3.5.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-mako_1.3.3.bb
rename to meta/recipes-devtools/python/python3-mako_1.3.5.bb
index 7545cbef99..d27fb121a6 100644
--- a/meta/recipes-devtools/python/python3-mako_1.3.3.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.3.5.bb
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Mako"
inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73"
+SRC_URI[sha256sum] = "48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc"
RDEPENDS:${PN} = "python3-html \
python3-markupsafe \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 36/42] python3-pygments: upgrade 2.17.2 -> 2.18.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (33 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 35/42] python3-mako: upgrade 1.3.3 -> 1.3.5 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 37/42] python3-referencing: upgrade 0.34.0 -> 0.35.1 wangmy
` (5 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://github.com/pygments/pygments/blob/master/CHANGES
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-pygments_2.17.2.bb => python3-pygments_2.18.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pygments_2.17.2.bb => python3-pygments_2.18.0.bb} (81%)
diff --git a/meta/recipes-devtools/python/python3-pygments_2.17.2.bb b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-pygments_2.17.2.bb
rename to meta/recipes-devtools/python/python3-pygments_2.18.0.bb
index 8b98064b78..fd37365681 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
inherit python_hatchling
-SRC_URI[sha256sum] = "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
+SRC_URI[sha256sum] = "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"
UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
inherit pypi
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 37/42] python3-referencing: upgrade 0.34.0 -> 0.35.1
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (34 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 36/42] python3-pygments: upgrade 2.17.2 -> 2.18.0 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 38/42] python3-zipp: upgrade 3.18.1 -> 3.18.2 wangmy
` (4 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Make Resource.pointer also properly handle empty pointers (which refer to the
root document). This fix likely only affects you if you were using that
function directly, as Resource.lookup already handles empty fragments.
- Ensure that Registry.contents() also raises NoSuchResource exceptions for
nonexistent resources, not KeyError (which is an implementation detail).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...hon3-referencing_0.34.0.bb => python3-referencing_0.35.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-referencing_0.34.0.bb => python3-referencing_0.35.1.bb} (81%)
diff --git a/meta/recipes-devtools/python/python3-referencing_0.34.0.bb b/meta/recipes-devtools/python/python3-referencing_0.35.1.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-referencing_0.34.0.bb
rename to meta/recipes-devtools/python/python3-referencing_0.35.1.bb
index 6fbd10d9cf..3e2a380607 100644
--- a/meta/recipes-devtools/python/python3-referencing_0.34.0.bb
+++ b/meta/recipes-devtools/python/python3-referencing_0.35.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python-jsonschema/referencing"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
-SRC_URI[sha256sum] = "5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844"
+SRC_URI[sha256sum] = "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"
inherit pypi python_hatchling
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 38/42] python3-zipp: upgrade 3.18.1 -> 3.18.2
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (35 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 37/42] python3-referencing: upgrade 0.34.0 -> 0.35.1 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 39/42] ruby: upgrade 3.3.0 -> 3.3.1 wangmy
` (3 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-zipp_3.18.1.bb => python3-zipp_3.18.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-zipp_3.18.1.bb => python3-zipp_3.18.2.bb} (84%)
diff --git a/meta/recipes-devtools/python/python3-zipp_3.18.1.bb b/meta/recipes-devtools/python/python3-zipp_3.18.2.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-zipp_3.18.1.bb
rename to meta/recipes-devtools/python/python3-zipp_3.18.2.bb
index e43432469d..97aa1fed25 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.18.1.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.18.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
-SRC_URI[sha256sum] = "2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
+SRC_URI[sha256sum] = "6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059"
DEPENDS += "python3-setuptools-scm-native"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 39/42] ruby: upgrade 3.3.0 -> 3.3.1
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (36 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 38/42] python3-zipp: upgrade 3.18.1 -> 3.18.2 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 40/42] shaderc: upgrade 2024.0 -> 2024.1 wangmy
` (2 subsequent siblings)
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://github.com/ruby/ruby/releases/tag/v3_3_1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb} (98%)
diff --git a/meta/recipes-devtools/ruby/ruby_3.3.0.bb b/meta/recipes-devtools/ruby/ruby_3.3.1.bb
similarity index 98%
rename from meta/recipes-devtools/ruby/ruby_3.3.0.bb
rename to meta/recipes-devtools/ruby/ruby_3.3.1.bb
index 657fc31b4d..fe9b12b87f 100644
--- a/meta/recipes-devtools/ruby/ruby_3.3.0.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.3.1.bb
@@ -47,7 +47,7 @@ do_configure:prepend() {
DEPENDS:append:libc-musl = " libucontext"
-SRC_URI[sha256sum] = "96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d"
+SRC_URI[sha256sum] = "8dc2af2802cc700cd182d5430726388ccf885b3f0a14fcd6a0f21ff249c9aa99"
PACKAGECONFIG ??= ""
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 40/42] shaderc: upgrade 2024.0 -> 2024.1
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (37 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 39/42] ruby: upgrade 3.3.0 -> 3.3.1 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 41/42] wireless-regdb: upgrade 2024.01.23 -> 2024.05.08 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 42/42] xwayland: upgrade 23.2.6 -> 24.1.0 wangmy
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Update dependencies
- Propagate test/install options to Glslang
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../shaderc/{shaderc_2024.0.bb => shaderc_2024.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/shaderc/{shaderc_2024.0.bb => shaderc_2024.1.bb} (95%)
diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.0.bb b/meta/recipes-graphics/shaderc/shaderc_2024.1.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2024.0.bb
rename to meta/recipes-graphics/shaderc/shaderc_2024.1.bb
index 9975c608ac..1f0b12ef57 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2024.0.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2024.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "9f56ca620c07d6c4d119c65c1c1f3f1c584c9985"
+SRCREV = "5d7736da11e626b49c5463aadb2afb228ad20276"
SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
file://0001-cmake-disable-building-external-dependencies.patch \
file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 41/42] wireless-regdb: upgrade 2024.01.23 -> 2024.05.08
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (38 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 40/42] shaderc: upgrade 2024.0 -> 2024.1 wangmy
@ 2024-05-22 9:14 ` wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 42/42] xwayland: upgrade 23.2.6 -> 24.1.0 wangmy
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ireless-regdb_2024.01.23.bb => wireless-regdb_2024.05.08.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2024.01.23.bb => wireless-regdb_2024.05.08.bb} (94%)
diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb
similarity index 94%
rename from meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb
rename to meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb
index 8fde236ab4..95e33d9fb1 100644
--- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb
+++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb
@@ -5,7 +5,7 @@ LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "c8a61c9acf76fa7eb4239e89f640dee3e87098d9f69b4d3518c9c60fc6d20c55"
+SRC_URI[sha256sum] = "9aee1d86ebebb363b714bec941b2820f31e3b7f1a485ddc9fcbd9985c7d3e7c4"
inherit bin_package allarch
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [OE-core] [PATCH 42/42] xwayland: upgrade 23.2.6 -> 24.1.0
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
` (39 preceding siblings ...)
2024-05-22 9:14 ` [OE-core] [PATCH 41/42] wireless-regdb: upgrade 2024.01.23 -> 2024.05.08 wangmy
@ 2024-05-22 9:14 ` wangmy
40 siblings, 0 replies; 46+ messages in thread
From: wangmy @ 2024-05-22 9:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xwayland/{xwayland_23.2.6.bb => xwayland_24.1.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xwayland/{xwayland_23.2.6.bb => xwayland_24.1.0.bb} (96%)
diff --git a/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.0.bb
similarity index 96%
rename from meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
rename to meta/recipes-graphics/xwayland/xwayland_24.1.0.bb
index f51429bc8c..251b3af857 100644
--- a/meta/recipes-graphics/xwayland/xwayland_23.2.6.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_24.1.0.bb
@@ -10,7 +10,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz"
-SRC_URI[sha256sum] = "1c9a366b4e7ccadba0f9bd313c59eae12d23bd72543b22a26eaf8b20835cfc6d"
+SRC_URI[sha256sum] = "bef21c4f18807a4ed571c4e2df60ab63b5466bbd502ecceb2485b892ab76dcc2"
UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
--
2.34.1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* Re: [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7
2024-05-22 9:14 ` [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7 wangmy
@ 2024-05-22 9:38 ` Martin Hundebøll
2024-05-22 9:46 ` Alexander Kanavin
0 siblings, 1 reply; 46+ messages in thread
From: Martin Hundebøll @ 2024-05-22 9:38 UTC (permalink / raw)
To: wangmy, openembedded-core
Hi Wang,
I've sent a similar patch that also removes the two patches, which
aren't needed anymore:
https://lists.openembedded.org/g/openembedded-core/message/199693
// Martin
On Wed, 2024-05-22 at 17:14 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - Fix issue with handling SIM7100 modem enable operation.
> - Fix issue with handling QMI NAS indications earlier.
> - Add support for handling QMI default bearer.
> - Add support for handling QMI DTMF tones.
> - Fix issue with handling ATD*99 for non-muxed ports.
> - Fix issue with handling QRTR discover timeout.
> - Add support for QMI voice call feature.
> - Add support for exposing modem capabilities.
> - Remove support for BlueZ 4.x services.
> - Fix issue with LTE provisioning support.
> - Fix issue with SMS and address length checks.
> - Add support for QRTR services.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} | 2
> +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-connectivity/ofono/{ofono_2.4.bb =>
> ofono_2.7.bb} (95%)
>
> diff --git a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> b/meta/recipes-connectivity/ofono/ofono_2.7.bb
> similarity index 95%
> rename from meta/recipes-connectivity/ofono/ofono_2.4.bb
> rename to meta/recipes-connectivity/ofono/ofono_2.7.bb
> index 5e1e5f3b6a..87f1958525 100644
> --- a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> +++ b/meta/recipes-connectivity/ofono/ofono_2.7.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] =
> "93580adc1afd1890dc516efb069de0c5cdfef014415256ddfb28ab172df2d11d"
> +SRC_URI[sha256sum] =
> "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
>
> inherit autotools pkgconfig update-rc.d systemd gobject-
> introspection-data
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199724):
> https://lists.openembedded.org/g/openembedded-core/message/199724
> Mute This Topic: https://lists.openembedded.org/mt/106239640/3618414
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub [
> martin@geanix.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7
2024-05-22 9:38 ` Martin Hundebøll
@ 2024-05-22 9:46 ` Alexander Kanavin
0 siblings, 0 replies; 46+ messages in thread
From: Alexander Kanavin @ 2024-05-22 9:46 UTC (permalink / raw)
To: martin; +Cc: wangmy, openembedded-core
Removal of patches is always preferred :)
Alex
On Wed, 22 May 2024 at 11:38, Martin Hundeb?ll via
lists.openembedded.org <martin=geanix.com@lists.openembedded.org>
wrote:
>
> Hi Wang,
>
> I've sent a similar patch that also removes the two patches, which
> aren't needed anymore:
> https://lists.openembedded.org/g/openembedded-core/message/199693
>
> // Martin
>
> On Wed, 2024-05-22 at 17:14 +0800, wangmy via lists.openembedded.org
> wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - Fix issue with handling SIM7100 modem enable operation.
> > - Fix issue with handling QMI NAS indications earlier.
> > - Add support for handling QMI default bearer.
> > - Add support for handling QMI DTMF tones.
> > - Fix issue with handling ATD*99 for non-muxed ports.
> > - Fix issue with handling QRTR discover timeout.
> > - Add support for QMI voice call feature.
> > - Add support for exposing modem capabilities.
> > - Remove support for BlueZ 4.x services.
> > - Fix issue with LTE provisioning support.
> > - Fix issue with SMS and address length checks.
> > - Add support for QRTR services.
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} | 2
> > +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-connectivity/ofono/{ofono_2.4.bb =>
> > ofono_2.7.bb} (95%)
> >
> > diff --git a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> > b/meta/recipes-connectivity/ofono/ofono_2.7.bb
> > similarity index 95%
> > rename from meta/recipes-connectivity/ofono/ofono_2.4.bb
> > rename to meta/recipes-connectivity/ofono/ofono_2.7.bb
> > index 5e1e5f3b6a..87f1958525 100644
> > --- a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> > +++ b/meta/recipes-connectivity/ofono/ofono_2.7.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] =
> > "93580adc1afd1890dc516efb069de0c5cdfef014415256ddfb28ab172df2d11d"
> > +SRC_URI[sha256sum] =
> > "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
> >
> > inherit autotools pkgconfig update-rc.d systemd gobject-
> > introspection-data
> >
> >
> >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199741): https://lists.openembedded.org/g/openembedded-core/message/199741
> Mute This Topic: https://lists.openembedded.org/mt/106239640/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] 46+ messages in thread
* Re: [OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6
2024-05-22 9:14 ` [OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6 wangmy
@ 2024-05-22 19:57 ` Khem Raj
0 siblings, 0 replies; 46+ messages in thread
From: Khem Raj @ 2024-05-22 19:57 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
On Wed, May 22, 2024 at 2:15 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - Fixes issues where LLVM is either generating the incorrect thunk for a
> function with aligned parameters or didn't correctly pass through the
> return value when StructRet was used.
> - -Xclang -target-feature -Xclang +unaligned-scalar-mem can be used to enable
> unaligned scalar memory accesses for CPUs that do not support unaligned
> vector accesses. -mno-strict-align will enable unaligned scalar and vector
> memory accesses.
> - Don't replace an aliasee with an alias that has weak linkage. This avoids
> incorrect linkage that can lead to using the wrong symbols during linking time.
> - This patch fixes build failures when compiling AVX512 code using
> -march=native on machines without AVX512.
> - Fixes crash in AArch64 backend when having true or false as operand for a
> fcmp instruction on IR level.
> - Fixes compiler crash when user specifies -mno-evex512 with AVX512 features
> but no AVX512VL.
> - Fixes a bug that tries to do VBROADCAST_LOAD for f16 without AVX2.
>
I submitted this already via
https://lore.kernel.org/openembedded-core/20240521153514.271976-1-raj.khem@gmail.com/T/#u
but I like your commit message more. So perhaps this patch should be picked too
atleast the commit part
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-devtools/llvm/{llvm_18.1.5.bb => llvm_18.1.6.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-devtools/llvm/{llvm_18.1.5.bb => llvm_18.1.6.bb} (98%)
>
> diff --git a/meta/recipes-devtools/llvm/llvm_18.1.5.bb b/meta/recipes-devtools/llvm/llvm_18.1.6.bb
> similarity index 98%
> rename from meta/recipes-devtools/llvm/llvm_18.1.5.bb
> rename to meta/recipes-devtools/llvm/llvm_18.1.6.bb
> index 9c80b46b60..189f5b1146 100644
> --- a/meta/recipes-devtools/llvm/llvm_18.1.5.bb
> +++ b/meta/recipes-devtools/llvm/llvm_18.1.6.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] = "3591a52761a7d390ede51af01ea73abfecc4b1d16445f9d019b67a57edd7de56"
> +SRC_URI[sha256sum] = "bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4"
>
> UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
> UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199722): https://lists.openembedded.org/g/openembedded-core/message/199722
> Mute This Topic: https://lists.openembedded.org/mt/106239638/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: [OE-core] [PATCH 13/42] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12
2024-05-22 9:14 ` [OE-core] [PATCH 13/42] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12 wangmy
@ 2024-06-03 5:39 ` Changqing Li
0 siblings, 0 replies; 46+ messages in thread
From: Changqing Li @ 2024-06-03 5:39 UTC (permalink / raw)
To: Steve Sakoman; +Cc: wangmy, OE-core
[-- Attachment #1: Type: text/plain, Size: 2439 bytes --]
Hi, Steve
Could you backport this patch and the patch gdk-pixbuf: upgrade 2.42.10
-> 2.42.11 to branch Scarthgap? Thanks.
2.42.12 contains CVE fix: CVE-2022-48622
Regards
Changqing
On 5/22/24 17:14, wangmy via lists.openembedded.org wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> From: Wang Mingyu<wangmy@fujitsu.com>
>
> Changelog:
> ===========
> - Fix a build failure
> - Fix occasional build failures
> - ani: Reject files with multiple INA or IART chunks
> - ani: Reject files with multiple anih chunks
> - ani: validate chunk size
> - Translation updates
>
> Signed-off-by: Wang Mingyu<wangmy@fujitsu.com>
> ---
> .../gdk-pixbuf/{gdk-pixbuf_2.42.11.bb => gdk-pixbuf_2.42.12.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.42.11.bb => gdk-pixbuf_2.42.12.bb} (98%)
>
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.11.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb
> similarity index 98%
> rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.11.bb
> rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb
> index ef0f23f8f7..9f825a68ef 100644
> --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.11.bb
> +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb
> @@ -22,7 +22,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
> file://0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch \
> "
>
> -SRC_URI[sha256sum] = "49dcb402388708647e8c321d56b6fb30f21e51e515d0c5a942268d23052a2f00"
> +SRC_URI[sha256sum] = "b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7"
>
> inherit meson pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199708):https://lists.openembedded.org/g/openembedded-core/message/199708
> Mute This Topic:https://lists.openembedded.org/mt/106239623/3616873
> Group Owner:openembedded-core+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [changqing.li@eng.windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
[-- Attachment #2: Type: text/html, Size: 3663 bytes --]
^ permalink raw reply [flat|nested] 46+ messages in thread
end of thread, other threads:[~2024-06-03 5:40 UTC | newest]
Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 9:14 [OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 02/42] bash-completion: upgrade 2.13.0 -> 2.14.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 03/42] bind: upgrade 9.18.26 -> 9.18.27 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 04/42] btrfs-tools: upgrade 6.8 -> 6.8.1 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 05/42] createrepo-c: upgrade 1.1.0 -> 1.1.1 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 06/42] diffoscope: upgrade 265 -> 267 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 07/42] dmidecode: upgrade 3.5 -> 3.6 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 08/42] dnf: upgrade 4.19.2 -> 4.20.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 09/42] dropbear: upgrade 2024.84 -> 2024.85 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 10/42] ed: upgrade 1.20.1 -> 1.20.2 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 11/42] ell: upgrade 0.64 -> 0.65 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 12/42] fribidi: upgrade 1.0.13 -> 1.0.14 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 13/42] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12 wangmy
2024-06-03 5:39 ` Changqing Li
2024-05-22 9:14 ` [OE-core] [PATCH 14/42] gtk+3: upgrade 3.24.41 -> 3.24.42 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 15/42] iproute2: upgrade 6.8.0 -> 6.9.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 16/42] iw: upgrade 6.7 -> 6.9 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 17/42] libarchive: upgrade 3.7.3 -> 3.7.4 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 18/42] libedit: upgrade 20230828-3.1 -> 20240517-3.1 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 19/42] libgpg-error: upgrade 1.48 -> 1.49 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 20/42] libsdl2: upgrade 2.30.2 -> 2.30.3 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 21/42] libslirp: upgrade 4.7.0 -> 4.8.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 22/42] libxml2: upgrade 2.12.6 -> 2.12.7 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 23/42] libxmlb: upgrade 0.3.18 -> 0.3.19 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6 wangmy
2024-05-22 19:57 ` Khem Raj
2024-05-22 9:14 ` [OE-core] [PATCH 25/42] mesa: upgrade 24.0.5 -> 24.0.7 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 26/42] msmtp: upgrade 1.8.25 -> 1.8.26 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 27/42] nghttp2: upgrade 1.61.0 -> 1.62.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 28/42] ninja: upgrade 1.12.0 -> 1.12.1 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7 wangmy
2024-05-22 9:38 ` Martin Hundebøll
2024-05-22 9:46 ` Alexander Kanavin
2024-05-22 9:14 ` [OE-core] [PATCH 30/42] ptest-runner: upgrade 2.4.3 -> 2.4.4 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 31/42] python3-hatchling: upgrade 1.24.1 -> 1.24.2 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 32/42] python3-hypothesis: upgrade 6.100.1 -> 6.102.4 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 33/42] python3-jsonschema: upgrade 4.21.1 -> 4.22.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 34/42] python3-lxml: upgrade 5.2.1 -> 5.2.2 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 35/42] python3-mako: upgrade 1.3.3 -> 1.3.5 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 36/42] python3-pygments: upgrade 2.17.2 -> 2.18.0 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 37/42] python3-referencing: upgrade 0.34.0 -> 0.35.1 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 38/42] python3-zipp: upgrade 3.18.1 -> 3.18.2 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 39/42] ruby: upgrade 3.3.0 -> 3.3.1 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 40/42] shaderc: upgrade 2024.0 -> 2024.1 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 41/42] wireless-regdb: upgrade 2024.01.23 -> 2024.05.08 wangmy
2024-05-22 9:14 ` [OE-core] [PATCH 42/42] xwayland: upgrade 23.2.6 -> 24.1.0 wangmy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox