./editors/ed, GNU version of line-oriented text editor

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


Branch: pkgsrc-2008Q3, Version: 1.1, Package name: ed-1.1, Maintainer: reed

This is the GNU version of ed(1).

ed is a line-oriented text editor. It is used to create, display,
modify and otherwise manipulate text files.

This also includes a restricted ed, which can only edit files in the
current directory and cannot execute shell commands.


Master sites: (Expand)

SHA1: 0b66e79ebfe87eb80eb49be6ca7bb46df6f90e28
RMD160: 0b79d8ade82a5eb1715cbe82e0088147b964a449
Filesize: 66.523 KB

Version history: (Expand)


CVS history: (Expand)


   2008-11-05 11:19:17 by Tyler R. Retzlaff | Files touched by this commit (4) | Package updated
Log message:
pullup ticket #2575 - requested by reed
ed: update package for security fix

revisions pulled up:
pkgsrc/editors/ed/Makefile	1.11
pkgsrc/editors/ed/distinfo	1.7
pkgsrc/editors/ed/patches/patch-aa	r0
pkgsrc/editors/ed/patches/patch-ab	r0

   Module Name:    pkgsrc
   Committed By:   reed
   Date:           Tue Nov  4 14:27:37 UTC 2008

   Modified Files:
           pkgsrc/editors/ed: Makefile distinfo
   Removed Files:
           pkgsrc/editors/ed/patches: patch-aa patch-ab

   Log message:
   Update to 1.1

   This includes a security fix.

   From ChangeLog:

   2008-10-14  Antonio Diaz  <ant_diaz%teleline.es@localhost>

           * Version 1.1 released.
           * configure: Quote arguments stored in config.status.

   2008-08-21  Antonio Diaz  <ant_diaz%teleline.es@localhost>

           * Version 1.0 released.
           * configure: Added option `--program-prefix'.
           * signal.c (strip_escapes): Buffer overflow fixed.
           * signal.c (resize_buffer): Pointer aliasing warning fixed.