CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4
authorVictor Martinez <pitillo@ono.com>
Mon, 13 Feb 2017 20:51:13 +0000 (20:51 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 13 Feb 2017 20:51:13 +0000 (20:51 +0000)
bash/.md5sum
bash/Pkgfile
bash/bash-4.3.42.patch.gz [deleted file]

index 5d208fbd320bbfa6b2cc8c6a5b1d6c26f42944af..89293c7f18b9c941a5cf11915c4d8c369a4fad95 100644 (file)
@@ -1,3 +1,2 @@
-e9bced547088b3805ea929ec56b6f20a  bash-4.3.42.patch.gz
-81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
+148888a7c95ac23705559b6f477dfe25  bash-4.4.tar.gz
 be4c698ea8bb7d52eab2d6ce2c3fab8e  profile
index 90c6a7adf2d7e3cdf36fb5af2bceae39c3ccafe2..80cc0b391239625c7c713ddfed5a6f681b7e1d04 100644 (file)
@@ -5,15 +5,13 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.3.42
+version=4.4
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ \
-        $name-$version.patch.gz profile)
+source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
+        profile)
 
 build() {
-  cd $name-${version:0:3}
-  
-  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
+  cd $name-$version
 
   cat > config.cache <<EOF
 ac_cv_func_mmap_fixed_mapped=yes
@@ -38,7 +36,6 @@ EOF
               --disable-nls \
               --without-bash-malloc \
               --with-curses \
-              --with-installed-readline \
               --cache-file=config.cache
 
   make 
diff --git a/bash/bash-4.3.42.patch.gz b/bash/bash-4.3.42.patch.gz
deleted file mode 100644 (file)
index a2d5538..0000000
Binary files a/bash/bash-4.3.42.patch.gz and /dev/null differ