[Glibc-bsd-commits] r3682 - in trunk: kfreebsd-8/debian kfreebsd-8/debian/patches kfreebsd-9/debian kfreebsd-9/debian/patches

Robert Millan rmh at alioth.debian.org
Wed Aug 10 15:15:05 UTC 2011


Author: rmh
Date: 2011-08-10 15:15:04 +0000 (Wed, 10 Aug 2011)
New Revision: 3682

Added:
   trunk/kfreebsd-8/debian/patches/010_linux_version.diff
   trunk/kfreebsd-9/debian/patches/010_linux_version.diff
Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/series
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/series
Log:
010_linux_version.diff: Bump fake Linux version in linuxulator.

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2011-08-08 15:23:27 UTC (rev 3681)
+++ trunk/kfreebsd-8/debian/changelog	2011-08-10 15:15:04 UTC (rev 3682)
@@ -1,3 +1,9 @@
+kfreebsd-8 (8.2-8) UNRELEASED; urgency=low
+
+  * 010_linux_version.diff: Bump fake Linux version in linuxulator.
+
+ -- Robert Millan <rmh at debian.org>  Wed, 10 Aug 2011 17:14:28 +0200
+
 kfreebsd-8 (8.2-7) unstable; urgency=low
 
   * Replace msk backport patch with version from 8-STABLE (instead of

Added: trunk/kfreebsd-8/debian/patches/010_linux_version.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/010_linux_version.diff	                        (rev 0)
+++ trunk/kfreebsd-8/debian/patches/010_linux_version.diff	2011-08-10 15:15:04 UTC (rev 3682)
@@ -0,0 +1,14 @@
+
+Submitted as http://www.freebsd.org/cgi/query-pr.cgi?pr=159646
+
+--- a/sys/compat/linux/linux_mib.c
++++ b/sys/compat/linux/linux_mib.c
+@@ -59,7 +59,7 @@
+ 
+ static struct linux_prison lprison0 = {
+ 	.pr_osname =		"Linux",
+-	.pr_osrelease =		"2.6.16",
++	.pr_osrelease =		"2.6.32",
+ 	.pr_oss_version =	0x030600,
+ 	.pr_osrel =		2006016
+ };

Modified: trunk/kfreebsd-8/debian/patches/series
===================================================================
--- trunk/kfreebsd-8/debian/patches/series	2011-08-08 15:23:27 UTC (rev 3681)
+++ trunk/kfreebsd-8/debian/patches/series	2011-08-10 15:15:04 UTC (rev 3682)
@@ -11,6 +11,7 @@
 007_clone_signals.diff
 008_config.diff
 #009_disable_duped_modules.diff
+010_linux_version.diff
 013_ip_packed.diff
 020_linker.diff 
 021_superpages_i386.diff

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-08-08 15:23:27 UTC (rev 3681)
+++ trunk/kfreebsd-9/debian/changelog	2011-08-10 15:15:04 UTC (rev 3682)
@@ -1,3 +1,9 @@
+kfreebsd-9 (9.0~svn224698-2) UNRELEASED; urgency=low
+
+  * 010_linux_version.diff: Bump fake Linux version in linuxulator.
+
+ -- Robert Millan <rmh at debian.org>  Wed, 10 Aug 2011 17:14:22 +0200
+
 kfreebsd-9 (9.0~svn224698-1) experimental; urgency=low
 
   * New upstream snapshot.

Added: trunk/kfreebsd-9/debian/patches/010_linux_version.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/010_linux_version.diff	                        (rev 0)
+++ trunk/kfreebsd-9/debian/patches/010_linux_version.diff	2011-08-10 15:15:04 UTC (rev 3682)
@@ -0,0 +1,14 @@
+
+Submitted as http://www.freebsd.org/cgi/query-pr.cgi?pr=159646
+
+--- a/sys/compat/linux/linux_mib.c
++++ b/sys/compat/linux/linux_mib.c
+@@ -59,7 +59,7 @@
+ 
+ static struct linux_prison lprison0 = {
+ 	.pr_osname =		"Linux",
+-	.pr_osrelease =		"2.6.16",
++	.pr_osrelease =		"2.6.32",
+ 	.pr_oss_version =	0x030600,
+ 	.pr_osrel =		2006016
+ };

Modified: trunk/kfreebsd-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2011-08-08 15:23:27 UTC (rev 3681)
+++ trunk/kfreebsd-9/debian/patches/series	2011-08-10 15:15:04 UTC (rev 3682)
@@ -6,6 +6,7 @@
 006_mips_i8259_alloc.diff
 #007_clone_signals.diff
 #009_disable_duped_modules.diff
+010_linux_version.diff
 020_linker.diff 
 101_pfsync_ftbfs.diff
 103_stat_pipe.diff




More information about the Glibc-bsd-commits mailing list