From efae0398b45361b65c543be34877e50d06144631 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 14 Oct 2022 12:18:56 -0500 Subject: Package updates. Update to iana-etc-20221007. Update to vim-9.0.0739. Add upstream patches to readline and bash. Update to zlib-1.2.13. Update to man-pages-6.00. Update to gettext-0.21.1. Update to iproute2-6.0.0. Update to meson-0.63.3. Update to Python-3.10.8. Update to xz-5.2.7. Update to tzdata-2022e. Update to linux-6.0.1. Update to dbus-1.14.4. --- chapter08/bash.xml | 4 ++++ chapter08/readline.xml | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'chapter08') diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 4ea981d5b..fa21ab346 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -40,6 +40,10 @@ Installation of Bash + First, fix some issues identified upstream: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/usr \ diff --git a/chapter08/readline.xml b/chapter08/readline.xml index 889314b14..51784d2f7 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -49,6 +49,10 @@ sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install + Now fix a problem identified upstream: + +patch -Np1 -i ../&readline-fixes-patch; + Prepare Readline for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf