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