Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 22:13:17 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: bf61a9770b75 - main - editors/emacs: Update to 24.4, an emergency bugfix release
Message-ID:  <202406232213.45NMDHdK014814@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=bf61a9770b756e14e02ad5f4e8747a8fe867bae6

commit bf61a9770b756e14e02ad5f4e8747a8fe867bae6
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-06-23 15:14:47 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-06-23 21:57:28 +0000

    editors/emacs: Update to 24.4, an emergency bugfix release
    
    Emacs 29.4 is an emergency bugfix release; it includes no new features
    except a small number of changes intended to resolve a security
    vulnerability uncovered in Emacs 29.3 and earlier.
    
    https://lists.gnu.org/archive/html/info-gnu-emacs/2024-06/msg00000.html
    
    Reviewed by:    ashish, yasu
    Sponsored by:   The FreeBSD Foundation
    Security:       https://vuxml.freebsd.org/freebsd/4f6c4c07-3179-11ef-9da5-1c697a616631.html
    Differential Revision:  https://reviews.freebsd.org/D45703
---
 editors/emacs/Makefile | 6 +-----
 editors/emacs/distinfo | 8 +++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index dc49c4719667..123e04062d20 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	emacs
-DISTVERSION=	29.3
-PORTREVISION=	3
+DISTVERSION=	29.4
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	GNU
@@ -10,9 +9,6 @@ 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 d2e160ad5e4f..5830c821414f 100644
--- a/editors/emacs/distinfo
+++ b/editors/emacs/distinfo
@@ -1,7 +1,5 @@
-TIMESTAMP = 1719177422
-SHA256 (emacs-29.3.tar.xz) = c34c05d3ace666ed9c7f7a0faf070fea3217ff1910d004499bd5453233d742a0
-SIZE (emacs-29.3.tar.xz) = 52203168
+TIMESTAMP = 1719179787
+SHA256 (emacs-29.4.tar.xz) = ba897946f94c36600a7e7bb3501d27aa4112d791bfe1445c61ed28550daca235
+SIZE (emacs-29.4.tar.xz) = 52210344
 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?202406232213.45NMDHdK014814>