View | Details | Raw Unified | Return to bug 230834
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=			${SAMBA4_BASENAME}48
4
PORTNAME=			${SAMBA4_BASENAME}48
5
PORTVERSION=			${SAMBA4_VERSION}
5
PORTVERSION=			${SAMBA4_VERSION}
6
PORTREVISION=			0
6
PORTREVISION=			1
7
CATEGORIES?=			net
7
CATEGORIES?=			net
8
MASTER_SITES=			SAMBA/samba/stable SAMBA/samba/rc
8
MASTER_SITES=			SAMBA/samba/stable SAMBA/samba/rc
9
DISTNAME=			${SAMBA4_DISTNAME}
9
DISTNAME=			${SAMBA4_DISTNAME}
(-)files/patch-source4__heimdal__lib__roken__rand.c (+10 lines)
Line 0 Link Here
1
--- source4/heimdal/lib/roken/rand.c.orig	2018-01-14 12:41:58.000000000 -0800
2
+++ source4/heimdal/lib/roken/rand.c	2018-08-22 22:11:26.937151714 -0700
3
@@ -37,7 +37,6 @@
4
 rk_random_init(void)
5
 {
6
 #if defined(HAVE_ARC4RANDOM)
7
-    arc4random_stir();
8
 #elif defined(HAVE_SRANDOMDEV)
9
     srandomdev();
10
 #elif defined(HAVE_RANDOM)

Return to bug 230834