[Lunar-commits] CVS: moonbase/editors/sed DETAILS,1.10,1.11

Terry Chan tchan at lunar-linux.org
Fri Jun 18 01:23:04 GMT 2004


Update of /var/cvs/lunar/moonbase/editors/sed
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22348

Modified Files:
	DETAILS 
Log Message:
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!!!  This means
sedit in lunar core does NOT set permissions correctly because "sed -i" is
broken.  This is NOT a lunar problem and is clearly a SED problem.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/sed/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS	16 Jun 2004 16:20:08 -0000	1.10
+++ DETAILS	18 Jun 2004 01:23:02 -0000	1.11
@@ -1,14 +1,13 @@
           MODULE=sed
-         VERSION=4.1
-        #VERSION=4.0.9
+         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:d8a08cc12fda1826deb2028dd729e189
+     SOURCE_VFY=md5:d8fb554bc6577aaedd39b94b3cb3df70
         WEB_SITE=unknown
          ENTERED=20010922
-         UPDATED=20040616
+         UPDATED=20040617
         SHORT="sed is a stream-oriented non-interactive text editor."
 
 cat << EOF
@@ -17,4 +16,8 @@
 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