[Lunar-commits] r17858 - in moonbase/trunk/shells: bash bash_static

Terry Chan tchan at lunar-linux.org
Sat Dec 31 04:23:54 UTC 2005


Author: tchan
Date: 2005-12-31 04:23:53 +0000 (Sat, 31 Dec 2005)
New Revision: 17858

Modified:
   moonbase/trunk/shells/bash/BUILD
   moonbase/trunk/shells/bash/DETAILS
   moonbase/trunk/shells/bash_static/BUILD
   moonbase/trunk/shells/bash_static/DETAILS
Log:
Version bump to bash-3.1. Removed the patches as they seem to have all
been incorporated into 3.1 vs 3.0. Fixed a few parentheses problems in
optimize.lunar where "echo" and "(" were being used without being escaped
correctly.


Modified: moonbase/trunk/shells/bash/BUILD
===================================================================
--- moonbase/trunk/shells/bash/BUILD	2005-12-31 04:17:46 UTC (rev 17857)
+++ moonbase/trunk/shells/bash/BUILD	2005-12-31 04:23:53 UTC (rev 17858)
@@ -1,10 +1,5 @@
 (
 
-  unpack $SOURCE2 &&
-  for i in bash-patches/* ; do
-    patch_it $i 0
-  done &&
-	
   bad_flags -malign-double
 
   OPTS=$OPTS" --bindir=/bin --with-installed-readline --with-curses"

Modified: moonbase/trunk/shells/bash/DETAILS
===================================================================
--- moonbase/trunk/shells/bash/DETAILS	2005-12-31 04:17:46 UTC (rev 17857)
+++ moonbase/trunk/shells/bash/DETAILS	2005-12-31 04:23:53 UTC (rev 17858)
@@ -1,17 +1,13 @@
           MODULE=bash
-         VERSION=3.0
-        #VERSION=2.05b
+         VERSION=3.1
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=bash-patches-1.1.tar.bz2
    SOURCE_URL[0]=ftp://ftp.cwru.edu/pub/$MODULE/
    SOURCE_URL[1]=$GNU_URL/$MODULE/
    SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-     SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:3acf1ff4910d4bc863620c7533cbf4858370017b
-     SOURCE2_VFY=sha1:84f42f9fa39679183b339ba77d33e5685493f6c6
+      SOURCE_VFY=sha1:766e3fd9384616d8a103f812f662fd8ec791c129
         WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
          ENTERED=20010922
-         UPDATED=20050905
+         UPDATED=20051230
 	   PSAFE=no
            SHORT="bash is the shell of the GNU operating system."
 cat << EOF

Modified: moonbase/trunk/shells/bash_static/BUILD
===================================================================
--- moonbase/trunk/shells/bash_static/BUILD	2005-12-31 04:17:46 UTC (rev 17857)
+++ moonbase/trunk/shells/bash_static/BUILD	2005-12-31 04:23:53 UTC (rev 17858)
@@ -1,10 +1,5 @@
 (
 
-    # Apply WCONTINUED patch for glibc > 2.3.3  compliance
-    unpack $SOURCE2 &&
-    patch_it bash-patches/bash30-avoid_WCONTINUED 0 &&
-
-
     bad_flags -malign-double
 
     OPTS=$OPTS" --bindir=/bin \

Modified: moonbase/trunk/shells/bash_static/DETAILS
===================================================================
--- moonbase/trunk/shells/bash_static/DETAILS	2005-12-31 04:17:46 UTC (rev 17857)
+++ moonbase/trunk/shells/bash_static/DETAILS	2005-12-31 04:23:53 UTC (rev 17858)
@@ -1,18 +1,14 @@
           MODULE=bash_static
-         VERSION=3.0
-        #VERSION=2.05b
+         VERSION=3.1
           SOURCE=bash-$VERSION.tar.gz
-         SOURCE2=bash-patches-1.1.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$VERSION
    SOURCE_URL[0]=ftp://ftp.cwru.edu/pub/bash/
    SOURCE_URL[1]=$GNU_URL/bash/
    SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/bash/
-     SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:3acf1ff4910d4bc863620c7533cbf4858370017b
-     SOURCE2_VFY=sha1:84f42f9fa39679183b339ba77d33e5685493f6c6
+      SOURCE_VFY=sha1:766e3fd9384616d8a103f812f662fd8ec791c129
         WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
          ENTERED=20020615
-         UPDATED=20050905
+         UPDATED=20051230
            SHORT="this is the static build of bash, named as bash_static"
 cat << EOF
 bash - Shell of the GNU operating system.



More information about the Lunar-commits mailing list