K 10 svn:author V 7 fernape K 8 svn:date V 27 2020-08-11T17:01:49.843709Z K 7 svn:log V 360 MFH: r544699 benchmarks/blogbench: fix rand()-related crash blogbench uses rand(3) unsafely from different threads which leads to crashes. Use arc4random(3) instead. Bump PORTREVISION While here, relocate USES variable. PR: 248420 Submitted by: sigsys@gmail.com Approved by: jmohacsi@bsd.hu (maintainer) Approved by: ports-secteam (blanket, runtime fix) END