./editors/emacs-nox11, GNU editing macros (editor)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q1, Version: 22.1nb5, Package name: emacs-nox11-22.1nb5, Maintainer: markd

GNU Emacs is a self-documenting, customizable, extensible real-time
display editor.

Users new to Emacs will be able to use basic features fairly rapidly
by studying the tutorial and using the self-documentation features.
Emacs also has an extensive interactive manual browser. It is easily
extensible since its editing commands are written in Lisp.

GNU Emacs's many special packages handle mail reading (RMail) and
sending (Mail), outline editing (Outline), compiling (Compile),
running subshells within Emacs windows (Shell), running a Lisp
read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
(Doctor :-) and many more.


Required to build:
[devel/gmake]

Master sites: (Expand)

SHA1: 327664173eabe5db49d4e7e4a4b1794577af902e
RMD160: da5360871db8b1d473ff7f0b0937ee6c278c0b19
Filesize: 37277.564 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-01 15:41:33 by Tyler R. Retzlaff | Files touched by this commit (8)
Log message:
pullup ticket #2359 - requested by tonnerre
emacs, emacs-nox11: fix for security issue

revisions pulled up:
- pkgsrc/editors/emacs/Makefile		1.107,1.108
- pkgsrc/editors/emacs/Makefile.common	r0
- pkgsrc/editors/emacs/distinfo		1.36
- pkgsrc/editors/emacs/options.mk	1.7
- pkgsrc/editors/emacs/patches/patch-ac	1.16
- pkgsrc/editors/emacs/patches/patch-af	1.11
- pkgsrc/editors/emacs-nox11/DESCR	r0
- pkgsrc/editors/emacs-nox11/Makefile	1.28

   Module Name:	pkgsrc
   Committed By:	jlam
   Date:		Fri Apr 25 16:35:32 UTC 2008

   Modified Files:
   	pkgsrc/editors/emacs: Makefile options.mk
   	pkgsrc/editors/emacs-nox11: Makefile
   Removed Files:
   	pkgsrc/editors/emacs: Makefile.common
   	pkgsrc/editors/emacs-nox11: DESCR

   Log message:
   Make emacs and emacs-nox11 look more like xemacs and xemacs-nox11 in
   terms of file structure.  Also add DESTDIR support.
   ------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tonnerre
   Date:		Tue Apr 29 12:54:56 UTC 2008

   Modified Files:
   	pkgsrc/editors/emacs: Makefile distinfo
   Added Files:
   	pkgsrc/editors/emacs/patches: patch-ac patch-af

   Log message:
   Fix two emacs vulnerabilities:
   - Fix unsafe handling of local variables iin hack-local-variables
     (CVE-2007-5795).
   - Prevent symlink attack on arbitrary files using the temp files vcdiff
     generates (CVE-2008-1694).