--- /trunk/chapter06/perl.xml 2006-01-30 18:38:22.000000000 -0500
+++ /new/chapter06/perl.xml 2006-01-31 13:11:47.000000000 -0500
@@ -16,12 +16,36 @@
<destination>&packages_dir;</destination>
<digest>&perl-md5;</digest>
</download>
+ <download>
+ <file>&perl-vulnerability-patch;</file>
+ <url>&perl-patches-url;</url>
+ <destination>&packages_dir;</destination>
+ <digest>&perl-vulnerability-md5;</digest>
+ </download>
+ <download>
+ <file>&perl-update-db-patch;</file>
+ <url>&perl-patches-url;</url>
+ <destination>&packages_dir;</destination>
+ <digest>&perl-update-db-patch-md5;</digest>
+ </download>
</stage>
<stage name="Unpacking">
<unpack>
<archive>&packages_dir;/&perl-package;</archive>
<destination>&build_dir;</destination>
</unpack>
+ </stage>
+<stage name="Patching">
+<stageinfo>
+<base>&build_dir;/&perl-directory;</base>
+</stageinfo>
+<patch>
+<param>-N</param>
+<param>-p1</param>
+<param>-i &packages_dir;/&perl-vulnerability-patch;</param>
+<param>-Np1</param>
+<param>-i &packages_dir;/&perl-update-db-patch;</param>
+</patch>
</stage>
<stage name="Installing">
<stageinfo>
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page