From ffaf6befb5da51651b0b71b2c4d206a9cf71cc08 Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 11 Jul 2026 16:07:17 +0300 Subject: [PATCH] =?UTF-8?q?active=20build:=20iperf3=203.20=E2=86=923.21,?= =?UTF-8?q?=20rsync=203.4.1=E2=86=923.4.4,=20git=202.13.1=E2=86=922.55.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit iPerf3 3.21 is a bug fix release from July 2025. rsync 3.4.4 is the latest 3.4.x maintenance release. git 2.55.0 is the latest 2.55.x stable release, fixing 9+ years of CVEs and bugs since the Red Bear build's 2.13.1 baseline. This is a security critical upgrade. --- recipes/dev/git/recipe.toml | 4 ++-- recipes/net/rsync/recipe.toml | 3 ++- recipes/tests/iperf3/recipe.toml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes/dev/git/recipe.toml b/recipes/dev/git/recipe.toml index 043f88f4aa..9c080d81e9 100644 --- a/recipes/dev/git/recipe.toml +++ b/recipes/dev/git/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://www.kernel.org/pub/software/scm/git/git-2.13.1.tar.xz" -blake3 = "bc78271bffd60c5b8b938d8c08fd74dc2de8d21fbaf8f8e0e3155436d9263f17" +tar = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz" +blake3 = "99cf418d6426cd615c2818986002f3d4619c707bceea9c624414cc2362c1ff5e" patches = ["git.patch"] [build] diff --git a/recipes/net/rsync/recipe.toml b/recipes/net/rsync/recipe.toml index 4a967f2706..6cb39d848c 100644 --- a/recipes/net/rsync/recipe.toml +++ b/recipes/net/rsync/recipe.toml @@ -1,5 +1,6 @@ [source] -tar = "https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz" +tar = "https://download.samba.org/pub/rsync/src/rsync-3.4.4.tar.gz" +blake3 = "898696b6bacf0d4d26b9461c229f2bd2c2ea14e12fa26843091aaad3dea35a47" patches = ["redox.patch"] [build] diff --git a/recipes/tests/iperf3/recipe.toml b/recipes/tests/iperf3/recipe.toml index d126ce350d..38875f81d7 100644 --- a/recipes/tests/iperf3/recipe.toml +++ b/recipes/tests/iperf3/recipe.toml @@ -1,5 +1,6 @@ [source] -tar = "https://downloads.es.net/pub/iperf/iperf-3.20.tar.gz" +tar = "https://downloads.es.net/pub/iperf/iperf-3.21.tar.gz" +blake3 = "cf65cc24932678720afac0daffbc82619d40fbd9634517360b03fee8fdeeed6a" [build] template = "configure"