Path to this page:
./
editors/emacs24,
GNU editing macros (editor)
Branch: pkgsrc-2012Q2,
Version: 24.1nb2,
Package name: emacs-24.1nb2,
Maintainer: pkgsrc-usersGNU 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: f064396724a27c83b79b2d890d188abebaa5975e
RMD160: 0fed00042339f46b29449bd561d2f881d13d8d38
Filesize: 50266.71 KB
Version history: (Expand)
- (2012-08-13) Updated to version: emacs-24.1nb2
- (2012-07-05) Package added to pkgsrc.se, version emacs-24.1nb1 (created)
CVS history: (Expand)
2012-08-13 13:50:52 by Matthias Scheler | Files touched by this commit (7) | |
Log message:
Pullup ticket #3898 - requested by wiz
editors/emacs24-nox11: security patch
editors/emacs24: security patch
Revisions pulled up:
- editors/emacs24-nox11/Makefile 1.3
- editors/emacs24-nox11/version.mk 1.2
- editors/emacs24/Makefile 1.4
- editors/emacs24/distinfo 1.3-1.4
- editors/emacs24/patches/patch-aa 1.2
- editors/emacs24/patches/patch-ab 1.2
- editors/emacs24/patches/patch-lisp_files.el 1.1
---
Module Name: pkgsrc
Committed By: marino
Date: Fri Aug 10 10:08:14 UTC 2012
Modified Files:
pkgsrc/editors/emacs24: distinfo
pkgsrc/editors/emacs24/patches: patch-aa patch-ab
Log message:
editors/emacs24: update configure* patches for DragonFly
DragonFly needs libc explicitly defined for its linker.
The temacs utility still segfaults, but at least it builds now.
---
Module Name: pkgsrc
Committed By: jmmv
Date: Sat Aug 11 17:21:04 UTC 2012
Modified Files:
pkgsrc/editors/emacs24-nox11: version.mk
Log message:
Fix the build of emacs modules when EMACS_TYPE=emacs24nox.
The emacs flavor is 'emacs' and the package dependency is 'emacs-nox11',
not 'emacs24' nor 'emacs24-nox11' (respectively).
---
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 13 06:38:50 UTC 2012
Modified Files:
pkgsrc/editors/emacs24: Makefile distinfo
pkgsrc/editors/emacs24-nox11: Makefile
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
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 13 06:39:06 UTC 2012
Added Files:
pkgsrc/editors/emacs24/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
|