* [PATCH 1/7] gn: upgrade to latest revision
@ 2026-04-16 5:54 Khem Raj
2026-04-16 5:54 ` [PATCH 2/7] dos2unix: upgrade 7.5.4 -> 7.5.5 Khem Raj
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Khem Raj @ 2026-04-16 5:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj, Khem Raj
From: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta/recipes-devtools/gn/gn_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb
index 852c095861..8d2c0821a0 100644
--- a/meta/recipes-devtools/gn/gn_git.bb
+++ b/meta/recipes-devtools/gn/gn_git.bb
@@ -7,7 +7,7 @@ DEPENDS += "ninja-native"
UPSTREAM_CHECK_COMMITS = "1"
SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main"
-SRCREV = "9d19a7870add65151ff91bcc26252bb7521065cf"
+SRCREV = "ec56d4d935a0e2ab9d52b88dd00c93ec51233055"
PV = "0+git"
BB_GIT_SHALLOW = ""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/7] dos2unix: upgrade 7.5.4 -> 7.5.5
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
@ 2026-04-16 5:54 ` Khem Raj
2026-04-16 5:54 ` [PATCH 3/7] python3-pdm-backend: upgrade 2.4.7 -> 2.4.8 Khem Raj
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2026-04-16 5:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj, Khem Raj
From: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../dos2unix/{dos2unix_7.5.4.bb => dos2unix_7.5.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/dos2unix/{dos2unix_7.5.4.bb => dos2unix_7.5.5.bb} (95%)
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.4.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.5.bb
similarity index 95%
rename from meta/recipes-support/dos2unix/dos2unix_7.5.4.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.5.bb
index 87d51574cc..aa078ed200 100644
--- a/meta/recipes-support/dos2unix/dos2unix_7.5.4.bb
+++ b/meta/recipes-support/dos2unix/dos2unix_7.5.5.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af1174fd3d1a254eec3a4a1d1da170a9"
SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
-SRCREV = "dd37537e5fe03ac123aca9a9c944ef87fb998dcd"
+SRCREV = "54524999eece4e9ad0dab580c79b02855fc85028"
S = "${UNPACKDIR}/${BP}/dos2unix"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/7] python3-pdm-backend: upgrade 2.4.7 -> 2.4.8
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
2026-04-16 5:54 ` [PATCH 2/7] dos2unix: upgrade 7.5.4 -> 7.5.5 Khem Raj
@ 2026-04-16 5:54 ` Khem Raj
2026-04-16 5:54 ` [PATCH 4/7] python3-pdm: upgrade 2.26.6 -> 2.26.7 Khem Raj
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2026-04-16 5:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj, Khem Raj
From: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
...ython3-pdm-backend_2.4.7.bb => python3-pdm-backend_2.4.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pdm-backend_2.4.7.bb => python3-pdm-backend_2.4.8.bb} (79%)
diff --git a/meta/recipes-devtools/python/python3-pdm-backend_2.4.7.bb b/meta/recipes-devtools/python/python3-pdm-backend_2.4.8.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-pdm-backend_2.4.7.bb
rename to meta/recipes-devtools/python/python3-pdm-backend_2.4.8.bb
index 94d40ac528..5833bb717b 100644
--- a/meta/recipes-devtools/python/python3-pdm-backend_2.4.7.bb
+++ b/meta/recipes-devtools/python/python3-pdm-backend_2.4.8.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4a564297b3c5b629a528b92fd8ff61ea"
-SRC_URI[sha256sum] = "a509d083850378ce919d41e7a2faddfc57a1764d376913c66731125d6b14110f"
+SRC_URI[sha256sum] = "d8ef85d2c4306ee67195412d701fae9983e84ec6574598e26798ae26b7b3c7e0"
inherit pypi python_pep517
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/7] python3-pdm: upgrade 2.26.6 -> 2.26.7
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
2026-04-16 5:54 ` [PATCH 2/7] dos2unix: upgrade 7.5.4 -> 7.5.5 Khem Raj
2026-04-16 5:54 ` [PATCH 3/7] python3-pdm-backend: upgrade 2.4.7 -> 2.4.8 Khem Raj
@ 2026-04-16 5:54 ` Khem Raj
2026-04-16 5:54 ` [PATCH 5/7] python3-lxml: upgrade 6.0.2 -> 6.0.4 Khem Raj
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2026-04-16 5:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj, Khem Raj
From: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../python/{python3-pdm_2.26.6.bb => python3-pdm_2.26.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pdm_2.26.6.bb => python3-pdm_2.26.7.bb} (80%)
diff --git a/meta/recipes-devtools/python/python3-pdm_2.26.6.bb b/meta/recipes-devtools/python/python3-pdm_2.26.7.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-pdm_2.26.6.bb
rename to meta/recipes-devtools/python/python3-pdm_2.26.7.bb
index 72f6415dbc..5e6cdcb4cf 100644
--- a/meta/recipes-devtools/python/python3-pdm_2.26.6.bb
+++ b/meta/recipes-devtools/python/python3-pdm_2.26.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
-SRC_URI[sha256sum] = "771f95b9a484f9eb34dcf8d851be6ff95333e4f3c46189f9004cfd5cc2e925f9"
+SRC_URI[sha256sum] = "0a96a6fb4d60dfeacc1f68bf77efda39503833f6c01866cc8700ea403f0183b7"
inherit pypi python_pdm
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 5/7] python3-lxml: upgrade 6.0.2 -> 6.0.4
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
` (2 preceding siblings ...)
2026-04-16 5:54 ` [PATCH 4/7] python3-pdm: upgrade 2.26.6 -> 2.26.7 Khem Raj
@ 2026-04-16 5:54 ` Khem Raj
2026-04-16 5:54 ` [PATCH 6/7] re2c: upgrade 4.4 -> 4.5.1 Khem Raj
2026-04-16 5:54 ` [PATCH 7/7] libmpc: Upgrade to 1.4.0 Khem Raj
5 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2026-04-16 5:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj, Khem Raj
From: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../python/{python3-lxml_6.0.2.bb => python3-lxml_6.0.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-lxml_6.0.2.bb => python3-lxml_6.0.4.bb} (95%)
diff --git a/meta/recipes-devtools/python/python3-lxml_6.0.2.bb b/meta/recipes-devtools/python/python3-lxml_6.0.4.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_6.0.2.bb
rename to meta/recipes-devtools/python/python3-lxml_6.0.4.bb
index 876fda93b6..1257534c0f 100644
--- a/meta/recipes-devtools/python/python3-lxml_6.0.2.bb
+++ b/meta/recipes-devtools/python/python3-lxml_6.0.4.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
DEPENDS += "libxml2 libxslt"
-SRC_URI[sha256sum] = "cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62"
+SRC_URI[sha256sum] = "4137516be2a90775f99d8ef80ec0283f8d78b5d8bd4630ff20163b72e7e9abf2"
SRC_URI += "${PYPI_SRC_URI}"
inherit pkgconfig pypi setuptools3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 6/7] re2c: upgrade 4.4 -> 4.5.1
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
` (3 preceding siblings ...)
2026-04-16 5:54 ` [PATCH 5/7] python3-lxml: upgrade 6.0.2 -> 6.0.4 Khem Raj
@ 2026-04-16 5:54 ` Khem Raj
2026-04-16 5:54 ` [PATCH 7/7] libmpc: Upgrade to 1.4.0 Khem Raj
5 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2026-04-16 5:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj, Khem Raj
From: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../re2c/re2c/CVE-2026-2903.patch | 68 -------------------
.../re2c/{re2c_4.4.bb => re2c_4.5.1.bb} | 5 +-
2 files changed, 2 insertions(+), 71 deletions(-)
delete mode 100644 meta/recipes-support/re2c/re2c/CVE-2026-2903.patch
rename meta/recipes-support/re2c/{re2c_4.4.bb => re2c_4.5.1.bb} (86%)
diff --git a/meta/recipes-support/re2c/re2c/CVE-2026-2903.patch b/meta/recipes-support/re2c/re2c/CVE-2026-2903.patch
deleted file mode 100644
index 266891fa49..0000000000
--- a/meta/recipes-support/re2c/re2c/CVE-2026-2903.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From febeb977936f9519a25d9fbd10ff8256358cdb97 Mon Sep 17 00:00:00 2001
-From: Ulya Trofimovich <skvadrik@gmail.com>
-Date: Tue, 3 Feb 2026 21:33:11 +0000
-Subject: [PATCH] Fix null pointer dereference when actions are used without
- rules.
-
-Null pointer dereference happened because the root TNFA state was null:
-there were no rules for a block, but determinization still happened.
-
-In this case re2c should emit an error and never even attempt
-determinization. It was properly handled for blocks with start
-conditions, but not for normal blocks.
-
-This addresses #571 "[Bug] Segmentation Fault (NULL Dereference) in
-re2c::closure_leftmost_dfs during determinization".
-
-CVE: CVE-2026-2903
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- src/parse/ast.cc | 19 +++++++++++++++----
- test/conditions/cond_error_10.c | 2 +-
- 2 files changed, 16 insertions(+), 5 deletions(-)
-
-diff --git a/src/parse/ast.cc b/src/parse/ast.cc
-index 91865e801..986cfb7da 100644
---- a/src/parse/ast.cc
-+++ b/src/parse/ast.cc
-@@ -332,10 +332,6 @@ Ret check_and_merge_special_rules(AstGrams& grams, const opt_t* opts, Msg& msg,
- all_conds_have_it = false; \
- } else if (g.name == STAR_COND) { \
- star_action = g.action[0]; \
-- } else if (g.rules.empty()) { \
-- RET_FAIL(msg.error(g.action[0]->loc, \
-- "%s action for non-existing condition `%s` found", \
-- str, g.name.c_str())); \
- } \
- } \
- if (star_action && all_conds_have_it) { \
-@@ -422,6 +418,21 @@ Ret check_and_merge_special_rules(AstGrams& grams, const opt_t* opts, Msg& msg,
- }
- }
-
-+ for (const AstGram& g : grams) {
-+ if (g.rules.empty()) {
-+#define CHECK_ACTION(action, str) do { \
-+ if (!g.action.empty()) { \
-+ RET_FAIL(msg.error(g.action[0]->loc, \
-+ "%s action %sbut no rules found", str, incond(g.name).c_str())); \
-+ } \
-+} while(0)
-+ CHECK_ACTION(entry, "entry");
-+ CHECK_ACTION(pre_rule, "pre-rule");
-+ CHECK_ACTION(post_rule, "post-rule");
-+#undef CHECK_ACTION
-+ }
-+ }
-+
- // zero condition must be the first one.
- auto zero = std::find_if(
- grams.begin(), grams.end(), [](const AstGram& g) { return g.name == ZERO_COND; });
-diff --git a/test/conditions/cond_error_10.c b/test/conditions/cond_error_10.c
-index 571028a22..3bfde301b 100644
---- a/test/conditions/cond_error_10.c
-+++ b/test/conditions/cond_error_10.c
-@@ -1 +1 @@
--conditions/cond_error_10.re:7:5: error: pre-rule action for non-existing condition `c` found
-+conditions/cond_error_10.re:7:5: error: pre-rule action in condition 'c' but no rules found
diff --git a/meta/recipes-support/re2c/re2c_4.4.bb b/meta/recipes-support/re2c/re2c_4.5.1.bb
similarity index 86%
rename from meta/recipes-support/re2c/re2c_4.4.bb
rename to meta/recipes-support/re2c/re2c_4.5.1.bb
index ea9364c483..ee3774017f 100644
--- a/meta/recipes-support/re2c/re2c_4.4.bb
+++ b/meta/recipes-support/re2c/re2c_4.5.1.bb
@@ -6,10 +6,9 @@ SECTION = "devel"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d"
-SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz \
- file://CVE-2026-2903.patch"
+SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "6b6b865924447ef992d5db4e52fb9307e5f65f26edd43efa91395da810f4280a"
+SRC_URI[sha256sum] = "ffea067c11aa668bcb42885be6e6cd000302000b7747d2bb213299ec66b7864e"
GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases"
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 7/7] libmpc: Upgrade to 1.4.0
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
` (4 preceding siblings ...)
2026-04-16 5:54 ` [PATCH 6/7] re2c: upgrade 4.4 -> 4.5.1 Khem Raj
@ 2026-04-16 5:54 ` Khem Raj
5 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2026-04-16 5:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
- Add mpc_exp10, mpc_exp2, mpc_log2 functions
- Fix mpc_tan/mpc_tanh for large imaginary parts
- Fix mpc_pow imaginary sign with real inputs
- Fix mpc_fr_div/mpc_ui_div zero sign handling per C2Y draft
- Add pkg-config support
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../libmpc/{libmpc_1.3.1.bb => libmpc_1.4.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libmpc/{libmpc_1.3.1.bb => libmpc_1.4.0.bb} (58%)
diff --git a/meta/recipes-support/libmpc/libmpc_1.3.1.bb b/meta/recipes-support/libmpc/libmpc_1.4.0.bb
similarity index 58%
rename from meta/recipes-support/libmpc/libmpc_1.3.1.bb
rename to meta/recipes-support/libmpc/libmpc_1.4.0.bb
index b3853fc964..78ce0bfe88 100644
--- a/meta/recipes-support/libmpc/libmpc_1.3.1.bb
+++ b/meta/recipes-support/libmpc/libmpc_1.4.0.bb
@@ -3,9 +3,9 @@ require libmpc.inc
DEPENDS = "gmp mpfr"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
-SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
+SRC_URI[sha256sum] = "3210b3a546b1cb00c296ca360891d7740ee6ff06deb02a27a35b20cd3c0bb1a5"
S = "${UNPACKDIR}/mpc-${PV}"
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-04-16 5:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
2026-04-16 5:54 ` [PATCH 2/7] dos2unix: upgrade 7.5.4 -> 7.5.5 Khem Raj
2026-04-16 5:54 ` [PATCH 3/7] python3-pdm-backend: upgrade 2.4.7 -> 2.4.8 Khem Raj
2026-04-16 5:54 ` [PATCH 4/7] python3-pdm: upgrade 2.26.6 -> 2.26.7 Khem Raj
2026-04-16 5:54 ` [PATCH 5/7] python3-lxml: upgrade 6.0.2 -> 6.0.4 Khem Raj
2026-04-16 5:54 ` [PATCH 6/7] re2c: upgrade 4.4 -> 4.5.1 Khem Raj
2026-04-16 5:54 ` [PATCH 7/7] libmpc: Upgrade to 1.4.0 Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox