[Lunar-commits] CVS: moonbase/editors/sed DETAILS,1.11,1.12
Terry Chan
tchan at lunar-linux.org
Tue Jul 6 15:09:18 GMT 2004
Update of /var/cvs/lunar/moonbase/editors/sed
In directory dbguin.lunar-linux.org:/tmp/cvs-serv768
Modified Files:
DETAILS
Log Message:
Version bump to sed-4.1.1. The sed authors have now fixed the chmod/chown
problems they had in execute.c, so "sed -i" is now usable again and sedit
in lunar uses that capability. Compiled/tested with gcc-3.3.3, glibc-2.3.2,
kernel headers 2.4.x. sed-4.1.x also has some other bug fixes over the 4.0.9
version.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/sed/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS 18 Jun 2004 01:23:02 -0000 1.11
+++ DETAILS 6 Jul 2004 15:09:16 -0000 1.12
@@ -1,14 +1,15 @@
MODULE=sed
- VERSION=4.0.9
+ VERSION=4.1.1
+ #VERSION=4.0.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
- SOURCE_VFY=md5:d8fb554bc6577aaedd39b94b3cb3df70
+ SOURCE_VFY=md5:570c0a53a64ec020d8fcbce51fb6d71a
WEB_SITE=unknown
ENTERED=20010922
- UPDATED=20040617
- SHORT="sed is a stream-oriented non-interactive text editor."
+ UPDATED=20040706
+ SHORT="sed is a stream-oriented non-interactive text editor."
cat << EOF
sed - A stream-oriented non-interactive text editor
@@ -16,8 +17,4 @@
and outputs the modified text. Sed is typically used for extracting part
of a file using pattern matching or substituting multiple occurences of
a string within a file.
-
-NOTE: tchan downgraded back to sed-4.0.9 as sed-4.1 is severely broken in "sed -i".
-Don't upgrade until the sed authors fix "sed -i", specifically the code
-they use in execute.c does NOT set chown and chmod correctly!!!
EOF
More information about the Lunar-commits
mailing list