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

r3529 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2009-05-23 16:52:06 +0000 (Sat, 23 May 2009)
New Revision: 3529

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/kfreebsd.mk
Log:
  * debian/sysdeps/kfreebsd.mk: bump minimal kernel version to 6.0.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-05-23 16:51:09 UTC (rev 3528)
+++ glibc-package/trunk/debian/changelog	2009-05-23 16:52:06 UTC (rev 3529)
@@ -18,6 +18,7 @@
   * kfreebsd/local-sysdeps.diff: update to revision 2520 (from glibc-bsd).
   * debian/patches/kfreebsd/local-config_h_in.patch: new patch to correctly
     define __KFREEBSD_KERNEL_VERSION.
+  * debian/sysdeps/kfreebsd.mk: bump minimal kernel version to 6.0.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 14 May 2009 21:25:26 +0200
 

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd.mk	2009-05-23 16:51:09 UTC (rev 3528)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd.mk	2009-05-23 16:52:06 UTC (rev 3529)
@@ -1,5 +1,5 @@
 EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
-MIN_KERNEL_SUPPORTED := 5.4.0
+MIN_KERNEL_SUPPORTED := 6.0.0
 libc = libc0.1
 
 # Linuxthreads Config


Reply to: