mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
emacs30, emacs30-macport: backport ACE mitigation for bug#80574
https://eshelyaron.com/posts/2026-08-06-emacs-arbitrary-code-execution-returns.html
(cherry picked from commit 6b7b2ab4f5)
This commit is contained in:
committed by
github-actions[bot]
parent
4168abc3d2
commit
70b2bcf4e0
@@ -131,6 +131,11 @@ in
|
||||
url = "https://gitweb.gentoo.org/proj/emacs-patches.git/plain/emacs/30.2/02_all_ts-query-pred.patch?id=86190bf195b3e17108372d8ad89eb57037180dd2";
|
||||
hash = "sha256-0GPyfKLSaB09a8hamrSf6lx4Qk8Big4AKMOivkN1wEM=";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "nullify-read-symbol-shorthands-around-risky-intern-calls-80574.patch";
|
||||
url = "https://cgit.git.savannah.gnu.org/cgit/emacs.git/patch/?id=8466eb44991707d128110bdc549fad14c8e1d61e";
|
||||
hash = "sha256-SyRCay2MahCJovtzBHA9M1H9hXhtD5IG3ZFSEUwaWlg=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
@@ -156,6 +161,11 @@ in
|
||||
url = "https://gitweb.gentoo.org/proj/emacs-patches.git/plain/emacs/30.2/02_all_ts-query-pred.patch?id=86190bf195b3e17108372d8ad89eb57037180dd2";
|
||||
hash = "sha256-0GPyfKLSaB09a8hamrSf6lx4Qk8Big4AKMOivkN1wEM=";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "nullify-read-symbol-shorthands-around-risky-intern-calls-80574.patch";
|
||||
url = "https://cgit.git.savannah.gnu.org/cgit/emacs.git/patch/?id=8466eb44991707d128110bdc549fad14c8e1d61e";
|
||||
hash = "sha256-SyRCay2MahCJovtzBHA9M1H9hXhtD5IG3ZFSEUwaWlg=";
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user