From 5e32d3008af234cbd0f7dea021d0199005f22282 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 2 Feb 2020 01:15:18 +0000 Subject: Update to vim-8.2.0190. Update to binutils-2.34. Update to glibc-2.31. Update to linux-5.5.1. Update to bc-2.5.3. Update to iproute2-5.5.0. Update to util-linux 2.35.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 35 +++++++++++++++++++++++++++++++++++ chapter01/whatsnew.xml | 8 ++++---- chapter05/gcc-pass2.xml | 12 ++++++++---- chapter06/gcc.xml | 8 ++++++++ general.ent | 6 +++--- packages.ent | 48 ++++++++++++++++++++++++------------------------ 6 files changed, 82 insertions(+), 35 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6596d1c46..b3b2e636b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,41 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + + 2020-01-27 + + + [bdubbs] - Update to vim-8.2.0190. Addresses + #4500. + + + [bdubbs] - Update to binutils-2.34. Fixes + #4590. + + + [bdubbs] - Update to glibc-2.31. Fixes + #4589. + + + [bdubbs] - Update to linux-5.5.1. Fixes + #4588. + + + [bdubbs] - Update to bc-2.5.3. Fixes + #4587. + + + [bdubbs] - Update to iproute2-5.5.0. Fixes + #4586. + + + [bdubbs] - Update to util-linux 2.35.1. Fixes + #4560. + + + + 2020-01-23 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 26a90cddd..53d625969 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -101,9 +101,9 @@ - + GMP-&gmp-version; @@ -242,9 +242,9 @@ Tzdata-&tzdata-version; - + Vim-&vim-version; diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 8531e2332..eff28cabb 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -103,11 +103,15 @@ tar -xf ../gmp-&gmp-version;.tar.xz mv -v gmp-&gmp-version; gmp tar -xf ../mpc-&mpc-version;.tar.gz mv -v mpc-&mpc-version; mpc - + + Now fix a problem introduced by aother package after this version + of gcc was released: + + +sed -e '1161 s|^|//|' \ + -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc + Create a separate build directory again: mkdir -v build diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index a9c8fa16c..417ed5fe6 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -51,6 +51,14 @@ ;; esac + + As in gcc-pass2, fix a problem introduced by aother package after this version + of gcc was released: + + +sed -e '1161 s|^|//|' \ + -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc + The GCC documentation recommends building GCC in a dedicated build directory: mkdir -v build diff --git a/general.ent b/general.ent index 3fb7a9de1..3f3905e39 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index c7e59e1d5..827ba51ef 100644 --- a/packages.ent +++ b/packages.ent @@ -50,18 +50,18 @@ - - + + - + - - + + - + @@ -262,10 +262,10 @@ - - + + - + @@ -349,10 +349,10 @@ - - + + - + @@ -423,12 +423,12 @@ - - - - + + + + - + - + + + - + - + - + - + -- cgit v1.2.3-54-g00ecf