[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3844 - in glibc-package/branches/eglibc-2.10/debian: . sysdeps



Author: aurel32
Date: 2009-09-15 12:52:25 +0000 (Tue, 15 Sep 2009)
New Revision: 3844

Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/sysdeps/kfreebsd-amd64.mk
Log:
Merge from trunk, revisions 3819-3843


Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog	2009-09-15 12:48:30 UTC (rev 3843)
+++ glibc-package/branches/eglibc-2.10/debian/changelog	2009-09-15 12:52:25 UTC (rev 3844)
@@ -119,11 +119,6 @@
     hurd-i386.
   * Fix debian/patches/hurd-i386/local-tls-support.diff to align up includes
     on Linux, to fix build.
-  * Apply kfreebsd/local-no-SOCK_NONBLOCK.diff on hurd-i386 to fix build too.
-  * debian/patches/hurd-i386/submitted-null-pathname.diff: New patch to fix
-    chdir("") and chroot("") into returning ENOENT.
-  * debian/patches/hurd-i386/submitted-sbrk.diff: New patch to fix sbrk beyond
-    128MB.
 
   [ Carlos O'Donell ]
   * Add hppa/cvs-nptl-compat.diff to keep ABI compatibility between 
@@ -131,11 +126,6 @@
   * sysdeps/hppa.mk: switch to NPTL. Closes: bug#538513.
   * testsuite-checking/expected-results-hppa-linux-gnu-libc: update.
 
-  [ Clint Adams ]
-  * debian/rules.d/debhelper.mk: make sure that snippets are included
-    before doing CURRENT_VER substitution; fix thanks to Steve
-    Langasek.
-
  -- Clint Adams <schizo@debian.org>  Mon, 14 Sep 2009 19:57:11 -0400
 
 eglibc (2.9-27) UNRELEASED; urgency=low
@@ -156,16 +146,27 @@
     - use real dependencies between the build_* and binaryinst_* 
       targets.
     - simplify clean target.
+  * Set the minimum kernel version to 6.0.0 for biarch library on
+    kfreebsd-amd64 to match the main library.
 
   [ Samuel Thibault ]
   * debian/debhelper.in/libc.install: Install libc/*-gnu*/ instead of
     libc/*-*-gnu*/, to fix FTBFS on hurd-i386 due to it now being i486-gnu/.
+  * debian/patches/hurd-i386/submitted-null-pathname.diff: New patch to fix
+    chdir("") and chroot("") into returning ENOENT.
+  * debian/patches/hurd-i386/submitted-sbrk.diff: New patch to fix sbrk beyond
+    128MB.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2779 (from glibc-bsd).
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 07 Sep 2009 20:49:08 +0200
+  [ Clint Adams ]
+  * debian/rules.d/debhelper.mk: make sure that snippets are included
+    before doing CURRENT_VER substitution; fix thanks to Steve
+    Langasek.
 
+ -- Aurelien Jarno <aurel32@debian.org>  Wed, 09 Sep 2009 20:08:58 +0200
+
 eglibc (2.9-26) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/branches/eglibc-2.10/debian/sysdeps/kfreebsd-amd64.mk
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/sysdeps/kfreebsd-amd64.mk	2009-09-15 12:48:30 UTC (rev 3843)
+++ glibc-package/branches/eglibc-2.10/debian/sysdeps/kfreebsd-amd64.mk	2009-09-15 12:52:25 UTC (rev 3844)
@@ -23,7 +23,7 @@
 i386_rtlddir = /lib
 i386_slibdir = /lib32
 i386_libdir = /usr/lib32
-i386_MIN_KERNEL_SUPPORTED = 5.4.0
+i386_MIN_KERNEL_SUPPORTED = 6.0.0
 
 define libc0.1-dev-i386_extra_pkg_install
 mkdir -p debian/libc0.1-dev-i386/usr/include/gnu


Reply to: