[Glibc-bsd-commits] r5459 - in trunk/kfreebsd-11/debian: . patches

rmh at alioth.debian.org rmh at alioth.debian.org
Sun Mar 23 00:19:02 UTC 2014


Author: rmh
Date: 2014-03-23 00:19:02 +0000 (Sun, 23 Mar 2014)
New Revision: 5459

Modified:
   trunk/kfreebsd-11/debian/changelog
   trunk/kfreebsd-11/debian/patches/001_misc.diff
   trunk/kfreebsd-11/debian/patches/908_linprocfs_is_not_proc.diff
   trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff
   trunk/kfreebsd-11/debian/patches/918_unix_socket_overflow.diff
   trunk/kfreebsd-11/debian/patches/userland.diff
   trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff
Log:
Upload to experimental

Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog	2014-03-22 23:15:50 UTC (rev 5458)
+++ trunk/kfreebsd-11/debian/changelog	2014-03-23 00:19:02 UTC (rev 5459)
@@ -1,3 +1,9 @@
+kfreebsd-11 (11.0~svn263651-1) experimental; urgency=low
+
+  * New upstream snapshot.
+
+ -- Robert Millan <rmh at debian.org>  Sat, 22 Mar 2014 23:43:21 +0100
+
 kfreebsd-11 (11.0~svn262281-2) experimental; urgency=low
 
   * Remove -DWITHOUT_SSP kludge. Apparently SSP doesn't break QEMU

Modified: trunk/kfreebsd-11/debian/patches/001_misc.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/001_misc.diff	2014-03-22 23:15:50 UTC (rev 5458)
+++ trunk/kfreebsd-11/debian/patches/001_misc.diff	2014-03-23 00:19:02 UTC (rev 5459)
@@ -20,7 +20,7 @@
  #
  # Warning flags for compiling the kernel and components of the kernel:
  #
-@@ -64,7 +74,7 @@
+@@ -65,7 +75,7 @@
  #
  .if ${MACHINE_CPUARCH} == "i386"
  .if ${COMPILER_TYPE} != "clang"

Modified: trunk/kfreebsd-11/debian/patches/908_linprocfs_is_not_proc.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/908_linprocfs_is_not_proc.diff	2014-03-22 23:15:50 UTC (rev 5458)
+++ trunk/kfreebsd-11/debian/patches/908_linprocfs_is_not_proc.diff	2014-03-23 00:19:02 UTC (rev 5459)
@@ -1,6 +1,6 @@
 --- a/sys/compat/linprocfs/linprocfs.c
 +++ b/sys/compat/linprocfs/linprocfs.c
-@@ -357,10 +357,6 @@
+@@ -358,10 +358,6 @@
  
  		/* determine fs type */
  		fstype = mp->mnt_stat.f_fstypename;

Modified: trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff	2014-03-22 23:15:50 UTC (rev 5458)
+++ trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff	2014-03-23 00:19:02 UTC (rev 5459)
@@ -1,6 +1,6 @@
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -175,8 +175,6 @@
+@@ -174,8 +174,6 @@
  	jme \
  	joy \
  	kbdmux \

Modified: trunk/kfreebsd-11/debian/patches/918_unix_socket_overflow.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/918_unix_socket_overflow.diff	2014-03-22 23:15:50 UTC (rev 5458)
+++ trunk/kfreebsd-11/debian/patches/918_unix_socket_overflow.diff	2014-03-23 00:19:02 UTC (rev 5459)
@@ -8,7 +8,7 @@
 
 --- a/sys/kern/uipc_usrreq.c
 +++ b/sys/kern/uipc_usrreq.c
-@@ -472,7 +472,12 @@
+@@ -471,7 +471,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);
-@@ -1290,7 +1295,12 @@
+@@ -1284,7 +1289,12 @@
  	KASSERT(unp != NULL, ("unp_connect: unp == NULL"));
  
  	if (nam->sa_len > sizeof(struct sockaddr_un))

Modified: trunk/kfreebsd-11/debian/patches/userland.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/userland.diff	2014-03-22 23:15:50 UTC (rev 5458)
+++ trunk/kfreebsd-11/debian/patches/userland.diff	2014-03-23 00:19:02 UTC (rev 5459)
@@ -970,8 +970,8 @@
  /*
   * Definitions for network related sysctl, CTL_NET.
   *
-@@ -398,6 +404,8 @@
- 
+@@ -395,6 +401,8 @@
+ 					 * versions of msghdr structs. */
  #endif /* __BSD_VISIBLE */
  
 +#ifdef __FreeBSD__
@@ -979,7 +979,7 @@
  /*
   * Maximum queue length specifiable by listen.
   */
-@@ -687,5 +695,6 @@
+@@ -684,5 +692,6 @@
  
  #endif
  

Modified: trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff	2014-03-22 23:15:50 UTC (rev 5458)
+++ trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff	2014-03-23 00:19:02 UTC (rev 5459)
@@ -5,7 +5,7 @@
 
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -546,7 +546,9 @@
+@@ -544,7 +544,9 @@
  _stg=		stg
  _streams=	streams
  _svr4=		svr4
@@ -15,7 +15,7 @@
  _wbwd=		wbwd
  _wi=		wi
  _xe=		xe
-@@ -764,7 +766,9 @@
+@@ -756,7 +758,9 @@
  _viawd=		viawd
  _virtio=	virtio
  _vmm=		vmm




More information about the Glibc-bsd-commits mailing list