[Lunar-commits] CVS: moonbase/shells/bash BUILD, 1.7, 1.8 DETAILS, 1.5, 1.6

Terry Chan tchan at lunar-linux.org
Thu Jul 29 17:05:23 GMT 2004


Update of /var/cvs/lunar/moonbase/shells/bash
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17348/bash

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump to 3.0.  Compiled and tested with gcc-3.3.3, glibc-2.3.2, kernel
headers 2.4.x. nestu tested bash-3.0 with gcc-3.4.x and kernel headers 2.6.x.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	11 Jul 2004 17:57:58 -0000	1.7
+++ BUILD	29 Jul 2004 17:05:21 -0000	1.8
@@ -4,9 +4,6 @@
 
   OPTS=$OPTS" --bindir=/bin --with-installed-readline --with-curses"
   
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-  patch_it $SOURCE_CACHE/$SOURCE3 0 &&
-
   default_build &&
   ln -sf bash /bin/sh &&
   ln -f /bin/bash /bin/rbash &&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	11 Jul 2004 17:57:58 -0000	1.5
+++ DETAILS	29 Jul 2004 17:05:21 -0000	1.6
@@ -1,19 +1,15 @@
           MODULE=bash
-         VERSION=2.05b
+         VERSION=3.0
+        #VERSION=2.05b
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-$VERSION-patchset-1.tar.bz2 
-         SOURCE3=gcc34_bash_lunar.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
-  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
-     SOURCE3_URL=$PATCH_URL/$SOURCE3 
-      SOURCE_VFY=md5:5238251b4926d778dfe162f6ce729733
-     SOURCE2_VFY=md5:3b25d174f1840fc236939fd75ba34405
-     SOURCE3_VFY=md5:fab5023fb520c704f2ca93e18e464694
+   SOURCE_URL[0]=ftp://ftp.cwru.edu/pub/$MODULE/$SOURCE
+   SOURCE_URL[1]=$GNU_URL/$MODULE/$SOURCE
+   SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
+      SOURCE_VFY=md5:26c4d642e29b3533d8d754995bc277b3
         WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
          ENTERED=20010922
-         UPDATED=20021231
+         UPDATED=20040727
 	   PSAFE=no
            SHORT="bash is the shell of the GNU operating system."
 cat << EOF



More information about the Lunar-commits mailing list