Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *rsync* to *3.4.4* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-rsync-upgrade-3.4.2-3.4.4.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 c958ec18facf154d2ff458c60f26b7a0918e81c1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 11 Jun 2026 10:40:57 +0000
Subject: [PATCH] rsync: upgrade 3.4.2 -> 3.4.4

---
 ...-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.4.bb}              | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)
 rename meta/recipes-devtools/rsync/{rsync_3.4.2.bb => rsync_3.4.4.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..ede0238b2e 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 c05cc113f925bda645c8e51b83e9dc30b0543bad Mon Sep 17 00:00:00 2001
 From: Khem Raj <[email protected]>
 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 229a889..aa158ad 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..a8fee5ba0a 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 32852028e95cdf78d09f1bd867f3b46b4728f9e3 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <[email protected]>
 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 0ba2d5c..b9c5438 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..914b50a7b7 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 50ef5ccd9149cee27bae29e767ff1c2e76bdc879 Mon Sep 17 00:00:00 2001
 From: Ross Burton <[email protected]>
 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 <[email protected]>
  1 file changed, 54 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index c2fe775..80e9d72 100644
+index 79060b3..0ba2d5c 100644
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -185,60 +185,6 @@ conf: configure.sh config.h.in
+@@ -200,60 +200,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.4.bb
similarity index 97%
rename from meta/recipes-devtools/rsync/rsync_3.4.2.bb
rename to meta/recipes-devtools/rsync/rsync_3.4.4.bb
index 5fe1bc2c2b..fa9a61778f 100644
--- a/meta/recipes-devtools/rsync/rsync_3.4.2.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.4.4.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] = 
"bd88cf82fa653da32314fb229136407c5c90f80d1758d8f4b091767877d8fa96"
 
 # Out-of-tree builds don't install the documentation currently
 # https://github.com/RsyncProject/rsync/issues/846
-- 
2.47.1

packages/x86-64-v3-poky-linux/rsync: SRC_URI changed from 
"https://download.samba.org/pub/rsync/src/rsync-3.4.2.tar.gz file://rsyncd.conf 
file://makefile-no-rebuild.patch file://determism.patch 
file://0001-Add-missing-prototypes-to-function-declarations.patch" to 
"https://download.samba.org/pub/rsync/src/rsync-3.4.4.tar.gz file://rsyncd.conf 
file://makefile-no-rebuild.patch file://determism.patch 
file://0001-Add-missing-prototypes-to-function-declarations.patch"
packages/x86-64-v3-poky-linux/rsync: PV changed from "3.4.2" to "3.4.4"
packages/x86-64-v3-poky-linux/rsync: PKGV changed from 3.4.2 [default] to 3.4.4 
[default]
packages/x86-64-v3-poky-linux/rsync/rsync-dbg: PV changed from "3.4.2" to 
"3.4.4"
packages/x86-64-v3-poky-linux/rsync/rsync-dbg: PKGV changed from 3.4.2 
[default] to 3.4.4 [default]
packages/x86-64-v3-poky-linux/rsync/rsync-dbg: PKGSIZE changed from 1381616 to 
1435976 (+4%)
packages/x86-64-v3-poky-linux/rsync/rsync-dev: PV changed from "3.4.2" to 
"3.4.4"
packages/x86-64-v3-poky-linux/rsync/rsync-dev: PKGV changed from 3.4.2 
[default] to 3.4.4 [default]
packages/x86-64-v3-poky-linux/rsync/rsync-doc: PV changed from "3.4.2" to 
"3.4.4"
packages/x86-64-v3-poky-linux/rsync/rsync-doc: PKGV changed from 3.4.2 
[default] to 3.4.4 [default]
packages/x86-64-v3-poky-linux/rsync/rsync-doc: PKGSIZE changed from 300234 to 
300231 (-0%)
packages/x86-64-v3-poky-linux/rsync/rsync-locale: PV changed from "3.4.2" to 
"3.4.4"
packages/x86-64-v3-poky-linux/rsync/rsync-locale: PKGV changed from 3.4.2 
[default] to 3.4.4 [default]
packages/x86-64-v3-poky-linux/rsync/rsync-src: FILELIST: directory renamed 
/usr/src/debug/rsync/3.4.2/lib -> /usr/src/debug/rsync/3.4.4/lib, removed 
"/usr/src/debug/rsync/3.4.2/rsync.c /usr/src/debug/rsync/3.4.2/token.c 
/usr/src/debug/rsync/3.4.2/compat.c /usr/src/debug/rsync/3.4.2/socket.c 
/usr/src/debug/rsync/3.4.2/help-rsync.h /usr/src/debug/rsync/3.4.2/options.c 
/usr/src/debug/rsync/3.4.2/authenticate.c 
/usr/src/debug/rsync/3.4.2/byteorder.h /usr/src/debug/rsync/3.4.2/checksum.c 
/usr/src/debug/rsync/3.4.2/backup.c /usr/src/debug/rsync/3.4.2/connection.c 
/usr/src/debug/rsync/3.4.2/cleanup.c /usr/src/debug/rsync/3.4.2/receiver.c 
/usr/src/debug/rsync/3.4.2/main.c /usr/src/debug/rsync/3.4.2/pipe.c 
/usr/src/debug/rsync/3.4.2/acls.c /usr/src/debug/rsync/3.4.2/help-rsyncd.h 
/usr/src/debug/rsync/3.4.2/clientserver.c 
/usr/src/debug/rsync/3.4.2/generator.c /usr/src/debug/rsync/3.4.2/progress.c 
/usr/src/debug/rsync/3.4.2/exclude.c /usr/src/debug/rsync/3.4.2/inums.h 
/usr/src/debug/rsync/3.4.
 2/delete.c /usr/src/debug/rsync/3.4.2/proto.h 
