diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-25 20:47:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-25 20:47:55 +0000 |
commit | 24b4230df830409beb28146e2d02deb3679ef674 (patch) | |
tree | e938c18b3f0c3643cb9df21b2482e72bee21a2d2 /chapter01 | |
parent | f811b569084f83115ccb11d58123295b48c21fc2 (diff) |
Add a security patch for Perl. Fixes #2963.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f1a872aa2..f06222891 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-11-25</para> <itemizedlist> <listitem> + <para>[matthew] - Add a patch to fix a security vulnerability in Perl. + Fixes <ulink url="&lfs-ticket-root;2963">#2963</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to GDBM-1.10. Fixes <ulink url="&lfs-ticket-root;2962">#2962</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 6d96dc9ad..dd310d237 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -229,7 +229,7 @@ <title>Added:</title> <listitem> - <para>PLACEHOLDER</para> + <para>&perl-security-patch;</para> </listitem> </itemizedlist>--> |