Skip to content

Commit

Permalink
editors/emacs: Add upstream patch to fix arbitary shell command execu…
Browse files Browse the repository at this point in the history
…tion vulnerability

Reviewed by:	jrm
MFH:		2023Q1
Security:	76e2fcce-92d2-11ed-a635-080027f5fec9
Differential Revision:	https://reviews.freebsd.org/D38033
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Jan 13, 2023
1 parent 83bd00f commit 2b1ab08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion editors/emacs/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
PORTNAME= emacs
DISTVERSION= 28.2
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= editors
MASTER_SITES= GNU

PATCH_SITES= https://github.com/emacs-mirror/emacs/commit/:github
PATCHFILES= d48bb4874bc6cd3e69c7a15fc3c91cc141025c51.patch:-p1:github

.if ${FLAVOR:U} == canna
PATCH_SITES+= https://www.gentei.org/~yuuji/software/emacs28canna/:canna
PATCHFILES+= emacs28.1-canna-20220406b.diff.gz:-p1:canna
Expand Down
4 changes: 3 additions & 1 deletion editors/emacs/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
TIMESTAMP = 1663333582
TIMESTAMP = 1673572523
SHA256 (emacs-28.2.tar.xz) = ee21182233ef3232dc97b486af2d86e14042dbb65bbc535df562c3a858232488
SIZE (emacs-28.2.tar.xz) = 47722600
SHA256 (d48bb4874bc6cd3e69c7a15fc3c91cc141025c51.patch) = 6331f8676afa68a0f96b1461c1d75bbfb4f2d99177935f362ced0fef8b72e52d
SIZE (d48bb4874bc6cd3e69c7a15fc3c91cc141025c51.patch) = 552711
SHA256 (emacs28.1-canna-20220406b.diff.gz) = a57b7ca032229ce4d1eb2b2e59458db40e9ffc371a15e833699f3ce7caf05684
SIZE (emacs28.1-canna-20220406b.diff.gz) = 30564

0 comments on commit 2b1ab08

Please sign in to comment.