internal/rosa/package/libffi: 3.7.0 to 3.5.2

Appears to be the final non-contaminated release. This package cannot be safely blocked indefinitely like rsync and vim. This change discontinues frequent bumps and limits damage by regressions introduced by AI slop until long-term plans are decided.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-11 12:23:05 +09:00
parent fdca05487c
commit 1c4a3b72bf
+4 -2
View File
@@ -3,12 +3,14 @@ package libffi {
website = "https://sourceware.org/libffi"; website = "https://sourceware.org/libffi";
anitya = 1611; anitya = 1611;
version# = "3.7.0"; block = "severe regressions caused by questionable maintainer decisions";
version# = "3.5.2";
source = remoteGitHubRelease { source = remoteGitHubRelease {
suffix = "libffi/libffi"; suffix = "libffi/libffi";
tag = "v"+version; tag = "v"+version;
name = "libffi-"+version+".tar.gz"; name = "libffi-"+version+".tar.gz";
checksum = "rzzmrenVrc8eBd7Cl1oVTAEmvpiHdQVpmYs3W0Ao1bKKmmYvxuUAyjZ2OjG53G48"; checksum = "2_Q-ZNBBbVhltfL5zEr0wljxPegUimTK4VeMSiwJEGksls3n4gj3lV0Ly3vviSFH";
compress = gzip; compress = gzip;
}; };