CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/02/06 04:44:56
Modified files:
devel/jansson : Makefile
Added files:
devel/jansson/patches: patch-src_hashtable_seed_c
Log message:
Use arc4random() to seed the hashtable in jansson, rather than /dev/urandom
with a fallback to tv_sec ^ tv_usec ^ getpid. ok kirby@ (maintainer).
