[Glibc-bsd-commits] r4968 - in trunk/kfreebsd-10/debian: . patches

Robert Millan rmh at alioth.debian.org
Fri Sep 27 21:26:41 UTC 2013


Author: rmh
Date: 2013-09-27 21:26:40 +0000 (Fri, 27 Sep 2013)
New Revision: 4968

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff
   trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff
   trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff
Log:
New upstream snapshot.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2013-09-27 20:19:41 UTC (rev 4967)
+++ trunk/kfreebsd-10/debian/changelog	2013-09-27 21:26:40 UTC (rev 4968)
@@ -1,5 +1,8 @@
-kfreebsd-10 (10.0~svn255412-2) UNRELEASED; urgency=low
+kfreebsd-10 (10.0~svn255915-1) UNRELEASED; urgency=low
 
+  * New upstream snapshot.
+    - Includes Xen HVM support.
+
   [ Robert Millan ]
   * Remove one gratuitous round of src copying.
   * Disable -Werror only for non-Clang compilers.
@@ -13,7 +16,7 @@
     - Use timestamp from debian/changelog for uname --kernel-release,
       instead of the exact time of the build.
 
- -- Robert Millan <rmh at debian.org>  Sat, 14 Sep 2013 14:34:07 +0200
+ -- Robert Millan <rmh at debian.org>  Fri, 27 Sep 2013 22:29:21 +0200
 
 kfreebsd-10 (10.0~svn255412-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff	2013-09-27 20:19:41 UTC (rev 4967)
+++ trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff	2013-09-27 21:26:40 UTC (rev 4968)
@@ -1,6 +1,6 @@
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -171,8 +171,6 @@
+@@ -173,8 +173,6 @@
  	jme \
  	joy \
  	kbdmux \

Modified: trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff	2013-09-27 20:19:41 UTC (rev 4967)
+++ trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff	2013-09-27 21:26:40 UTC (rev 4968)
@@ -8,7 +8,7 @@
 
 --- a/sys/kern/uipc_usrreq.c
 +++ b/sys/kern/uipc_usrreq.c
-@@ -471,7 +471,12 @@
+@@ -472,7 +472,12 @@
  	KASSERT(unp != NULL, ("uipc_bind: unp == NULL"));
  
  	if (soun->sun_len > sizeof(struct sockaddr_un))
@@ -21,7 +21,7 @@
  	namelen = soun->sun_len - offsetof(struct sockaddr_un, sun_path);
  	if (namelen <= 0)
  		return (EINVAL);
-@@ -1289,7 +1294,12 @@
+@@ -1290,7 +1295,12 @@
  	KASSERT(unp != NULL, ("unp_connect: unp == NULL"));
  
  	if (nam->sa_len > sizeof(struct sockaddr_un))

Modified: trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff	2013-09-27 20:19:41 UTC (rev 4967)
+++ trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff	2013-09-27 21:26:40 UTC (rev 4968)
@@ -5,7 +5,7 @@
 
 --- a/sys/conf/kern.pre.mk
 +++ b/sys/conf/kern.pre.mk
-@@ -97,6 +97,8 @@
+@@ -94,6 +94,8 @@
  .endif
  WERROR?= -Werror
  
@@ -16,7 +16,7 @@
  
 --- a/sys/conf/kmod.mk
 +++ b/sys/conf/kmod.mk
-@@ -95,6 +95,8 @@
+@@ -92,6 +92,8 @@
  CFLAGS+=	-D_KERNEL
  CFLAGS+=	-DKLD_MODULE
  




More information about the Glibc-bsd-commits mailing list