git: ff9e2e0804e4 - 2024Q2 - editors/emacs-devel: Apply security fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 05:00:08 UTC
The branch 2024Q2 has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff9e2e0804e416353ba0164c8f8f7b37641fb7f4 commit ff9e2e0804e416353ba0164c8f8f7b37641fb7f4 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-06-24 03:45:57 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-06-24 04:03:35 +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 (cherry picked from commit 62062a8b80b5e33e2e76ac06c7aa9daa0e4173b5) --- editors/emacs-devel/Makefile | 4 ++++ editors/emacs-devel/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 18a34b43aaed..c32f46dbecc8 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.0.50.20240330 +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 c0bd4fd5928d..8c5bcb44820c 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1711843126 SHA256 (emacs-mirror-emacs-30.0.50.20240330-8bee4060ea4_GH0.tar.gz) = 05a9074fdc3add49ed793a7feaf4515c9f1fe3ce4c7b9623bbd749e1393cabed SIZE (emacs-mirror-emacs-30.0.50.20240330-8bee4060ea4_GH0.tar.gz) = 50102340 +SHA256 (c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch) = fa7978109a164a894479c2827b297228566bfdf46d1a3def00975a35595ba0bf +SIZE (c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch) = 2873