[Glibc-bsd-commits] r3167 - in trunk/kfreebsd-8/debian: . arch/amd64 arch/i386

Aurelien Jarno aurel32 at alioth.debian.org
Tue Aug 17 20:03:32 UTC 2010


Author: aurel32
Date: 2010-08-17 20:03:28 +0000 (Tue, 17 Aug 2010)
New Revision: 3167

Modified:
   trunk/kfreebsd-8/debian/arch/amd64/amd64.config
   trunk/kfreebsd-8/debian/arch/i386/486.config
   trunk/kfreebsd-8/debian/arch/i386/686-smp.config
   trunk/kfreebsd-8/debian/arch/i386/686.config
   trunk/kfreebsd-8/debian/changelog
Log:
  * Disable TEKEN_XTERM as TEKEN_UTF8 is enough to get UTF-8 support
    in debian-installer.



Modified: trunk/kfreebsd-8/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2010-08-17 18:44:15 UTC (rev 3166)
+++ trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2010-08-17 20:03:28 UTC (rev 3167)
@@ -16,6 +16,5 @@
 options		VESA
 options		SC_PIXEL_MODE	# add support for the raster text mode
 options		TEKEN_UTF8	# UTF-8 output handling
-options		TEKEN_XTERM	# xterm-style terminal emulation
 
 #include         GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/486.config	2010-08-17 18:44:15 UTC (rev 3166)
+++ trunk/kfreebsd-8/debian/arch/i386/486.config	2010-08-17 20:03:28 UTC (rev 3167)
@@ -16,7 +16,6 @@
 options		VESA
 options		SC_PIXEL_MODE	# add support for the raster text mode
 options		TEKEN_UTF8	# UTF-8 output handling
-options		TEKEN_XTERM	# xterm-style terminal emulation
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-8/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2010-08-17 18:44:15 UTC (rev 3166)
+++ trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2010-08-17 20:03:28 UTC (rev 3167)
@@ -17,6 +17,5 @@
 options		VESA
 options		SC_PIXEL_MODE	# add support for the raster text mode
 options		TEKEN_UTF8	# UTF-8 output handling
-options		TEKEN_XTERM	# xterm-style terminal emulation
 
 #include		GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686.config	2010-08-17 18:44:15 UTC (rev 3166)
+++ trunk/kfreebsd-8/debian/arch/i386/686.config	2010-08-17 20:03:28 UTC (rev 3167)
@@ -14,7 +14,6 @@
 options		VESA
 options		SC_PIXEL_MODE	# add support for the raster text mode
 options		TEKEN_UTF8	# UTF-8 output handling
-options		TEKEN_XTERM	# xterm-style terminal emulation
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-08-17 18:44:15 UTC (rev 3166)
+++ trunk/kfreebsd-8/debian/changelog	2010-08-17 20:03:28 UTC (rev 3167)
@@ -3,8 +3,10 @@
   * Correctly update a root filesystem to read/write when the mount 
     options are passed as flags instead of iovec, like in busybox.
   * Fix Coda filesystem kernel memory disclosure (CVE-2010-3014).
+  * Disable TEKEN_XTERM as TEKEN_UTF8 is enough to get UTF-8 support
+    in debian-installer.
 
- -- Aurelien Jarno <aurel32 at debian.org>  Tue, 17 Aug 2010 20:41:40 +0200
+ -- Aurelien Jarno <aurel32 at debian.org>  Tue, 17 Aug 2010 22:02:55 +0200
 
 kfreebsd-8 (8.1-4) unstable; urgency=low
 




More information about the Glibc-bsd-commits mailing list