mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: temporary sudo patch
This commit is contained in:
parent
f75238767f
commit
9eb882e06e
1 changed files with 14 additions and 0 deletions
|
|
@ -54,4 +54,18 @@ in
|
||||||
./patches/fcitx5-chinese-addons/disable-fullwidth.patch
|
./patches/fcitx5-chinese-addons/disable-fullwidth.patch
|
||||||
# Note: disabling pinyin helper breaks canjie
|
# Note: disabling pinyin helper breaks canjie
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# TODO: remove this when upstream is updated
|
||||||
|
sudo.__output.patches.__append = [
|
||||||
|
(final.fetchpatch {
|
||||||
|
name = "CVE-2025-32462";
|
||||||
|
url = "https://github.com/sudo-project/sudo/commit/d530367828e3713d09489872743eb92d31fb11ff.patch";
|
||||||
|
hash = "sha256-mS8fcPV1QDv9SDuGN7dfDLtVLSBP+apotYW1UsEBPvU=";
|
||||||
|
})
|
||||||
|
(final.fetchpatch {
|
||||||
|
name = "CVE-2025-32463";
|
||||||
|
url = "https://github.com/sudo-project/sudo/commit/fdafc2ceb36382b07e604c0f39903d56bef54016.patch";
|
||||||
|
hash = "sha256-4FP8z5pKwcOfJxjJ9X/IbCgriKJm1H/HnswuvYjBlt8=";
|
||||||
|
})
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue