Author: matthew Date: 2006-02-15 13:14:41 -0700 (Wed, 15 Feb 2006) New Revision: 1401
Modified: trunk/linux/linux-2.6.15.4-utf8_input-2.patch trunk/perl/perl-5.8.8-libc-2.patch Log: Add patch headers to linux and perl patches Modified: trunk/linux/linux-2.6.15.4-utf8_input-2.patch =================================================================== --- trunk/linux/linux-2.6.15.4-utf8_input-2.patch 2006-02-14 22:20:46 UTC (rev 1400) +++ trunk/linux/linux-2.6.15.4-utf8_input-2.patch 2006-02-15 20:14:41 UTC (rev 1401) @@ -1,3 +1,14 @@ +Submitted by: Alexander E. Patrakov +Date: 2006-02-15 +Initial Package Version: 2.6.15.4 +Upstream Status: Rejected: they say it modifies the meaning of an existing ioctl +Origin: http://chris.heathens.co.nz/linux/downloads/patches-2.6.4-cdh1.tar.gz + Porting to linux-2.6.12.5 by Alexander E. Patrakov +Description: This patch fixes dead keys and copy/paste of non-ASCII characters +in UTF-8 mode on Linux console. +See more details about the original patch at: +http://chris.heathens.co.nz/linux/utf8.html + diff -Naur linux-2.6.15.4.orig/drivers/char/consolemap.c linux-2.6.15.4/drivers/char/consolemap.c --- linux-2.6.15.4.orig/drivers/char/consolemap.c 2006-02-10 07:22:48.000000000 +0000 +++ linux-2.6.15.4/drivers/char/consolemap.c 2006-02-14 21:22:15.000000000 +0000 Modified: trunk/perl/perl-5.8.8-libc-2.patch =================================================================== --- trunk/perl/perl-5.8.8-libc-2.patch 2006-02-14 22:20:46 UTC (rev 1400) +++ trunk/perl/perl-5.8.8-libc-2.patch 2006-02-15 20:14:41 UTC (rev 1401) @@ -1,3 +1,10 @@ +Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br> +Date: 2006-02-15 +Initial Package Version: 5.8.8 +Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch) +Description: this patch adapts some hard-wired paths to the C library. + It uses the $prefix variable to locate the correct libc. + diff -Naur perl-5.8.8.orig/hints/linux.sh perl-5.8.8/hints/linux.sh --- perl-5.8.8.orig/hints/linux.sh 2005-11-18 01:18:45.000000000 +0000 +++ perl-5.8.8/hints/linux.sh 2006-02-12 12:20:32.000000000 +0000 -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
