CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4.12
authorVictor Martinez <pitillo@ono.com>
Wed, 4 Oct 2017 03:06:57 +0000 (05:06 +0200)
committerVictor Martinez <pitillo@ono.com>
Wed, 4 Oct 2017 03:06:57 +0000 (05:06 +0200)
bash/Pkgfile
bash/bash-4.4.12.patch.gz [new file with mode: 0644]

index 062e073558f9f973ad7632515ce94e84280b6024..0a880affc8936c23178e5beda388b5a1e96749da 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.4
+version=4.4.12
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
         profile)
@@ -13,6 +13,8 @@ source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
 build() {
   cd $name-${version:0:3}
 
+  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
+
   ./configure --prefix=/usr \
               --build=aarch64-unknown-linux-gnueabi \
               --exec-prefix= \
diff --git a/bash/bash-4.4.12.patch.gz b/bash/bash-4.4.12.patch.gz
new file mode 100644 (file)
index 0000000..f4c8ae3
Binary files /dev/null and b/bash/bash-4.4.12.patch.gz differ