/usr/src/debug/rsync/3.4.2/rsync.h /usr/src/debug/rsync/3.4.2/io.h 
/usr/src/debug/rsync/3.4.2/clientname.c /usr/src/debug/rsync/3.4.2/syscall.c 
/usr/src/debug/rsync/3.4.2/usage.c /usr/src/debug/rsync/3.4.2/util2.c 
/usr/src/debug/rsync/3.4.2/util1.c /usr/src/debug/rsync/3.4.2/uidlist.c 
/usr/src/debug/rsync/3.4.2/chmod.c /usr/src/debug/rsync/3.4.2/flist.c 
/usr/src/debug/rsync/3.4.2/batch.c /usr/src/debug/rsync/3.4.2/hlink.c 
/usr/src/debug/rsync/3.4.2/log.c /usr/src/debug/rsync/3.4.2/match.c 
/usr/src/debug/rsync/3.4.2/daemon-parm.h /usr/src/debug/rsync/3.4.2/access.c 
/usr/src/debug/rsync/3.4.2/params.c /usr/src/debug/rsync/3.4.2/xattrs.c 
/usr/src/debug/rsync/3.4.2/fileio.c /usr/src/debug/rsync/3.4.2/io.c 
/usr/src/debug/rsync/3.4.2/ifuncs.h /usr/src/debug/rsync/3.4.2/itypes.h 
/usr/src/debug/rsync/3.4.2/hashtable.c /usr/src/debug/rsync/3.4.2/loadparm.c 
/usr/src/debug/rsync/3.4.2/sender.c", added 
"/usr/src/debug/rsync/3.4.4/compat.c /usr/src/d
 ebug/rsync/3.4.4/socket.c /usr/src/debug/rsync/3.4.4/help-rsync.h 
