FreeBSD Bugzilla – Attachment 196462 Details for
Bug 230834
[PATCH] net/samba48: Do not use arc4random_stir
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
samba48.patch (text/plain), 1.32 KB, created by
Xin LI
on 2018-08-23 05:38:16 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Xin LI
Created:
2018-08-23 05:38:16 UTC
Size:
1.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 477853) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ${SAMBA4_BASENAME}48 > PORTVERSION= ${SAMBA4_VERSION} >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES?= net > MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc > DISTNAME= ${SAMBA4_DISTNAME} >Index: files/patch-source4__heimdal__lib__roken__rand.c >=================================================================== >--- files/patch-source4__heimdal__lib__roken__rand.c (nonexistent) >+++ files/patch-source4__heimdal__lib__roken__rand.c (working copy) >@@ -0,0 +1,10 @@ >+--- source4/heimdal/lib/roken/rand.c.orig 2018-01-14 12:41:58.000000000 -0800 >++++ source4/heimdal/lib/roken/rand.c 2018-08-22 22:11:26.937151714 -0700 >+@@ -37,7 +37,6 @@ >+ rk_random_init(void) >+ { >+ #if defined(HAVE_ARC4RANDOM) >+- arc4random_stir(); >+ #elif defined(HAVE_SRANDOMDEV) >+ srandomdev(); >+ #elif defined(HAVE_RANDOM) > >Property changes on: files/patch-source4__heimdal__lib__roken__rand.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230834
: 196462