From patchwork Mon Jun 1 15:35:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89010 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 BDA4FCD8C8C for ; Mon, 1 Jun 2026 15:35:44 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1558.1780328132758483389 for ; Mon, 01 Jun 2026 08:35:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=L+qLzMBb; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=0d166yvz; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019e83d39afc-2e74b606-2422-4a36-94de-0ccfa9abd708-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1780328143; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9Lff3T/XSAGpdfQn0vxVD3ene0PwSv9h7lZ5VcrEsGM=; b=L+qLzMBbhVG5lXHZeOvo8ZiwrZm0xevlrPBTEkC3cVWe6Nl3zDqOC6TXgjdtAccj 34jyeEMRVT7kkRcnELwLAsaZvlCAV31j8NUCiD55beixC1AP55CG8ZbsNzUx4FphcoF H1EaRT6jahRCjoxjdmOi1Z2BQGySU7O1VkjKAOus= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328143; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9Lff3T/XSAGpdfQn0vxVD3ene0PwSv9h7lZ5VcrEsGM=; b=0d166yvz7ObZgD4G2QJO1MHHhDv1yv2Reybd+4y4k0sf8OQ/l9sl+DnuTc+oZiZ1 HCuhXBb00J21qbEnzb55w5ThlFQP0+J57AzFAZ6X3FXDeSS73M2p1NC4xEph41IY714 L2xhHo206d/mJLurM74sW2zoiQVz91sEltlhzHzs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] rsync: upgrading to 3.4.3 SUCCEEDED Message-ID: <0101019e83d39afc-2e74b606-2422-4a36-94de-0ccfa9abd708-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-54.240.27.30 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 ; Mon, 01 Jun 2026 15:35:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237901 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *rsync* to *3.4.3* has Succeeded. Next steps: - apply the patch: git am 0001-rsync-upgrade-3.4.2-3.4.3.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 9d2afde6bcc2aaec74b1e4598a3050f3014e0199 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jun 2026 09:57:24 +0000 Subject: [PATCH] rsync: upgrade 3.4.2 -> 3.4.3 --- ...-Add-missing-prototypes-to-function-declarations.patch | 8 ++++---- meta/recipes-devtools/rsync/files/determism.patch | 4 ++-- .../rsync/files/makefile-no-rebuild.patch | 6 +++--- .../rsync/{rsync_3.4.2.bb => rsync_3.4.3.bb} | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) rename meta/recipes-devtools/rsync/{rsync_3.4.2.bb => rsync_3.4.3.bb} (97%) diff --git a/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch b/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch index e6d3578e85..1e43834aa6 100644 --- a/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch +++ b/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch @@ -1,4 +1,4 @@ -From 46cbe5b70b5cbf981cf693137ac081cacbbb2e2a Mon Sep 17 00:00:00 2001 +From ca0eb32797ac0ac05d176c88d40283936a7baa78 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 29 Aug 2022 19:53:28 -0700 Subject: [PATCH] Add missing prototypes to function declarations @@ -50,7 +50,7 @@ index 24de64f..a787488 100644 if (partial_string_buf) { if (partial_string_len) diff --git a/log.c b/log.c -index e4ba1cc..8482b71 100644 +index b948f16..afca81d 100644 --- a/log.c +++ b/log.c @@ -131,7 +131,7 @@ static void logit(int priority, const char *buf) @@ -63,11 +63,11 @@ index e4ba1cc..8482b71 100644 int options = LOG_PID; diff --git a/main.c b/main.c -index ccad28a..bbb09ba 100644 +index 78f0b83..7a3f80a 100644 --- a/main.c +++ b/main.c @@ -246,7 +246,7 @@ void read_del_stats(int f) - stats.deleted_files += stats.deleted_specials = read_varint(f); + stats.deleted_files += stats.deleted_specials = read_varint_bounded(f, 0, MAX_WIRE_DEL_STAT, "deleted_specials"); } -static void become_copy_as_user() diff --git a/meta/recipes-devtools/rsync/files/determism.patch b/meta/recipes-devtools/rsync/files/determism.patch index fd96b873c8..54f75049ab 100644 --- a/meta/recipes-devtools/rsync/files/determism.patch +++ b/meta/recipes-devtools/rsync/files/determism.patch @@ -1,4 +1,4 @@ -From b810d78a9327b5b313ebc0aa1a0b155de7c10afd Mon Sep 17 00:00:00 2001 +From 54072971b5319e85be4f5ff5a73ac262b73b9f41 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 21 Feb 2021 09:45:48 +0000 Subject: [PATCH] rsync: Fix a file sorting determinism issue @@ -25,7 +25,7 @@ https://github.com/WayneD/rsync/commit/d3085f7add38a5cf833a0b31cb0637ff46c80f8d 1 file changed, 5 insertions(+) diff --git a/Makefile.in b/Makefile.in -index 80e9d72..a7d313c 100644 +index 4f25841..00df9f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,6 +27,11 @@ MKDIR_P=@MKDIR_P@ diff --git a/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch b/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch index fb195b1e68..b571d0c582 100644 --- a/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch +++ b/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch @@ -1,4 +1,4 @@ -From 0608f5ebb26e2e474867bec6c3d67dfd0a7663f0 Mon Sep 17 00:00:00 2001 +From 49f396f67b8c4cd5635b373acf347d22f1494561 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 12 Apr 2016 15:51:54 +0100 Subject: [PATCH] rsync: remove upstream's rebuild logic @@ -13,10 +13,10 @@ Signed-off-by: Ross Burton 1 file changed, 54 deletions(-) diff --git a/Makefile.in b/Makefile.in -index c2fe775..80e9d72 100644 +index 699d995..4f25841 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -185,60 +185,6 @@ conf: configure.sh config.h.in +@@ -193,60 +193,6 @@ conf: configure.sh config.h.in .PHONY: gen gen: conf proto.h man git-version.h diff --git a/meta/recipes-devtools/rsync/rsync_3.4.2.bb b/meta/recipes-devtools/rsync/rsync_3.4.3.bb similarity index 97% rename from meta/recipes-devtools/rsync/rsync_3.4.2.bb rename to meta/recipes-devtools/rsync/rsync_3.4.3.bb index 5fe1bc2c2b..43693859c0 100644 --- a/meta/recipes-devtools/rsync/rsync_3.4.2.bb +++ b/meta/recipes-devtools/rsync/rsync_3.4.3.bb @@ -16,7 +16,7 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \ file://determism.patch \ file://0001-Add-missing-prototypes-to-function-declarations.patch \ " -SRC_URI[sha256sum] = "ff10aa2c151cd4b2dbbe6135126dbc854046113d2dfb49572a348233267eb315" +SRC_URI[sha256sum] = "c72e63ca3021cbc80ba86ec30102773f4c5631fbc492b52e773b3958f82a53d3" # Out-of-tree builds don't install the documentation currently # https://github.com/RsyncProject/rsync/issues/846