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

rmh at alioth.debian.org rmh at alioth.debian.org
Sun Apr 13 19:29:24 UTC 2014


Author: rmh
Date: 2014-04-13 19:29:24 +0000 (Sun, 13 Apr 2014)
New Revision: 5464

Modified:
   trunk/kfreebsd-11/debian/changelog
   trunk/kfreebsd-11/debian/patches/915_ip6.v6only.diff
   trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff
   trunk/kfreebsd-11/debian/patches/999_config.diff
   trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff
Log:
New upstream snapshot

Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog	2014-04-13 08:25:08 UTC (rev 5463)
+++ trunk/kfreebsd-11/debian/changelog	2014-04-13 19:29:24 UTC (rev 5464)
@@ -1,3 +1,9 @@
+kfreebsd-11 (11.0~svn264364-1) experimental; urgency=low
+
+  * New upstream snapshot.
+
+ -- Robert Millan <rmh at debian.org>  Sat, 12 Apr 2014 20:12:10 +0200
+
 kfreebsd-11 (11.0~svn263651-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-11/debian/patches/915_ip6.v6only.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/915_ip6.v6only.diff	2014-04-13 08:25:08 UTC (rev 5463)
+++ trunk/kfreebsd-11/debian/patches/915_ip6.v6only.diff	2014-04-13 19:29:24 UTC (rev 5464)
@@ -1,6 +1,6 @@
 --- a/sys/netinet6/in6_proto.c
 +++ b/sys/netinet6/in6_proto.c
-@@ -393,7 +393,7 @@
+@@ -406,7 +406,7 @@
  VNET_DEFINE(int, ip6_sendredirects) = IPV6_SENDREDIRECTS;
  VNET_DEFINE(int, ip6_defhlim) = IPV6_DEFHLIM;
  VNET_DEFINE(int, ip6_defmcasthlim) = IPV6_DEFAULT_MULTICAST_HOPS;
@@ -9,7 +9,7 @@
  VNET_DEFINE(int, ip6_no_radr) = 0;
  VNET_DEFINE(int, ip6_norbit_raif) = 0;
  VNET_DEFINE(int, ip6_rfc6204w3) = 0;
-@@ -409,7 +409,7 @@
+@@ -422,7 +422,7 @@
  VNET_DEFINE(int, ip6_rr_prune) = 5;	/* router renumbering prefix
  					 * walk list every 5 sec. */
  VNET_DEFINE(int, ip6_mcast_pmtu) = 0;	/* enable pMTU discovery for multicast? */

Modified: trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff	2014-04-13 08:25:08 UTC (rev 5463)
+++ trunk/kfreebsd-11/debian/patches/917_disable_kgssapi.diff	2014-04-13 19:29:24 UTC (rev 5464)
@@ -1,6 +1,6 @@
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -174,8 +174,6 @@
+@@ -175,8 +175,6 @@
  	jme \
  	joy \
  	kbdmux \

Modified: trunk/kfreebsd-11/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/999_config.diff	2014-04-13 08:25:08 UTC (rev 5463)
+++ trunk/kfreebsd-11/debian/patches/999_config.diff	2014-04-13 19:29:24 UTC (rev 5464)
@@ -9,7 +9,7 @@
 +#cpu		HAMMER
 +#ident		GENERIC
  
- makeoptions	DEBUG=-gdwarf-2		# Build kernel with gdb(1) debug symbols
+ makeoptions	DEBUG=-g
  makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
 @@ -53,7 +53,7 @@
  options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
@@ -35,7 +35,7 @@
 +#cpu		I686_CPU
 +#ident		GENERIC
  
- makeoptions	DEBUG=-gdwarf-2		# Build kernel with gdb(1) debug symbols
+ makeoptions	DEBUG=-g
  makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
 @@ -54,7 +54,7 @@
  options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5

Modified: trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff	2014-04-13 08:25:08 UTC (rev 5463)
+++ trunk/kfreebsd-11/debian/patches/vxge_no_ctf.diff	2014-04-13 19:29:24 UTC (rev 5464)
@@ -5,7 +5,7 @@
 
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -544,7 +544,9 @@
+@@ -546,7 +546,9 @@
  _stg=		stg
  _streams=	streams
  _svr4=		svr4
@@ -15,7 +15,7 @@
  _wbwd=		wbwd
  _wi=		wi
  _xe=		xe
-@@ -756,7 +758,9 @@
+@@ -758,7 +760,9 @@
  _viawd=		viawd
  _virtio=	virtio
  _vmm=		vmm




More information about the Glibc-bsd-commits mailing list