diff options
author | Ørjan Malde <red@foxi.me> | 2021-07-15 18:33:25 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2021-07-15 18:33:25 +0200 |
commit | 034f840fcfe560ce948b68ff051b609876627c3c (patch) | |
tree | 651e0ceaeae4d63d084e1a42a5d16398f116df08 | |
parent | 8f48f89fc5038e0aaf0e0552926e9f00c5338e2a (diff) | |
download | midipix_build-034f840fcfe560ce948b68ff051b609876627c3c.tar.bz2 midipix_build-034f840fcfe560ce948b68ff051b609876627c3c.tar.xz |
groups/211.native_packages_cmdline.group: bash: bump to v5.1.8
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r-- | groups/211.native_packages_cmdline.group | 4 | ||||
-rw-r--r-- | patches/bash-5.1.8.local.patch (renamed from patches/bash-5.1.local.patch) | 0 | ||||
l--------- | patches/bash_minipix-5.1.8.local.patch | 1 | ||||
l--------- | patches/bash_minipix-5.1.local.patch | 1 | ||||
-rw-r--r-- | vars/bash.vars | 15 |
5 files changed, 17 insertions, 4 deletions
diff --git a/groups/211.native_packages_cmdline.group b/groups/211.native_packages_cmdline.group index 72519368..74f7f19a 100644 --- a/groups/211.native_packages_cmdline.group +++ b/groups/211.native_packages_cmdline.group @@ -8,8 +8,8 @@ findutils gawk grep jush lzop mc mksh moon_buggy mpg123 mp3splt nano ninvaders openbsd_baseutils profanity pixz pv rc sbase screen sed sloccount tar tcsh the_silver_searcher toilet tree terminally_tetris ubase which zsh")"; : ${PKG_BASH_DEPENDS:="ncurses"}; -: ${PKG_BASH_SHA256SUM:=cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa}; -: ${PKG_BASH_VERSION:=5.1}; +: ${PKG_BASH_SHA256SUM:=0cfb5c9bb1a29f800a97bd242d19511c997a1013815b805e0fdd32214113d6be}; +: ${PKG_BASH_VERSION:=5.1.8}; : ${PKG_BASH_URL:=https://ftp.gnu.org/gnu/bash/bash-${PKG_BASH_VERSION}.tar.gz}; : ${PKG_BASH_CONFIGURE_ARGS_EXTRA:="--without-bash-malloc --with-curses"}; : ${PKG_BASH_MAKEFLAGS_BUILD:=-j1}; diff --git a/patches/bash-5.1.local.patch b/patches/bash-5.1.8.local.patch index b2d55bef..b2d55bef 100644 --- a/patches/bash-5.1.local.patch +++ b/patches/bash-5.1.8.local.patch diff --git a/patches/bash_minipix-5.1.8.local.patch b/patches/bash_minipix-5.1.8.local.patch new file mode 120000 index 00000000..f5b925f9 --- /dev/null +++ b/patches/bash_minipix-5.1.8.local.patch @@ -0,0 +1 @@ +bash-5.1.8.local.patch
\ No newline at end of file diff --git a/patches/bash_minipix-5.1.local.patch b/patches/bash_minipix-5.1.local.patch deleted file mode 120000 index 2a1dba5a..00000000 --- a/patches/bash_minipix-5.1.local.patch +++ /dev/null @@ -1 +0,0 @@ -bash-5.1.local.patch
\ No newline at end of file diff --git a/vars/bash.vars b/vars/bash.vars index 94db72a8..f14a13d4 100644 --- a/vars/bash.vars +++ b/vars/bash.vars @@ -10,6 +10,19 @@ bash_cv_printf_a_format=yes bash_cv_sys_named_pipes=present bash_cv_ulimit_maxfds=yes bash_cv_under_sys_siglist=yes -bash_cv_unusable_rtsigs=no"}; +bash_cv_unusable_rtsigs=no +bash_cv_wcontinued_broken=no +bash_cv_must_reinstall_sighandlers=no +bash_cv_fnmatch_equiv_fallback=no +bash_cv_func_vsnprintf=yes +bash_cv_func_strcoll_broken=no +bash_cv_getenv_redef=yes +bash_cv_opendir_not_robust=no +bash_cv_func_sbrk=yes +bash_cv_wexitstatus_offset=8 +bash_cv_sys_siglist=no +bash_cv_pgrp_pipe=no +bash_cv_dup2_broken=no +bash_cv_func_ctype_nonascii=no"}; # vim:filetype=sh textwidth=0 |