Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2024 03:58:35 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: 62062a8b80b5 - main - editors/emacs-devel: Apply security fix
Message-ID:  <202406240358.45O3wZaZ089791@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=62062a8b80b5e33e2e76ac06c7aa9daa0e4173b5

commit 62062a8b80b5e33e2e76ac06c7aa9daa0e4173b5
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-06-24 03:45:57 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-06-24 03:47:38 +0000

    editors/emacs-devel: Apply security fix
    
    Details about the security vulnerability can be found at
    https://seclists.org/oss-sec/2024/q2/296.
    
    Security:       https://vuxml.freebsd.org/freebsd/4f6c4c07-3179-11ef-9da5-1c697a616631.html
    Sponsored by:   The FreeBSD Foundation
---
 editors/emacs-devel/Makefile | 4 ++++
 editors/emacs-devel/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index 293eecf4ea3b..8c55a0a2298c 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	emacs
 DISTVERSION=	30.0.50.20240615
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	editors
 PKGNAMESUFFIX=	-devel
@@ -9,6 +10,9 @@ COMMENT=	GNU editing macros ${COMMENT_${FLAVOR}}
 WWW=		https://www.gnu.org/software/emacs/
 COMMENT_nox=	(No X flavor)
 
+PATCH_SITES+=  https://github.com/emacs-devel/emacs/commit/
+PATCHFILES+=   c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch:-p1
+
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo
index f41a056c816f..aca5505d77b6 100644
--- a/editors/emacs-devel/distinfo
+++ b/editors/emacs-devel/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1718419080
+TIMESTAMP = 1719196469
 SHA256 (emacs-mirror-emacs-30.0.50.20240615-25452986cb_GH0.tar.gz) = 6229fb101852367adc18120386c8b0508c6ec620dcb714421b175d012c58e30d
 SIZE (emacs-mirror-emacs-30.0.50.20240615-25452986cb_GH0.tar.gz) = 50514262
+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?202406240358.45O3wZaZ089791>