[Glibc-bsd-commits] r3630 - in trunk/kfreebsd-9/debian: . patches

Robert Millan rmh at alioth.debian.org
Tue Jul 26 13:23:36 UTC 2011


Author: rmh
Date: 2011-07-26 13:23:36 +0000 (Tue, 26 Jul 2011)
New Revision: 3630

Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/control.flavor.in
   trunk/kfreebsd-9/debian/patches/007_clone_signals.diff
   trunk/kfreebsd-9/debian/patches/series
Log:
Disable 007_clone_signals.diff, since we already require eglibc 2.13-11 or later.  This ensures that the RFTSIGZMB codepath is tested.

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-07-26 06:58:52 UTC (rev 3629)
+++ trunk/kfreebsd-9/debian/changelog	2011-07-26 13:23:36 UTC (rev 3630)
@@ -2,8 +2,11 @@
 
   * 003_glibc_dev_aicasm.diff: Add fix for FTBFS on hurd-i386.
   * Add Breaks on libc0.1 << 2.13-11 (see #630695).
+  * Disable 007_clone_signals.diff, since we already require eglibc
+    2.13-11 or later.  This ensures that the RFTSIGZMB codepath is
+    tested.
 
- -- Robert Millan <rmh at debian.org>  Tue, 26 Jul 2011 08:56:38 +0200
+ -- Robert Millan <rmh at debian.org>  Tue, 26 Jul 2011 15:23:02 +0200
 
 kfreebsd-9 (9.0~svn224126-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-9/debian/control.flavor.in
===================================================================
--- trunk/kfreebsd-9/debian/control.flavor.in	2011-07-26 06:58:52 UTC (rev 3629)
+++ trunk/kfreebsd-9/debian/control.flavor.in	2011-07-26 13:23:36 UTC (rev 3630)
@@ -5,6 +5,7 @@
 # grub-probe versions prior to ada(4) support break postinst
 Breaks: grub-common (<< 1.99-8),
 # AT_* macros break LD_PRELOAD (see #630695)
+# Missing support for RFTSIGZMB (see 007_clone_signals.diff)
  libc0.1 (<< 2.13-11)
 Provides: kfreebsd-image- at major@, kfreebsd-image
 Recommends: @recommends@

Modified: trunk/kfreebsd-9/debian/patches/007_clone_signals.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/007_clone_signals.diff	2011-07-26 06:58:52 UTC (rev 3629)
+++ trunk/kfreebsd-9/debian/patches/007_clone_signals.diff	2011-07-26 13:23:36 UTC (rev 3630)
@@ -1,8 +1,7 @@
 
 Starting with r223966 in 9-CURRENT, a new interface is available
-(RFTSIGZMB).  At the time of writing glibc isn't using it.  Even
-when it does, we need to keep this patch for backward
-compatibility untill old versions of glibc are flushed out.
+(RFTSIGZMB).  It is supported in eglibc 2.13-11 or later.  Use this
+patch if you need support for older eglibc.
 
 --- a/sys/kern/kern_fork.c
 +++ b/sys/kern/kern_fork.c

Modified: trunk/kfreebsd-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2011-07-26 06:58:52 UTC (rev 3629)
+++ trunk/kfreebsd-9/debian/patches/series	2011-07-26 13:23:36 UTC (rev 3630)
@@ -3,7 +3,7 @@
 003_glibc_dev_aicasm.diff
 004_xargs.diff
 005_linux_cflags.diff
-007_clone_signals.diff
+#007_clone_signals.diff
 #009_disable_duped_modules.diff
 020_linker.diff 
 101_pfsync_ftbfs.diff




More information about the Glibc-bsd-commits mailing list