acl: 2.3.2 -> 2.4.0

changelog: https://cgit.git.savannah.nongnu.org/cgit/acl.git/tree/doc/CHANGES?h=v2.4.0
advisory: https://lists.nongnu.org/archive/html/acl-devel/2026-06/msg00000.html

Fixes: CVE-2026-54369, CVE-2026-54370
(cherry picked from commit 3e9573a974)
This commit is contained in:
whispers
2026-06-29 14:29:14 -04:00
parent a247d8ec2b
commit ea63e76ad0

View File

@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "acl";
version = "2.3.2";
version = "2.4.0";
src = fetchurl {
url = "mirror://savannah/acl/acl-${version}.tar.gz";
hash = "sha256-XyvbrWKXB6p9hcYj+ZSqih0t7FWnPeUgW6wL9gWKL3w=";
hash = "sha256-c8hTw9ROH2k+WpaphvG9GdPQ2sLH1FPnlhd3dLxOX2o=";
};
outputs = [