From cf62a33e4fccb15782427b27123384aed169f96d Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 6 Jul 2005 18:51:27 +0000 Subject: Added security patch for zlib. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter03/patches.xml | 6 ++++++ chapter06/zlib.xml | 5 +++++ patches.ent | 2 ++ 4 files changed, 16 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a206cc5d5..764bb64bd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -107,6 +107,9 @@ First a summary, then a detailed log. +July 6th, 2005 [archaic]: Added security patch for zlib. + + July 6th, 2005 [matt]: Several typo corrections, as suggested by Bernard Leak. diff --git a/chapter03/patches.xml b/chapter03/patches.xml index fe14a70c8..f5a4709a3 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -147,6 +147,12 @@ needed to build an LFS system: + +Zlib Security Patch - 1KB: + + + + In addition to the above required patches, there exist a number of 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. Installation of Zlib +Zlib has a security vulnerability currently being addressed upstream. The +following patch fixes the problem: + +patch -Np1 -i ../&zlib-security_fix-patch; + Zlib is known to build its shared library incorrectly if CFLAGS is specified in the environment. If using a specified CFLAGS diff --git a/patches.ent b/patches.ent index abc18e748..54c23b833 100644 --- a/patches.ent +++ b/patches.ent @@ -34,3 +34,5 @@ + + -- cgit v1.2.3-54-g00ecf