/usr/src/debug/rsync/3.4.4/options.c /usr/src/debug/rsync/3.4.4/authenticate.c 
/usr/src/debug/rsync/3.4.4/byteorder.h /usr/src/debug/rsync/3.4.4/backup.c 
/usr/src/debug/rsync/3.4.4/connection.c /usr/src/debug/rsync/3.4.4/cleanup.c 
/usr/src/debug/rsync/3.4.4/receiver.c /usr/src/debug/rsync/3.4.4/usage.c 
/usr/src/debug/rsync/3.4.4/checksum.c /usr/src/debug/rsync/3.4.4/main.c 
/usr/src/debug/rsync/3.4.4/pipe.c /usr/src/debug/rsync/3.4.4/acls.c 
/usr/src/debug/rsync/3.4.4/help-rsyncd.h 
/usr/src/debug/rsync/3.4.4/clientserver.c 
/usr/src/debug/rsync/3.4.4/generator.c /usr/src/debug/rsync/3.4.4/progress.c 
/usr/src/debug/rsync/3.4.4/exclude.c /usr/src/debug/rsync/3.4.4/inums.h 
/usr/src/debug/rsync/3.4.4/delete.c /usr/src/debug/rsync/3.4.4/log.c 
/usr/src/debug/rsync/3.4.4/proto.h /usr/src/debug/rsync/3.4.4/rsync.h 
/usr/src/debug/rsync/3.4.4/clientname.c /usr/src/debug/rsync/3.4.4/syscall.c 
/usr/src/debug/rsync/3.4.4/util1.c /usr
 /src/debug/rsync/3.4.4/util2.c /usr/src/debug/rsync/3.4.4/chmod.c 
/usr/src/debug/rsync/3.4.4/flist.c /usr/src/debug/rsync/3.4.4/batch.c 
/usr/src/debug/rsync/3.4.4/hlink.c /usr/src/debug/rsync/3.4.4/match.c 
/usr/src/debug/rsync/3.4.4/rsync.c /usr/src/debug/rsync/3.4.4/token.c 
/usr/src/debug/rsync/3.4.4/uidlist.c /usr/src/debug/rsync/3.4.4/daemon-parm.h 
/usr/src/debug/rsync/3.4.4/fileio.c /usr/src/debug/rsync/3.4.4/android.c 
/usr/src/debug/rsync/3.4.4/ifuncs.h /usr/src/debug/rsync/3.4.4/io.c 
/usr/src/debug/rsync/3.4.4/itypes.h /usr/src/debug/rsync/3.4.4/access.c 
/usr/src/debug/rsync/3.4.4/params.c /usr/src/debug/rsync/3.4.4/xattrs.c 
/usr/src/debug/rsync/3.4.4/io.h /usr/src/debug/rsync/3.4.4/hashtable.c 
/usr/src/debug/rsync/3.4.4/loadparm.c /usr/src/debug/rsync/3.4.4/sender.c"
packages/x86-64-v3-poky-linux/rsync/rsync-src: PV changed from "3.4.2" to 
"3.4.4"
packages/x86-64-v3-poky-linux/rsync/rsync-src: PKGV changed from 3.4.2 
[default] to 3.4.4 [default]
packages/x86-64-v3-poky-linux/rsync/rsync-src: PKGSIZE changed from 1244830 to 
1309251 (+5%)
packages/x86-64-v3-poky-linux/rsync/rsync-staticdev: PV changed from "3.4.2" to 
"3.4.4"
packages/x86-64-v3-poky-linux/rsync/rsync-staticdev: PKGV changed from 3.4.2 
[default] to 3.4.4 [default]
packages/x86-64-v3-poky-linux/rsync/rsync: PV changed from "3.4.2" to "3.4.4"
packages/x86-64-v3-poky-linux/rsync/rsync: PKGV changed from 3.4.2 [default] to 
3.4.4 [default]
packages/x86-64-v3-poky-linux/rsync/rsync: PKGSIZE changed from 530434 to 
550914 (+4%)

Attachment: 0001-rsync-upgrade-3.4.2-3.4.4.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#238513): 
https://lists.openembedded.org/g/openembedded-core/message/238513
Mute This Topic: https://lists.openembedded.org/mt/119759890/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to