diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-13 03:24:59 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-13 03:24:59 +0000 |
commit | 83ee024968faf03fc3d91014f5af609b9f52c750 (patch) | |
tree | 01d8040e44c7e599a6e26812c6ad13c44500093d /chapter06/zlib.xml | |
parent | ee73cd4ff4d1684404b4a1951bf7ec37134bc943 (diff) |
Added security patch to unstable, closing bug 899
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 8aa195b62..43cada8d3 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -28,6 +28,10 @@ some programs.</para> <sect2 role="installation"> <title>Installation of Zlib</title> +<para>Zlib has a known security vulerability. Patch Zlib to resolve this:</para> + +<screen><userinput>patch -Np1 -i ../zlib-&zlib-version;-security-1.patch</userinput></screen> + <note><para>Zlib is known to build its shared library incorrectly if CFLAGS is specified in the environment. If you are using your own CFLAGS variable, be sure to add the <parameter>-fPIC</parameter> directive to your CFLAGS for the |