NEWS: https://download.samba.org/pub/rsync/NEWS#3.5.0
CVE: CVE-2026-53802 CVE-2026-53803 CVE-2026-53785 CVE-2026-53784 CVE-2026-53793 CVE-2026-53795 CVE-2026-53796 CVE-2026-53797 CVE-2026-53799 CVE-2026-53800 CVE-2026-53801 CVE-2026-53783 CVE-2026-53786 CVE-2026-53798 CVE-2026-53788 CVE-2026-53789 CVE-2026-53791 CVE-2026-53790 CVE-2026-53792 CVE-2026-53794 CVE-2026-70461 CVE-2026-70458 CVE-2026-70456 CVE-2026-70457 CVE-2026-70459 CVE-2026-70464 CVE-2026-70455 CVE-2026-70453 CVE-2026-70452 CVE-2026-70463 CVE-2026-70460 CVE-2026-70462 CVE-2026-70454 Signed-off-by: Jaipaul Cheernam <[email protected]> --- ...g-prototypes-to-function-declarations.patch | 18 +++++++++--------- .../rsync/files/determism.patch | 4 ++-- .../rsync/files/makefile-no-rebuild.patch | 6 +++--- .../rsync/{rsync_3.4.4.bb => rsync_3.5.0.bb} | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) rename meta/recipes-devtools/rsync/{rsync_3.4.4.bb => rsync_3.5.0.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 ede0238b2e..5aed93e458 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 c05cc113f925bda645c8e51b83e9dc30b0543bad Mon Sep 17 00:00:00 2001 +From 64e62c659649593239ed39ed40a3ae689bf2d593 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 @@ -24,10 +24,10 @@ Signed-off-by: Archana Polampalli <[email protected]> 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/checksum.c b/checksum.c -index 24e46bf..6ae3178 100644 +index 4c91c2b..b3635a0 100644 --- a/checksum.c +++ b/checksum.c -@@ -778,7 +778,7 @@ static void verify_digest(struct name_num_item *nni, BOOL check_auth_list) +@@ -796,7 +796,7 @@ static void verify_digest(struct name_num_item *nni, BOOL check_auth_list) } #endif @@ -37,10 +37,10 @@ index 24e46bf..6ae3178 100644 #if defined SUPPORT_XXH3 || defined USE_OPENSSL struct name_num_item *nni; diff --git a/exclude.c b/exclude.c -index 24de64f..a787488 100644 +index 7476f6a..b939a0c 100644 --- a/exclude.c +++ b/exclude.c -@@ -363,7 +363,7 @@ void implied_include_partial_string(const char *s_start, const char *s_end) +@@ -460,7 +460,7 @@ void implied_include_partial_string(const char *s_start, const char *s_end) memcpy(partial_string_buf, s_start, partial_string_len); } @@ -50,10 +50,10 @@ index 24de64f..a787488 100644 if (partial_string_buf) { if (partial_string_len) diff --git a/log.c b/log.c -index b948f16..afca81d 100644 +index 889b57b..19e5e98 100644 --- a/log.c +++ b/log.c -@@ -131,7 +131,7 @@ static void logit(int priority, const char *buf) +@@ -140,7 +140,7 @@ static void logit(int priority, const char *buf) } } @@ -63,10 +63,10 @@ index b948f16..afca81d 100644 int options = LOG_PID; diff --git a/main.c b/main.c -index 229a889..aa158ad 100644 +index 6050d0e..45722c4 100644 --- a/main.c +++ b/main.c -@@ -246,7 +246,7 @@ void read_del_stats(int f) +@@ -250,7 +250,7 @@ void read_del_stats(int f) stats.deleted_files += stats.deleted_specials = read_varint_bounded(f, 0, MAX_WIRE_DEL_STAT, "deleted_specials"); } diff --git a/meta/recipes-devtools/rsync/files/determism.patch b/meta/recipes-devtools/rsync/files/determism.patch index a8fee5ba0a..2eea267bb2 100644 --- a/meta/recipes-devtools/rsync/files/determism.patch +++ b/meta/recipes-devtools/rsync/files/determism.patch @@ -1,4 +1,4 @@ -From 32852028e95cdf78d09f1bd867f3b46b4728f9e3 Mon Sep 17 00:00:00 2001 +From c4c9b52a864c3b9ff67771b9d881a78276448100 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 0ba2d5c..b9c5438 100644 +index 91807d6..c18b4be 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 914b50a7b7..4ff070ea3c 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 50ef5ccd9149cee27bae29e767ff1c2e76bdc879 Mon Sep 17 00:00:00 2001 +From bab7abb3c7c1c1db8ef6c3084c1ffb5152f5bf1e 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 79060b3..0ba2d5c 100644 +index 801e864..91807d6 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -200,60 +200,6 @@ conf: configure.sh config.h.in +@@ -265,60 +265,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.4.bb b/meta/recipes-devtools/rsync/rsync_3.5.0.bb similarity index 97% rename from meta/recipes-devtools/rsync/rsync_3.4.4.bb rename to meta/recipes-devtools/rsync/rsync_3.5.0.bb index fa9a61778f..d9a4884d96 100644 --- a/meta/recipes-devtools/rsync/rsync_3.4.4.bb +++ b/meta/recipes-devtools/rsync/rsync_3.5.0.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] = "bd88cf82fa653da32314fb229136407c5c90f80d1758d8f4b091767877d8fa96" +SRC_URI[sha256sum] = "c7ffd1ef653e99540f661e47cb00b7f9cad1ee6b972399b16f93d672656e0d33" # Out-of-tree builds don't install the documentation currently # https://github.com/RsyncProject/rsync/issues/846
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243404): https://lists.openembedded.org/g/openembedded-core/message/243404 Mute This Topic: https://lists.openembedded.org/mt/120745149/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
