bash: update to 4.2 patch level 029.
This commit is contained in:
parent
2e81957d63
commit
b6ee47e78e
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'bash'.
|
# Template build file for 'bash'.
|
||||||
pkgname=bash
|
pkgname=bash
|
||||||
_bash_patchlevel=028
|
_bash_patchlevel=029
|
||||||
_bash_distver=4.2
|
_bash_distver=4.2
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
#version=${_bash_distver}
|
#version=${_bash_distver}
|
||||||
|
@ -16,6 +16,7 @@ configure_args="--without-bash-malloc --with-curses --bindir=/bin
|
||||||
--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding
|
--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding
|
||||||
--enable-select --enable-net-redirections --enable-restricted --enable-readline
|
--enable-select --enable-net-redirections --enable-restricted --enable-readline
|
||||||
--with-installed-readline"
|
--with-installed-readline"
|
||||||
|
register_shell="/bin/bash"
|
||||||
makedepends="readline-devel ncurses-devel bison"
|
makedepends="readline-devel ncurses-devel bison"
|
||||||
short_desc="The GNU Bourne Again Shell"
|
short_desc="The GNU Bourne Again Shell"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -34,9 +35,6 @@ long_desc="
|
||||||
to sixty-four. In addition, most sh scripts can be run by Bash without
|
to sixty-four. In addition, most sh scripts can be run by Bash without
|
||||||
modification."
|
modification."
|
||||||
|
|
||||||
register_shell="/bin/bash"
|
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
||||||
local ver=$(echo ${_bash_distver}|sed "s|\.||g")
|
local ver=$(echo ${_bash_distver}|sed "s|\.||g")
|
||||||
|
|
Loading…
Add table
Reference in a new issue