lix_2_94: 2.94.1 -> 2.94.2

Address an exploitable integer overflow leading to privilege escalation.
Read Lix release notes for more details.

Change-Id: I9fac168cdd775ab6e998200f5bb1e585aa5eced4
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius
2026-05-04 20:10:24 +02:00
parent 89f78dc300
commit bb29bae640
+2 -19
View File
@@ -35,21 +35,6 @@
confDir ? "/etc",
}:
let
# Support for mdbook >= 0.5, https://git.lix.systems/lix-project/lix/issues/1051
lixMdbookPatch = fetchpatch2 {
name = "lix-mdbook-0.5-support.patch";
url = "https://git.lix.systems/lix-project/lix/commit/54df89f601b3b4502a5c99173c9563495265d7e7.patch";
excludes = [ "package.nix" ];
hash = "sha256-uu/SIG8fgVVWhsGxmszTPHwe4SQtLgbxdShOMKbeg2w=";
};
lixLowdown30Patch = fetchpatch {
name = "lix-lowdown-3.0-support.patch";
url = "https://git.lix.systems/lix-project/lix/commit/af0390c27bdc401ece8f8192cb3024f0ff08e977.patch";
excludes = [ "flake.nix" ];
hash = "sha256-ZBkbgeZ/D7H2teX8bPy5NEG1aXbQVksTDV3aVBZdRPM=";
};
makeLixScope =
{
attrName,
@@ -189,14 +174,14 @@ lib.makeExtensible (
attrName = "lix_2_94";
lix-args = rec {
version = "2.94.1";
version = "2.94.2";
src = fetchFromGitea {
domain = "git.lix.systems";
owner = "lix-project";
repo = "lix";
rev = version;
hash = "sha256-+VJmizrdZPygtffgS/yfMb4PkZUUK5JmyGGzn0GPsKc=";
hash = "sha256-Nmqsl/YCnBW5U3TUfFWHGVUbyS2/Ll655BAE3qZilC4=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
@@ -206,8 +191,6 @@ lib.makeExtensible (
};
patches = [
lixMdbookPatch
lixLowdown30Patch
];
};
};