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:
Lin Jian
2026-08-11 22:09:35 +08:00
committed by github-actions[bot]
parent 4168abc3d2
commit 70b2bcf4e0

View File

@@ -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=";
})
];
});
}