CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.3.42Â
authorVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 12:23:22 +0000 (12:23 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 12:23:22 +0000 (12:23 +0000)
bash/.footprint
bash/.md5sum
bash/Pkgfile
bash/bash-4.3.18.patch.gz [deleted file]
bash/bash-4.3.42.patch.gz [new file with mode: 0644]

index 98fcb554c202d54b1e672153af32644a9736b074..45306de15b42edd4d93fa5ed66a51d7f6dd7974c 100644 (file)
@@ -1,10 +1,9 @@
 drwxr-xr-x     root/root       bin/
 -rwxr-xr-x     root/root       bin/bash
-lrwxrwxrwx     root/root       bin/sh -> bash
 drwxr-xr-x     root/root       etc/
 -rw-r--r--     root/root       etc/profile
 drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/bash.1.gz
-lrwxrwxrwx     root/root       usr/man/man1/sh.1.gz -> bash.1.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/bash.1.gz
index bc559d5e72eaab8e2eea2e8ba955aecfc09ec4e2..660129ecdd6ea2a5f69071fffa50b5d9e3af4334 100644 (file)
@@ -1,3 +1,3 @@
-095b60976d58f60ec563d508c5e9acbf  bash-4.3.18.patch.gz
+e9bced547088b3805ea929ec56b6f20a  bash-4.3.42.patch.gz
 81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
 3fee206195d50dbd8a3560a8a77f341b  profile
index 570564ea18b4f167957b3933daef08fb989bae45..90c6a7adf2d7e3cdf36fb5af2bceae39c3ccafe2 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.3.18
+version=4.3.42
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ \
         $name-$version.patch.gz profile)
@@ -43,9 +43,6 @@ EOF
 
   make 
   install -D -m 755 bash $PKG/bin/bash
-  install -D -m 644 doc/bash.1 $PKG/usr/man/man1/bash.1
+  install -D -m 644 doc/bash.1 $PKG/usr/share/man/man1/bash.1
   install -D -m 644 $SRC/profile $PKG/etc/profile
-
-  ln -s bash $PKG/bin/sh
-  ln -s bash.1 $PKG/usr/man/man1/sh.1
 }
diff --git a/bash/bash-4.3.18.patch.gz b/bash/bash-4.3.18.patch.gz
deleted file mode 100644 (file)
index 0f9b45f..0000000
Binary files a/bash/bash-4.3.18.patch.gz and /dev/null differ
diff --git a/bash/bash-4.3.42.patch.gz b/bash/bash-4.3.42.patch.gz
new file mode 100644 (file)
index 0000000..a2d5538
Binary files /dev/null and b/bash/bash-4.3.42.patch.gz differ