CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: Updated to 4.1.2.
authorVictor Martinez <pitillo@ono.com>
Tue, 26 Jan 2010 08:09:29 +0000 (08:09 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 26 Jan 2010 08:09:29 +0000 (08:09 +0000)
bash/.md5sum
bash/Pkgfile
bash/bash-4.1-001-002.patch.gz [new file with mode: 0644]

index 4898b5f3be0d65b45f366b01c7d6191d0416c884..f4e338e46ea6127f8161f8283bd0fe0a102a6444 100644 (file)
@@ -1,2 +1,3 @@
+53468bae20ceece01ff339ea2e2759eb  bash-4.1-001-002.patch.gz
 9800d8724815fd84994d9be65ab5e7b8  bash-4.1.tar.gz
 3fee206195d50dbd8a3560a8a77f341b  profile
index 41cb0123a984d903a8544206e345cc1291832ec9..d13a8e864c7c65a24b49e94b98dda68cfbcdde06 100644 (file)
@@ -5,10 +5,10 @@
 # Depends on: ncurses
 
 name=bash
-version=4.1
+version=4.1.2
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
-        profile)
+        $name-4.1-001-002.patch.gz profile)
 
 build() {
   cd $name-$version
@@ -18,6 +18,8 @@ bash_cv_sys_named_pipes=yes
 bash_cv_job_control_missing=present
 EOF
 
+  gunzip -c $SRC/$name-4.1-001-002.patch.gz | patch -p0
+
   touch configure
   ./configure --build=$CHOST \
               --host=$CTARGET \
diff --git a/bash/bash-4.1-001-002.patch.gz b/bash/bash-4.1-001-002.patch.gz
new file mode 100644 (file)
index 0000000..dc1c10a
Binary files /dev/null and b/bash/bash-4.1-001-002.patch.gz differ