GNU Emacs Base Package
Basic package for the GNU Emacs editor. Requires emacs-x11 or
emacs-nox.
- Developed at editors
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/emacs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
01a4035c.patch | 0000003348 3.27 KB | |
3c1693d0.patch | 0000002464 2.41 KB | |
CVE-2022-48338.patch | 0000001079 1.05 KB | |
CVE-2022-48339.patch | 0000001059 1.03 KB | |
app-defaults.Emacs | 0000008459 8.26 KB | |
check-build.sh | 0000000592 592 Bytes | |
d3209119.patch | 0000003093 3.02 KB | |
d48bb487.patch | 0000552174 539 KB | |
dot.gnu-emacs | 0000018827 18.4 KB | |
emacs-24.1-ps-mule.patch | 0000001729 1.69 KB | |
emacs-24.3-asian-print.patch | 0000000463 463 Bytes | |
emacs-24.3-iconic.patch | 0000000563 563 Bytes | |
emacs-24.3-x11r7.patch | 0000000979 979 Bytes | |
emacs-24.4-flyspell.patch | 0000001830 1.79 KB | |
emacs-24.4-glibc.patch | 0000000553 553 Bytes | |
emacs-24.4-nonvoid.patch | 0000000487 487 Bytes | |
emacs-24.4-ps-bdf.patch | 0000001532 1.5 KB | |
emacs-25.1-custom-fonts.patch | 0000003181 3.11 KB | |
emacs-25.2-ImageMagick7.patch | 0000001886 1.84 KB | |
emacs-26.1-xft4x11.patch | 0000001043 1.02 KB | |
emacs-27.1-Xauthority4server.patch | 0000004924 4.81 KB | |
emacs-27.1-pdftex.patch | 0000003478 3.4 KB | |
emacs-28.1.dif | 0000032150 31.4 KB | |
emacs-28.2-pdf.tar.xz | 0002010248 1.92 MB | |
emacs-28.2.tar.xz | 0047722600 45.5 MB | |
emacs-28.2.tar.xz.sig | 0000000520 520 Bytes | |
emacs-rpmlintrc | 0000000685 685 Bytes | |
emacs.changes | 0000120373 118 KB | |
emacs.keyring | 0000010680 10.4 KB | |
emacs.sh | 0000003863 3.77 KB | |
emacs.spec | 0000263743 258 KB | |
emacs.test | 0000000490 490 Bytes | |
pdump.patch | 0000000569 569 Bytes | |
site-lisp.tar.bz2 | 0000051767 50.6 KB |
Revision 172 (latest revision is 194)
Dominique Leuenberger (dimstar_suse)
accepted
request 1070372
from
Dr. Werner Fink (WernerFink)
(revision 172)
- Add patch d3209119.patch boo#1209089,CVE-2023-27985: Fix shell command injection in emacsclient-mail.desktop - Add patch 3c1693d0.patch boo#1209090,CVE-2023-27986: Fix Emacs Lisp code injection in emacsclient-mail.desktop
Comments 4
emacs 26.1 has been released; https://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.xz
Emacs 27.1 has been released.
Why is xft used with Cairo instead of HarfBuzz as recommended?
Two glitches in emacs.spec, lines 751 and 758 (%{%ext_info}, should be %{ext_info}): %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{%ext_info}" %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{%ext_info}"
they should be: %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{ext_info}" %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{ext_info}"
Regards, André