active build: iperf3 3.20→3.21, rsync 3.4.1→3.4.4, git 2.13.1→2.55.0

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.
This commit is contained in:
2026-07-11 16:07:17 +03:00
parent 5474781a9b
commit ffaf6befb5
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -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]
+2 -1
View File
@@ -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]
+2 -1
View File
@@ -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"