emacs28: patch CVE-2022-45939

https://www.cve.org/CVERecord?id=CVE-2022-45939
This commit is contained in:
Lin Jian 2024-03-25 23:47:22 +08:00
parent a22eb1a5f8
commit 0ccce9b3e6
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5
1 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,13 @@ in
variant = "mainline";
rev = "28.2";
hash = "sha256-4oSLcUDR0MOEt53QOiZSVU8kPJ67GwugmBxdX3F15Ag=";
patches = fetchpatch: [
# CVE-2022-45939
(fetchpatch {
url = "https://git.savannah.gnu.org/cgit/emacs.git/patch/?id=d48bb4874bc6cd3e69c7a15fc3c91cc141025c51";
hash = "sha256-TiBQkexn/eb6+IqJNDqR/Rn7S7LVdHmL/21A5tGsyJs=";
})
];
});
emacs29 = import ./make-emacs.nix (mkArgs {