mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
rsync: upgrade 3.3.0 -> 3.4.1
CVEs addressed in this release: CVE-2024-12084 CVE-2024-12085 CVE-2024-12086 CVE-2024-12087 CVE-2024-12088 CVE-2024-12747 Refreshed below patches: makefile-no-rebuild.patch determism.patch 0001-Add-missing-prototypes-to-function-declarations.patch Changelog: https://github.com/RsyncProject/rsync/blob/v3.4.1/NEWS.md https://github.com/RsyncProject/rsync/blob/v3.4.0/NEWS.md (From OE-Core rev: 25e139d8b2a52c85cf1353c8da246aedaedb40d1) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
11098a9725
commit
4415c5e23e
@@ -1,4 +1,4 @@
|
||||
From f446686c26c499e15ef17d495a93cfbc20e16090 Mon Sep 17 00:00:00 2001
|
||||
From 603e5862cca832ae925d0c92a8654a57caff5910 Mon Sep 17 00:00:00 2001
|
||||
From: Ross Burton <ross.burton@intel.com>
|
||||
Date: Tue, 12 Apr 2016 15:51:54 +0100
|
||||
Subject: [PATCH] rsync: remove upstream's rebuild logic
|
||||
@@ -13,12 +13,12 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
1 file changed, 54 deletions(-)
|
||||
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index a1253e5..a084935 100644
|
||||
index 7c75c26..1d13e8c 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -192,60 +192,6 @@ gensend: gen
|
||||
fi
|
||||
rsync -aic $(GENFILES) git-version.h $${SAMBA_HOST-samba.org}:/home/ftp/pub/rsync/generated-files/ || true
|
||||
@@ -184,60 +184,6 @@ conf: configure.sh config.h.in
|
||||
.PHONY: gen
|
||||
gen: conf proto.h man git-version.h
|
||||
|
||||
-aclocal.m4: $(srcdir)/m4/*.m4
|
||||
- aclocal -I $(srcdir)/m4
|
||||
|
||||
Reference in New Issue
Block a user