1c4a3b72bf
Test / Create distribution (push) Successful in 57s
Test / Sandbox (push) Successful in 2m55s
Test / ShareFS (push) Successful in 3m50s
Test / Hakurei (push) Successful in 4m2s
Test / Sandbox (race detector) (push) Successful in 5m48s
Test / Hakurei (race detector) (push) Successful in 6m55s
Test / Flake checks (push) Successful in 1m11s
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>
21 lines
543 B
Go
21 lines
543 B
Go
package libffi {
|
|
description = "a portable, high level programming interface to various calling conventions";
|
|
website = "https://sourceware.org/libffi";
|
|
anitya = 1611;
|
|
|
|
block = "severe regressions caused by questionable maintainer decisions";
|
|
|
|
version# = "3.5.2";
|
|
source = remoteGitHubRelease {
|
|
suffix = "libffi/libffi";
|
|
tag = "v"+version;
|
|
name = "libffi-"+version+".tar.gz";
|
|
checksum = "2_Q-ZNBBbVhltfL5zEr0wljxPegUimTK4VeMSiwJEGksls3n4gj3lV0Ly3vviSFH";
|
|
compress = gzip;
|
|
};
|
|
|
|
exec = make {};
|
|
|
|
inputs = [ kernel-headers ];
|
|
}
|