diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-13 06:38:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-13 06:38:50 +0000 |
commit | 643deb13d2574f84dc08514d0c333fdb1a9709de (patch) | |
tree | 44964ef2941518476e38f56bce89ac55563a5079 /editors/emacs24-nox11 | |
parent | 43d99186eb4ba6cda2932fea1f15e6248f976e74 (diff) | |
download | pkgsrc-643deb13d2574f84dc08514d0c333fdb1a9709de.tar.gz |
Fix CVE-2012-3479:
When the Emacs user option `enable-local-variables' is set to `:safe'
(the default value is t), Emacs should automatically refuse to evaluate
`eval' forms in file-local variable sections. Due to the bug, Emacs
instead automatically evaluates such `eval' forms. Thus, if the user
changes the value of `enable-local-variables' to `:safe', visiting a
malicious file can cause automatic execution of arbitrary Emacs Lisp
code with the permissions of the user.
Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155
Bump PKGREVISION.
Diffstat (limited to 'editors/emacs24-nox11')
-rw-r--r-- | editors/emacs24-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs24-nox11/Makefile b/editors/emacs24-nox11/Makefile index 7d0086f7b81..5fa73848294 100644 --- a/editors/emacs24-nox11/Makefile +++ b/editors/emacs24-nox11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2012/06/26 17:02:31 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/08/13 06:38:50 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= emacs-[0-9]* |