diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-12-25 08:32:57 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-12-25 08:32:57 +0000 |
commit | 3b4e84844086c904ce39131db0c7fdfc98ab6c38 (patch) | |
tree | f5e3f807e4ebdebe90836ac2af067b3177f0be7a /chapter06 | |
parent | 94e3e7bdd1a7252c28eb30b03910aa7e4a2f974a (diff) |
Update to Python-3.6.4. Fixes #4178.
Add glibc-2.26-local_glob_exploits-2.patch. Fixes #4157.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11341 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8f0bbbb52..8a40aee02 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -57,6 +57,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> + <para>Fix a minor security issue with glob functions:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen> + <para>First create a compatibility symlink to avoid references to /tools in our final glibc:</para> |