From 62f72a1abe6172e29cee0acb7a061831d11b370c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 5 Jan 2022 19:54:48 +0300 Subject: bash: bump to 5.1.p16 --- extra/bash/build | 6 +----- extra/bash/checksums | 4 ++++ extra/bash/sources | 4 ++++ extra/bash/version | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) (limited to 'extra') diff --git a/extra/bash/build b/extra/bash/build index 2daea242..abc3769a 100755 --- a/extra/bash/build +++ b/extra/bash/build @@ -4,14 +4,10 @@ for patch in bash51-0??; do patch -p0 < "$patch" done -# Even with '--disable-nls', bash build fails if gettext-tiny is available -# on the system. We can completely disable it, by adding the "--with-included" -# gettext flag ./configure \ --prefix=/usr \ --without-bash-malloc \ - --disable-nls \ - --with-included-gettext + --disable-nls export MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS" diff --git a/extra/bash/checksums b/extra/bash/checksums index f7bdbbc8..0be8d515 100644 --- a/extra/bash/checksums +++ b/extra/bash/checksums @@ -12,3 +12,7 @@ fe9b19b32d97fb3285ddae0b3d10f4a328e0de15ccae1a6aac86747bba0aead0 bash51-009 d6c9bb904830160ed747933443336c046682c4a43848edcbb2aff894873bba9a bash51-010 0f0e98596efbcd2ade67590f087d644fd0a975dca300de465d9c095cb2d350b4 bash51-011 124cf78617b5bafeb34eb720626acd4c87cb195fd17e2a5f7808c7cdaf174c0e bash51-012 +f19901ebef7f2b1c8bb86145e1293f14a1f18d6b4ac80a792a2bc957bd2ef643 bash51-013 +793e20ba1e3a2aacd0933fe2f1fcda25b181e6c2260f5c338258beb511b66ce7 bash51-014 +7acbd319e1836e92c27b9479e864629172f8c54c27e484b0dd9c944373a32ca6 bash51-015 +f3078165b4a7a7086d4e5f3013f395087b49774d78b4a209d0f0d12555df8df2 bash51-016 diff --git a/extra/bash/sources b/extra/bash/sources index ed5733eb..4507d7b0 100644 --- a/extra/bash/sources +++ b/extra/bash/sources @@ -11,3 +11,7 @@ https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-009 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-010 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-011 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-012 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-013 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-014 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-015 +https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-016 diff --git a/extra/bash/version b/extra/bash/version index 7804b8aa..e0b7d734 100644 --- a/extra/bash/version +++ b/extra/bash/version @@ -1 +1 @@ -5.1.p12 1 +5.1.p16 1 -- cgit v1.2.3