aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 26.3, 27.2, 28.2: Backport org-mode fix from 29.4emacs-28.2-patches-8emacs-27.2-patches-10emacs-26.3-patches-9Ulrich Müller2024-06-221-0/+57
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 26.3, 27.2, 28.2, 29.3: Fix build with mkshemacs-29.3-patches-2emacs-28.2-patches-7emacs-27.2-patches-9emacs-26.3-patches-8Ulrich Müller2024-04-231-0/+29
| | | | | Bug: https://bugs.gentoo.org/930086 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 26.3, 27.2, 28.2, 29.3: Compatibility fix for autoconf-2.72Ulrich Müller2024-04-231-0/+24
| | | | | Bug: https://bugs.gentoo.org/930502 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 26.3, 27.2, 28.2: Backport security fixes from 29.3emacs-28.2-patches-6emacs-27.2-patches-8emacs-26.3-patches-7Ulrich Müller2024-03-251-0/+30
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix implicit function declarations in configure.acemacs-29.2-patches-2emacs-28.2-patches-5emacs-27.2-patches-7emacs-26.3-patches-6Ulrich Müller2024-01-301-0/+66
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix multiple command injection vulnerabilitiesemacs-28.2-patches-3emacs-27.2-patches-6emacs-26.3-patches-5emacs-25.3-patches-5Ulrich Müller2023-02-262-0/+121
| | | | | | | | | | | | | | | | This fixes command injection vulnerabilities in etags (CVE-2022-48337), ruby-mode (CVE-2022-48338), and htmlfontify (CVE-2022-48339) for Emacs slots 25, 26, 27, and 28. Note that Emacs 25 and 26 are not affected by the ruby-mode vulnerability because function ruby-find-library-file did not yet exist (and there is no call to the gem command in ruby-mode.el). Emacs 18 is not affected by either of them: It doesn't have ruby-mode and htmlfontify, and we no longer install the ctags and etags binaries. Bug: https://bugs.gentoo.org/897950 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Support webkit2gtk-4.1emacs-28.2-patches-2emacs-27.2-patches-5emacs-26.3-patches-4Ulrich Müller2023-02-121-0/+26
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix ctags command execution vulnerabilityemacs-28.2-patches-1emacs-27.2-patches-4emacs-26.3-patches-3emacs-25.3-patches-4Ulrich Müller2022-11-301-0/+255
| | | | | Bug: https://bugs.gentoo.org/883687 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 26.3: Enable WebKit sandboxingemacs-26.3-patches-2Ulrich Müller2022-03-261-0/+41
| | | | | Bug: https://bugs.gentoo.org/739354 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix compilation with glibc-2.34emacs-27.2-patches-3emacs-26.3-patches-1emacs-25.3-patches-3Ulrich Müller2021-07-241-0/+20
Bug: https://bugs.gentoo.org/803644 Signed-off-by: Ulrich Müller <ulm@gentoo.org>