CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4
authorVictor Martinez <pitillo@ono.com>
Wed, 5 Apr 2017 00:14:29 +0000 (00:14 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 5 Apr 2017 00:14:29 +0000 (00:14 +0000)
bash/.md5sum
bash/Pkgfile

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..0f44e91581bdb074ba9e48ad12d5673566f89c3d 100644 (file)
@@ -5,16 +5,14 @@
 # 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}
+  cd $name-$version
   
-  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
-
   cat > config.cache <<EOF
 ac_cv_func_mmap_fixed_mapped=yes
 ac_cv_func_strcoll_works=yes
@@ -38,7 +36,6 @@ EOF
               --disable-nls \
               --without-bash-malloc \
               --with-curses \
-              --with-installed-readline \
               --cache-file=config.cache
 
   make