From: Victor Martinez Date: Wed, 11 Nov 2015 12:23:22 +0000 (+0000) Subject: bash: updated to 4.3.42Â X-Git-Url: http://gitweb/?a=commitdiff_plain;h=969b81845d1db55ef76854b3dbb3b23da2014d37;p=crossrootfs.git bash: updated to 4.3.42Â --- diff --git a/bash/.footprint b/bash/.footprint index 98fcb55..45306de 100644 --- a/bash/.footprint +++ b/bash/.footprint @@ -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 diff --git a/bash/.md5sum b/bash/.md5sum index bc559d5..660129e 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -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 diff --git a/bash/Pkgfile b/bash/Pkgfile index 570564e..90c6a7a 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -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 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 index 0000000..a2d5538 Binary files /dev/null and b/bash/bash-4.3.42.patch.gz differ