diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-06 18:51:27 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-06 18:51:27 +0000 |
commit | cf62a33e4fccb15782427b27123384aed169f96d (patch) | |
tree | 9092191fd4de17b68dd1d57c6330eb104e8e03a2 /chapter06/zlib.xml | |
parent | 334a0dfddeb324a3373488a3243c6eeec47573da (diff) |
Added security patch for zlib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index c11a41f62..140ed3780 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -30,6 +30,11 @@ some programs.</para> <sect2 role="installation"> <title>Installation of Zlib</title> +<para>Zlib has a security vulnerability currently being addressed upstream. The +following patch fixes the problem:</para> + +<screen><userinput>patch -Np1 -i ../&zlib-security_fix-patch;</userinput></screen> + <note><para>Zlib is known to build its shared library incorrectly if <envar>CFLAGS</envar> is specified in the environment. If using a specified <envar>CFLAGS</envar> |