[Lunar-commits] CVS: moonbase/shells/bash BUILD, 1.8, 1.9 DETAILS,
1.7, 1.8
Stefan Wold
ratler at lunar-linux.org
Tue Feb 15 18:03:17 UTC 2005
- Previous message: [Lunar-commits]
CVS: moonbase/doc-tools/docbook-3.0 POST_REMOVE, 1.4,
1.5 BUILD, 1.1, 1.2 POST_INSTALL, 1.2, 1.3 PRE_BUILD, 1.1,
1.2 PRE_REMOVE, 1.1, 1.2
- Next message: [Lunar-commits]
CVS: moonbase/doc-tools/docbook-3.0 POST_REMOVE, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/shells/bash
In directory espresso.foo-projects.org:/tmp/cvs-serv32193
Modified Files:
BUILD DETAILS
Log Message:
Added the GNU official patches for bash 3.0, they solve numerous bugs. Some of which I have encountered myself. Compiled and tested with gcc-3.3.3, glibc-2.3.3, kernel-2.4 headers. Moe gave thumbs up too
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 29 Jul 2004 17:05:21 -0000 1.8
+++ BUILD 15 Feb 2005 18:03:14 -0000 1.9
@@ -1,5 +1,10 @@
(
+ 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"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 5 Oct 2004 09:30:17 -0000 1.7
+++ DETAILS 15 Feb 2005 18:03:14 -0000 1.8
@@ -2,13 +2,16 @@
VERSION=3.0
#VERSION=2.05b
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=bash-patches-1.0.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=md5:26c4d642e29b3533d8d754995bc277b3
+ SOURCE2_VFY=sha1:6f09855698a51f0beadcca11c959e497a2410a48
WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
ENTERED=20010922
- UPDATED=20040727
+ UPDATED=20050215
PSAFE=no
SHORT="bash is the shell of the GNU operating system."
cat << EOF
- Previous message: [Lunar-commits]
CVS: moonbase/doc-tools/docbook-3.0 POST_REMOVE, 1.4,
1.5 BUILD, 1.1, 1.2 POST_INSTALL, 1.2, 1.3 PRE_BUILD, 1.1,
1.2 PRE_REMOVE, 1.1, 1.2
- Next message: [Lunar-commits]
CVS: moonbase/doc-tools/docbook-3.0 POST_REMOVE, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list