[Lunar-commits] r21777 - in moonbase/trunk/shells: bash bash_static
Moritz Heiber
moe at lunar-linux.org
Thu Oct 12 22:17:31 UTC 2006
Author: moe
Date: 2006-10-12 22:17:31 +0000 (Thu, 12 Oct 2006)
New Revision: 21777
Modified:
moonbase/trunk/shells/bash/DETAILS
moonbase/trunk/shells/bash_static/DETAILS
Log:
DON'T DO THIS! bash is about _THE_ most critical part of our whole
distribution. This HAS TO BE and MUST be tested ans acklowedged by AT LEAST
two or three different people .. and maybe even sofar.
Modified: moonbase/trunk/shells/bash/DETAILS
===================================================================
--- moonbase/trunk/shells/bash/DETAILS 2006-10-12 21:20:31 UTC (rev 21776)
+++ moonbase/trunk/shells/bash/DETAILS 2006-10-12 22:17:31 UTC (rev 21777)
@@ -1,16 +1,15 @@
MODULE=bash
- VERSION=3.2
+ VERSION=3.1
SOURCE=$MODULE-$VERSION.tar.gz
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/
- SOURCE_VFY=sha1:fe6466c7ee98061e044dae0347ca5d1a8eab4a0d
+ SOURCE_VFY=sha1:766e3fd9384616d8a103f812f662fd8ec791c129
WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
ENTERED=20010922
- UPDATED=20061012
+ UPDATED=20051230
PSAFE=no
- SHORT="The shell of the GNU operating system"
-
+ SHORT="bash is the shell of the GNU operating system."
cat << EOF
bash - Shell of the GNU operating system.
Bash is an sh-compatible shell that incorporates useful features from
Modified: moonbase/trunk/shells/bash_static/DETAILS
===================================================================
--- moonbase/trunk/shells/bash_static/DETAILS 2006-10-12 21:20:31 UTC (rev 21776)
+++ moonbase/trunk/shells/bash_static/DETAILS 2006-10-12 22:17:31 UTC (rev 21777)
@@ -1,16 +1,15 @@
MODULE=bash_static
- VERSION=3.2
+ VERSION=3.1
SOURCE=bash-$VERSION.tar.gz
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/
- SOURCE_VFY=sha1:fe6466c7ee98061e044dae0347ca5d1a8eab4a0d
+ SOURCE_VFY=sha1:766e3fd9384616d8a103f812f662fd8ec791c129
WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
ENTERED=20020615
- UPDATED=20061012
- SHORT="This is the static build of bash, named as bash_static"
-
+ UPDATED=20051230
+ SHORT="this is the static build of bash, named as bash_static"
cat << EOF
bash - Shell of the GNU operating system.
This is the static build of bash; call bash_static to use it.
More information about the Lunar-commits
mailing list