From: Kirill A. Korinsky Subject: [security update] editors/emacs: update to 29.4 To: OpenBSD ports , Jeremie Courreges-Anglas Date: Sat, 22 Jun 2024 18:15:02 +0100 Jeremie, ports@, Here an update for emacs whcih contains security fix for org-mode. Announce - https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg00695.html - https://lists.gnu.org/archive/html/emacs-orgmode/2024-06/msg00397.html Changes: - https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/lisp/ol.el?id=f4cc61636947b5c2f0afc67174dd369fe3277aa8 - https://github.com/emacs-mirror/emacs/commit/c645e1d8205f0f0663ec4a2d27575b238c646c7c I guess it should be backported to stable as well. Tested on -current/amd64 (and writing this email from an ipdate) diff --git editors/emacs/Makefile editors/emacs/Makefile index ddda1843175..6479718eb2d 100644 --- editors/emacs/Makefile +++ editors/emacs/Makefile @@ -1,6 +1,6 @@ COMMENT= GNU editor: extensible, customizable, self-documenting -VERSION= 29.3 +VERSION= 29.4 DISTNAME= emacs-${VERSION} CATEGORIES= editors diff --git editors/emacs/distinfo editors/emacs/distinfo index 04fce952004..6462e1aeddf 100644 --- editors/emacs/distinfo +++ editors/emacs/distinfo @@ -1,2 +1,2 @@ -SHA256 (emacs-29.3.tar.xz) = w0wF06zmZu2cf3oPrwcP6jIX/xkQ0ARJm9VFMjPXQqA= -SIZE (emacs-29.3.tar.xz) = 52203168 +SHA256 (emacs-29.4.tar.xz) = uol5RvlMNmAKfnuzUB0nqkES15G/4URcYe0oVQ2sojU= +SIZE (emacs-29.4.tar.xz) = 52210344 -- wbr, Kirill