Path to this page:
./
editors/emacs,
GNU editing macros (editor)
Branch: pkgsrc-2012Q2,
Version: 23.4nb4,
Package name: emacs-23.4nb4,
Maintainer: minskimGNU Emacs is an extensible, customizable editor textand more. At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing. The
features of GNU Emacs include:
- Content-sensitive editing modes, including syntax coloring, for a
wide variety of file types including plain text, source code, and
HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
customization interface.
- A large number of extensions that add other functionality, including
a project planner, mail and news reader, debugger interface,
calendar, and more. Many of these extensions are distributed with
GNU Emacs; others are available separately.
Required to run:[
graphics/giflib] [
graphics/tiff] [
graphics/librsvg] [
graphics/libotf] [
graphics/png] [
graphics/jpeg] [
graphics/hicolor-icon-theme] [
devel/m17n-lib] [
sysutils/dbus] [
sysutils/desktop-file-utils] [
x11/gtk2]
Required to build:[
devel/gmake] [
devel/pkg-config] [
pkgtools/x11-links] [
x11/xcb-proto]
Package options: dbus, svg, x11, xft2, gtk
Master sites: (Expand)
SHA1: 0a78466fff52d1f43c0db0ea66651a0b13b7e473
RMD160: 5fb7e4cd4270a524b8723ad86a145a0e47336bf7
Filesize: 46602.728 KB
Version history: (Expand)
- (2012-08-13) Updated to version: emacs-23.4nb4
- (2012-07-05) Package added to pkgsrc.se, version emacs-23.4nb3 (created)
CVS history: (Expand)
2012-08-13 15:07:44 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Pullup ticket #3899 - requested by wiz
editors/emacs-nox11: security patch
editors/emacs: security patch
Revisions pulled up:
- editors/emacs-nox11/Makefile 1.36
- editors/emacs/Makefile 1.146
- editors/emacs/distinfo 1.58
- editors/emacs/patches/patch-lisp_files.el 1.1
---
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 13 06:53:07 UTC 2012
Modified Files:
pkgsrc/editors/emacs: Makefile distinfo
pkgsrc/editors/emacs-nox11: Makefile
Added Files:
pkgsrc/editors/emacs/patches: patch-lisp_files.el
Log message:
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
|