Author: justin
Date: 2006-02-13 19:43:53 -0700 (Mon, 13 Feb 2006)
New Revision: 1407
Modified:
branches/6.1.1/packages/perl/Makefile
Log:
Added sprintf_vulnerability patch (as specified in errata) to perl for 6.1.1
LiveCD.
Modified: branches/6.1.1/packages/perl/Makefile
===================================================================
--- branches/6.1.1/packages/perl/Makefile 2006-02-13 05:47:49 UTC (rev
1406)
+++ branches/6.1.1/packages/perl/Makefile 2006-02-14 02:43:53 UTC (rev
1407)
@@ -12,6 +12,10 @@
URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1)
SHA-$(PATCH1)= e515154714acdbb1dbdbeb71727649895e26f50d
+PATCH2= $(DIR)-sprintf_vulnerability-1.patch
+URL-$(PATCH2)= $(HTTP)/$(NM)/$(PATCH2)
+SHA-$(PATCH2)= dda2881adffd5407881778f8daa6a959ec2ad589
+
# Targets
include $(ROOT)/scripts/functions
@@ -32,10 +36,11 @@
chroot "$(MP)" $(chenv-pre-bash) \
'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)'
-stage2: Makefile $(FILE)
+stage2: Makefile $(FILE) $(PATCH2)
$(std_build)
compile-stage2:
+ patch -Np1 -i ../$(PATCH2)
./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"
make
make install
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page