From 391c170dc96936e7c4205ec39f977b479a6b59eb Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sun, 15 May 2016 04:19:39 +0000 Subject: [PATCH] Add security fixes for libxml2 to both books. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17357 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 ++-- general/genlib/libxml2.xml | 9 ++++++++- introduction/welcome/changelog.xml | 11 +++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/general.ent b/general.ent index 44eb0dca68..2469590deb 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/general/genlib/libxml2.xml b/general/genlib/libxml2.xml index 7bf3fb5c2a..7c31c5a5c1 100644 --- a/general/genlib/libxml2.xml +++ b/general/genlib/libxml2.xml @@ -80,6 +80,12 @@ enables make check to do complete testing. + + + Required patch: + + + libxml2 Dependencies @@ -118,7 +124,8 @@ commands: -./configure --prefix=/usr --disable-static --with-history && +patch -Np1 -i ../libxml2-&libxml2-version;-security_fixes-1.patch && +./configure --prefix=/usr --disable-static --with-history && make If you downloaded the testsuite, issue the following command: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f39b2b9818..aca8a292c2 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,17 @@ --> + + May 14th, 2016 + + + [renodr] - Add security patch for libxml2. This patch + fixes CVE-2016-3627 and CVE-2016-3705. Fixes + #7793. + + + + May 13th, 2016