[Glibc-bsd-commits] r5399 - in trunk/kfreebsd-9/debian: . patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Mon Jan 27 23:24:10 UTC 2014


Author: stevenc-guest
Date: 2014-01-27 23:24:09 +0000 (Mon, 27 Jan 2014)
New Revision: 5399

Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/disable_hardware_rngs.diff
Log:
Refresh patch and re-word description


Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2014-01-27 21:58:58 UTC (rev 5398)
+++ trunk/kfreebsd-9/debian/changelog	2014-01-27 23:24:09 UTC (rev 5399)
@@ -9,8 +9,8 @@
   * Fetch source code securely (https) in get-orig-source.
 
   [ Steven Chamberlain ]
-  * Apply upstream EN-14:01 fix, disabling Intel Ivy Bridge, VIA Eden
-    and VIA Nano hardware RNGs by default. (Closes: #735449, #735450)
+  * Apply upstream EN-14:01 fix, disabling Intel Ivy Bridge and VIA
+    hardware RNGs by default. (Closes: #735449, #735450)
 
  -- Robert Millan <rmh at debian.org>  Thu, 28 Nov 2013 13:41:13 +0100
 

Modified: trunk/kfreebsd-9/debian/patches/disable_hardware_rngs.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/disable_hardware_rngs.diff	2014-01-27 21:58:58 UTC (rev 5398)
+++ trunk/kfreebsd-9/debian/patches/disable_hardware_rngs.diff	2014-01-27 23:24:09 UTC (rev 5399)
@@ -2,12 +2,12 @@
  Disable Intel Ivy Bridge and VIA hardware RNGs by default because the
  FreeBSD kernel before version 10.0 cannot use them safely.
  .
- Implement loader tunables allowing to turn these back on.
+ Loader tunables can turn them back on, if needed.
 Origin: upstream, http://svnweb.freebsd.org/base?view=revision&revision=260644
 Bug-Debian: http://bugs.debian.org/735449
 
---- stable/9/sys/dev/random/probe.c	2014/01/14 19:20:41	260643
-+++ stable/9/sys/dev/random/probe.c	2014/01/14 19:27:42	260644
+--- kfreebsd-9-9.2.orig/sys/dev/random/probe.c
++++ kfreebsd-9-9.2/sys/dev/random/probe.c
 @@ -73,7 +73,7 @@
  	if (via_feature_rng & VIA_HAS_RNG) {
  		int enable;




More information about the Glibc-bsd-commits mailing list