From patchwork Sun Mar 22 23:01:28 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 84092 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52A36D58CAD for ; Sun, 22 Mar 2026 23:01:49 +0000 (UTC) Received: from mta-65-225.siemens.flowmailer.net (mta-65-225.siemens.flowmailer.net [185.136.65.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5695.1774220506948391674 for ; Sun, 22 Mar 2026 16:01:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=D3qmqTlX; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.225, mailfrom: fm-256628-202603222301437f34de438e00020769-6zdlr0@rts-flowmailer.siemens.com) Received: by mta-65-225.siemens.flowmailer.net with ESMTPSA id 202603222301437f34de438e00020769 for ; Mon, 23 Mar 2026 00:01:44 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=YP+x1pSJvYkMs7W5THd9qPox8lRrfqVLMOHr5D8uBt0=; b=D3qmqTlX/2zZ6iMzhoumirXAK98watExqpZiE1saICGlHqdi2VSgNfNZ6XCF5M4MwBAn1G O7QpSYQKdp+mIIBN0hH1hpdYAFEjDFhTFB1TpljH1X5y+EAia/tsppYFLpT83x0YdECCXROq HNA0ISBvDe5ptEGUezh8ihh/M+qx+zBWytzma3dz4EqLdQYQxQwnZqdaX0EvB+7/G89Gfkry mf5ku7b5jyW/ehy0KvoTOeuHYKo2ThHrxwoqHf3A7wYNTIAdav7f3z1J4wyQP2+MmnqRXI6I mARIRTlTkZyewZhU7WFMEnYbtUsWNWffVQs7z2SZ3az4gTG3jODULM5A==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [PATCH 1/4] btrfs-tools: upgrade 6.19 -> 6.19.1 Date: Mon, 23 Mar 2026 00:01:28 +0100 Message-Id: <20260322230131.12001-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 22 Mar 2026 23:01:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233684 Release notes [1]: * fix balance filter 'usage' that was incorrectly used for ranged usage * core: * fix tree-checker vararg format print * stability fixes * compiler warning fixes * other: * CI updates, action version updates, more build targets * cleanups, refactoring * minor documentation updates [1] https://github.com/kdave/btrfs-progs/releases/tag/v6.19.1 Signed-off-by: Peter Marko --- .../btrfs-tools/{btrfs-tools_6.19.bb => btrfs-tools_6.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.19.bb => btrfs-tools_6.19.1.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.1.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.1.bb index 460f70a35a..dee1270fa0 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.1.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "9ac9a97ee3ebcc71c584a202a31ccd6442c436dc" +SRCREV = "fa79dbea32d39ac0ae41a88a079013c7ad2a8a58" PACKAGECONFIG ??= " \ programs \ From patchwork Sun Mar 22 23:01:29 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 84093 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33134D58CB0 for ; Sun, 22 Mar 2026 23:01:59 +0000 (UTC) Received: from mta-64-225.siemens.flowmailer.net (mta-64-225.siemens.flowmailer.net [185.136.64.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5697.1774220508923200740 for ; Sun, 22 Mar 2026 16:01:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=MKJLreSE; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.225, mailfrom: fm-256628-202603222301464ba5bb3685000207a9-obn_sn@rts-flowmailer.siemens.com) Received: by mta-64-225.siemens.flowmailer.net with ESMTPSA id 202603222301464ba5bb3685000207a9 for ; Mon, 23 Mar 2026 00:01:46 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=vITwsi4kH5ZVCGvfwoOXAPLk9YW/ZvkT0tjx4urCDhw=; b=MKJLreSE648nuJl/eR7UiIEE3xeNH9rI9Eh4Gq+skgHeKRzgtitFRqDtspkUPHT/C7AcjU PmMYkvsRUNmiT3yuzWPiZ/Qq5+7bE3B9gSZktzR4ohQPe+vihjkg0D2rQWm2pncSn5LntpXV tUH83VsfXunZX/8wuYayDKYgNtQZ0piOW/nu4Oa8hDqE/q2LwKcNYZPRLn4BcXNkzl4tRfgN XUGTVwJRRtnIQLWMj9XUADmA6X4LU3IJny6H7V37BPOPlQU/tVhPp/TN0nqAVuBqMzhGwmnb 2KgbI8cbkiOZL5/ZYXwji+X05SGLDlC8V0mwndc6OhLcHGrAJerschHg==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [PATCH 2/4] e2fsprogs: upgrade 1.47.3 -> 1.47.4 Date: Mon, 23 Mar 2026 00:01:29 +0100 Message-Id: <20260322230131.12001-2-peter.marko@siemens.com> In-Reply-To: <20260322230131.12001-1-peter.marko@siemens.com> References: <20260322230131.12001-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 22 Mar 2026 23:01:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233685 Drop patch included in this release. Release Notes: [1] [1] https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.47.4.txt?h=v1.47.4 Signed-off-by: Peter Marko https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.47.4.txt?h=v1.47.4 --- ...inode.c-Fix-for-file-larger-than-2GB.patch | 40 ------------------- .../e2fsprogs/e2fsprogs/ptest.patch | 4 +- .../e2fsprogs/e2fsprogs/quiet-debugfs.patch | 2 +- ...2fsprogs_1.47.3.bb => e2fsprogs_1.47.4.bb} | 3 +- 4 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-create_inode.c-Fix-for-file-larger-than-2GB.patch rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.47.3.bb => e2fsprogs_1.47.4.bb} (97%) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-create_inode.c-Fix-for-file-larger-than-2GB.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-create_inode.c-Fix-for-file-larger-than-2GB.patch deleted file mode 100644 index 1c578022fb..0000000000 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-create_inode.c-Fix-for-file-larger-than-2GB.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 6359e0ec8ef249d202dbb8583a6e430f20c5b1a0 Mon Sep 17 00:00:00 2001 -From: Robert Yang -Date: Sun, 30 Nov 2025 21:47:50 +0800 -Subject: [PATCH] misc/create_inode.c: Fix for file larger than 2GB - -Fixed: -$ dd if=/dev/zero of=../image.ext4 bs=1M count=4k -$ dd if=/dev/random of=../rootfs/largefile bs=1M count=3k -$ ./misc/mke2fs -t ext4 -d ../rootfs/ ../image.ext4 -__populate_fs: Ext2 file too big while writing file "largefile" -mke2fs: Ext2 file too big while populating file system - -This was because the offset is overflow, use __u64 to fix the problem. - -Another code which uses ext2_off_t is copy_fs_verity_data(), but it only copies -the metadata, so it should be enough large for it, just leave it there. - -Upstream-Status: Submitted [https://github.com/tytso/e2fsprogs/pull/258] - -Signed-off-by: Robert Yang ---- - misc/create_inode.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/misc/create_inode.c b/misc/create_inode.c -index 624efc03..14273534 100644 ---- a/misc/create_inode.c -+++ b/misc/create_inode.c -@@ -414,7 +414,7 @@ static ssize_t my_pread(int fd, void *buf, size_t count, off_t offset) - } - #endif /* !defined HAVE_PREAD64 && !defined HAVE_PREAD */ - --static errcode_t write_all(ext2_file_t e2_file, ext2_off_t off, const char *buf, unsigned int n_bytes) { -+static errcode_t write_all(ext2_file_t e2_file, __u64 off, const char *buf, unsigned int n_bytes) { - errcode_t err = ext2fs_file_llseek(e2_file, off, EXT2_SEEK_SET, NULL); - if (err) - return err; --- -2.34.1 - diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch index f4e1057a36..806694a29f 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch @@ -17,7 +17,7 @@ diff --git a/tests/Makefile.in b/tests/Makefile.in index ba06b3b6..5a3e48f4 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in -@@ -20,7 +20,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf test_data.tmp +@@ -21,7 +21,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf test_data.tmp @echo "#!/bin/sh" > test_one @echo "HTREE=y" >> test_one @echo "QUOTA=y" >> test_one @@ -26,7 +26,7 @@ index ba06b3b6..5a3e48f4 100644 @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one @echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one @echo "DD=@DD@" >>test_one -@@ -31,7 +31,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp +@@ -33,7 +33,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp @echo "Creating test_script..." @[ -f test_script ] && chmod u+w test_script || true @echo "#!/bin/sh" > test_script diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch index 4ba150e27d..40b935cfd2 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch @@ -16,7 +16,7 @@ diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c index 909c1df3..0842369e 100644 --- a/debugfs/debugfs.c +++ b/debugfs/debugfs.c -@@ -2529,7 +2529,7 @@ static int source_file(const char *cmd_file, int ss_idx) +@@ -2518,7 +2518,7 @@ static int source_file(const char *cmd_file, int ss_idx) cp = strchr(buf, '\r'); if (cp) *cp = 0; diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.3.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.4.bb similarity index 97% rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.3.bb rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.4.bb index 40658399d9..90f8f37b8e 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.3.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.4.bb @@ -4,14 +4,13 @@ SRC_URI += "file://remove.ldconfig.call.patch \ file://run-ptest \ file://ptest.patch \ file://mkdir_p.patch \ - file://0001-misc-create_inode.c-Fix-for-file-larger-than-2GB.patch \ " SRC_URI:append:class-native = " \ file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ file://quiet-debugfs.patch \ " -SRCREV = "da631e117dcf8797bfda0f48bdaa05ac0fbcf7af" +SRCREV = "ece89fac4603e400155b7bbf6326284f8511bca9" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+\.\d+(\.\d+)*)$" EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \ From patchwork Sun Mar 22 23:01:30 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 84095 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F0DAD58CB2 for ; Sun, 22 Mar 2026 23:01:59 +0000 (UTC) Received: from mta-64-226.siemens.flowmailer.net (mta-64-226.siemens.flowmailer.net [185.136.64.226]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5699.1774220513189141788 for ; Sun, 22 Mar 2026 16:01:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=ffQOZhVe; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.226, mailfrom: fm-256628-2026032223015168074efe580002076f-pktsge@rts-flowmailer.siemens.com) Received: by mta-64-226.siemens.flowmailer.net with ESMTPSA id 2026032223015168074efe580002076f for ; Mon, 23 Mar 2026 00:01:51 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=v842QGEy5YJZcuvrpkF3TTKY9pJPTQPRhEJbGYWglDs=; b=ffQOZhVeuArt7KsbfVEhrN9Pq/z53aCVNOwaHWWgxekhfBZ74ttw7honov8FWxNQHkCsgZ Rh50i0/C6X3jgaDo0LjsmfAGva9k6z8Rjzc2fNsNe/soFFFT3ernzhi3VhWOxRNRSbog0uBo WwIA9je8d4nYU6aqlDUiq5UW/VBokDo5Ke1kgM6NgoaI4lMfhRUY+um1Nid7pWFN3CQ+m4Ai ZSQYH9FirxaWxaWdOZjWP5e3iEBRF9vg0O6Eg8MNGTRfeNSVpoAHBBMwf4sKLlYUgD0xKf5J dw9i9H8VrnRp0YYupQ+aXHRqrfn4hWnzhGNws9nQQDIqL4yP/JDi49bg==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [PATCH 3/4] icu: upgrade 78.2 -> 78.3 Date: Mon, 23 Mar 2026 00:01:30 +0100 Message-Id: <20260322230131.12001-3-peter.marko@siemens.com> In-Reply-To: <20260322230131.12001-1-peter.marko@siemens.com> References: <20260322230131.12001-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 22 Mar 2026 23:01:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233686 Release notes [1]: UnicodeĀ® ICU 78.3 is a maintenance update on top of ICU 78 and 78.2, mostly for the CLDR 48.2 bug fixes. In addition, it fixes a C++ code point iterator bug, and updates to timezone data 2026a. The next major release of ICU will be ICU 79, planned for October. It will update to CLDR 49 and Unicode 18. [1] https://github.com/unicode-org/icu/releases/tag/release-78.3 Signed-off-by: Peter Marko --- ...U-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch | 2 +- ...ke-ICU-test-output-compatible-with-Automake-format.patch | 6 +++--- .../icu/icu/0001-test-Add-support-ptest.patch | 2 +- meta/recipes-support/icu/{icu_78.2.bb => icu_78.3.bb} | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-support/icu/{icu_78.2.bb => icu_78.3.bb} (97%) diff --git a/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch b/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch index e2e9546679..0bf1910d18 100644 --- a/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch +++ b/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch @@ -14,7 +14,7 @@ diff --git a/test/intltest/ustrtest.cpp b/test/intltest/ustrtest.cpp index 56976b3e3d2..26225f5b5b5 100644 --- a/test/intltest/ustrtest.cpp +++ b/test/intltest/ustrtest.cpp -@@ -2353,7 +2353,7 @@ void UnicodeStringTest::TestUnicodeStringInsertAppendToSelf() { +@@ -2375,7 +2375,7 @@ void UnicodeStringTest::TestUnicodeStringInsertAppendToSelf() { } void UnicodeStringTest::TestLargeMemory() { diff --git a/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch b/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch index 484e1c7f6f..ab88803b36 100644 --- a/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch +++ b/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch @@ -25,7 +25,7 @@ diff --git a/configure.ac b/configure.ac index da4f170..514fa0c 100644 --- a/configure.ac +++ b/configure.ac -@@ -1165,6 +1165,21 @@ If set, it will REPLACE any automatic list of libraries.], +@@ -1103,6 +1103,21 @@ If set, it will REPLACE any automatic list of libraries.], *) AC_MSG_ERROR(bad value ${enableval} for --enable-samples) ;; esac], samples=true) @@ -47,7 +47,7 @@ index da4f170..514fa0c 100644 ICU_CONDITIONAL(SAMPLES, test "$samples" = true) ICUDATA_CHAR=$U_ENDIAN_CHAR -@@ -1428,3 +1443,5 @@ then +@@ -1366,3 +1381,5 @@ then fi $as_unset _CXX_CXXSUFFIX @@ -57,7 +57,7 @@ diff --git a/test/intltest/intltest.cpp b/test/intltest/intltest.cpp index 33829b0..bf3ef56 100644 --- a/test/intltest/intltest.cpp +++ b/test/intltest/intltest.cpp -@@ -830,11 +830,19 @@ UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) +@@ -824,11 +824,19 @@ UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) saveBaseLoc[0]=0; /* reset path */ if (lastErrorCount == errorCount) { diff --git a/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch b/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch index 88350c0db5..d9fd8e3e43 100644 --- a/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch +++ b/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch @@ -44,7 +44,7 @@ diff --git a/test/intltest/intltest.cpp b/test/intltest/intltest.cpp index 3806d0f..33829b0 100644 --- a/test/intltest/intltest.cpp +++ b/test/intltest/intltest.cpp -@@ -1713,7 +1713,7 @@ static bool fileExists(const char* fileName) { +@@ -1707,7 +1707,7 @@ static bool fileExists(const char* fileName) { * Returns the path to icu/testdata/ */ const char *IntlTest::getSharedTestData(UErrorCode& err) { diff --git a/meta/recipes-support/icu/icu_78.2.bb b/meta/recipes-support/icu/icu_78.3.bb similarity index 97% rename from meta/recipes-support/icu/icu_78.2.bb rename to meta/recipes-support/icu/icu_78.3.bb index 1e99803105..367e2641e7 100644 --- a/meta/recipes-support/icu/icu_78.2.bb +++ b/meta/recipes-support/icu/icu_78.3.bb @@ -116,8 +116,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \ SRC_URI:append:class-target = "\ file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ " -SRC_URI[code.sha256sum] = "3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35" -SRC_URI[data.sha256sum] = "582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70" +SRC_URI[code.sha256sum] = "3a2e7a47604ba702f345878308e6fefeca612ee895cf4a5f222e7955fabfe0c0" +SRC_URI[data.sha256sum] = "9d8b3899096aeb83e4e21ef8a40fec9e03b28db18c48452efac882ce25a91e27" UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P(?!.+rc).+)" GITHUB_BASE_URI = "https://github.com/unicode-org/icu/releases" From patchwork Sun Mar 22 23:01:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 84094 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31C24D58CAF for ; Sun, 22 Mar 2026 23:01:59 +0000 (UTC) Received: from mta-65-225.siemens.flowmailer.net (mta-65-225.siemens.flowmailer.net [185.136.65.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5703.1774220516516907980 for ; Sun, 22 Mar 2026 16:01:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=OTrr+k3E; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.225, mailfrom: fm-256628-2026032223015484595a15890002077a-knavqv@rts-flowmailer.siemens.com) Received: by mta-65-225.siemens.flowmailer.net with ESMTPSA id 2026032223015484595a15890002077a for ; Mon, 23 Mar 2026 00:01:54 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=VxJSPZ/XrSkntlQsGM8U12p7zJ2DFBVJAJ5fSC97N1k=; b=OTrr+k3Ed+W9p2eipHX1+euiywwNAWx/J9+JyPw9SiXzAbXi5oBuuE68DpQNmxPx8E38Uz Yw+JH5532Aeye3/yFg4uF0mXbPgu9sZFheGqCBfWPlPMAJyHXVhk9LlCV7Fp5XtZnXbCIWZC 6mKpefOX8dzyUZ4Tky6ISgsRN/0fZtwpCnIPZXGtOV+82CszejHJBvr6MgrwPoM6IVLO1kLV hLu4y2GjsFBaY9XfZEWtjgO25SBDtStEhHGW9R9Dkzz1GyRlAb+62eZGQs9evNuMc+Ccx+sV jLgWHNXlCN8fhYBhVdJIv9n8qlY+Biy094a/yucuVlAaaqb0+kMJtglg==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [PATCH 4/4] nghttp2: upgrade 1.68.0 -> 1.68.1 Date: Mon, 23 Mar 2026 00:01:31 +0100 Message-Id: <20260322230131.12001-4-peter.marko@siemens.com> In-Reply-To: <20260322230131.12001-1-peter.marko@siemens.com> References: <20260322230131.12001-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 22 Mar 2026 23:01:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233687 Fixes CVE-2026-27135. Release information: [1] [1] https://github.com/nghttp2/nghttp2/releases/tag/v1.68.1 Signed-off-by: Peter Marko --- .../nghttp2/{nghttp2_1.68.0.bb => nghttp2_1.68.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.68.0.bb => nghttp2_1.68.1.bb} (86%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.68.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb similarity index 86% rename from meta/recipes-support/nghttp2/nghttp2_1.68.0.bb rename to meta/recipes-support/nghttp2/nghttp2_1.68.1.bb index dae7285c1e..71d5eef8d6 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.68.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb @@ -9,7 +9,7 @@ SRC_URI = "\ file://0001-lib-CMakeLists.txt-Fix-NGHTTP2_CONFIG_INSTALL_DIR-pa.patch \ " -SRC_URI[sha256sum] = "5511d3128850e01b5b26ec92bf39df15381c767a63441438b25ad6235def902c" +SRC_URI[sha256sum] = "6abd7ab0a7f1580d5914457cb3c85eb80455657ee5119206edbd7f848c14f0b2" inherit cmake manpages python3native github-releases