CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4
authorVictor Martinez <pitillo@ono.com>
Tue, 21 Feb 2017 03:12:48 +0000 (03:12 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 21 Feb 2017 03:12:48 +0000 (03:12 +0000)
bash/.md5sum
bash/Pkgfile
bash/bash-4.3.48.patch.gz [deleted file]

index 6592055379a10cd02c5d943785212e057695cd86..89293c7f18b9c941a5cf11915c4d8c369a4fad95 100644 (file)
@@ -1,3 +1,2 @@
-8b1a632556a24582932adf46ad854cfc  bash-4.3.48.patch.gz
-81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
+148888a7c95ac23705559b6f477dfe25  bash-4.4.tar.gz
 be4c698ea8bb7d52eab2d6ce2c3fab8e  profile
index 169b1699e78598f4d5ed6f84ec446d434600af43..16de649d599fb831ee2feab9e5191f66faff1aa7 100644 (file)
@@ -5,16 +5,14 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.3.48
+version=4.4
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
-        $name-$version.patch.gz profile)
+        profile)
 
 build() {
   cd $name-${version:0:3}
 
-  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
-
   ./configure --prefix=/usr \
               --build=arm-unknown-linux-gnueabihf \
               --exec-prefix= \
diff --git a/bash/bash-4.3.48.patch.gz b/bash/bash-4.3.48.patch.gz
deleted file mode 100644 (file)
index fc57b23..0000000
Binary files a/bash/bash-4.3.48.patch.gz and /dev/null differ