1
0
forked from rosa/hakurei

internal/rosa/package/rsync: annotate blocked update

Despite rsync being practically feature complete, with minimal changes in many years, it recently had a large number of poor quality AI-generated changes, with the first release including them apparently being 3.4.2. Release 3.4.3 then introduced a dependency on kernel-headers, creating a dependency loop that prevented directly upgrading to it. This change annotates the blockage since it is not worth working around the dependency loop for AI-generated garbage.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-30 23:15:04 +09:00
parent cd1d447664
commit 4d017b1309

View File

@@ -2,6 +2,7 @@ package rsync {
description = "an open source utility that provides fast incremental file transfer"; description = "an open source utility that provides fast incremental file transfer";
website = "https://rsync.samba.org"; website = "https://rsync.samba.org";
anitya = 4217; anitya = 4217;
block = "kernel-headers circular dependency";
version# = "3.4.1"; version# = "3.4.1";
source = remoteTar { source = remoteTar {