Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 21:44:09 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ef91da50b73 - main - editors/emacs: Backport Emacs 29.4 security fix
Message-ID:  <202406232144.45NLi9ss063096@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ef91da50b7381a2f0f014ed3c7ee247269482a2

commit 8ef91da50b7381a2f0f014ed3c7ee247269482a2
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-06-23 21:21:07 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-06-23 21:42:53 +0000

    editors/emacs: Backport Emacs 29.4 security fix
    
    Details about the security vulnerability can be found at
    https://seclists.org/oss-sec/2024/q2/296.
    
    Reviewed by:    ashish
    Sponsored by:   The FreeBSD Foundation
    Security:       https://vuxml.freebsd.org/freebsd/4f6c4c07-3179-11ef-9da5-1c697a616631.html
    Differential Revision:  https://reviews.freebsd.org/D45714
---
 editors/emacs/Makefile | 5 ++++-
 editors/emacs/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index ce8aaac2ea4f..dc49c4719667 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emacs
 DISTVERSION=	29.3
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	GNU
@@ -10,6 +10,9 @@ PATCH_SITES+=	https://www.gentei.org/~yuuji/software/emacs29canna/:canna
 PATCHFILES+=	emacs29.1-canna-20230730.diff.xz:-p1:canna
 .endif
 
+PATCH_SITES+=	https://github.com/emacs-devel/emacs/commit/
+PATCHFILES+=	c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch:-p1
+
 MAINTAINER=	emacs@FreeBSD.org
 COMMENT=	GNU editing macros ${COMMENT_${FLAVOR}}
 WWW=		https://www.gnu.org/software/emacs/
diff --git a/editors/emacs/distinfo b/editors/emacs/distinfo
index bd1540f5bfa5..d2e160ad5e4f 100644
--- a/editors/emacs/distinfo
+++ b/editors/emacs/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1711330409
+TIMESTAMP = 1719177422
 SHA256 (emacs-29.3.tar.xz) = c34c05d3ace666ed9c7f7a0faf070fea3217ff1910d004499bd5453233d742a0
 SIZE (emacs-29.3.tar.xz) = 52203168
 SHA256 (emacs29.1-canna-20230730.diff.xz) = 03741d173d86823409e42906f47cbd3c924cf88ec25cc3e228c4827a96243125
 SIZE (emacs29.1-canna-20230730.diff.xz) = 26852
+SHA256 (c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch) = fa7978109a164a894479c2827b297228566bfdf46d1a3def00975a35595ba0bf
+SIZE (c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch) = 2873



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406232144.45NLi9ss063096>