use uuid4() instead of uuid1()v1.3
commit38e3dfffae138a093138cec3b439cdeb61338ffa
authorLauri Tirkkonen <lotheac@iki.fi>
Mon, 7 Jan 2019 22:11:02 +0000 (8 00:11 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Mon, 7 Jan 2019 22:13:02 +0000 (8 00:13 +0200)
tree48457fdfc21a18353319a5b25af97374a72ba7d5
parent218de90d592f5099b74cbfbfea1004e5fa997687
use uuid4() instead of uuid1()

uuid1() shells out to ifconfig/netstat/whatever, plus has privacy
concerns since it could embed identifying information
src/modules/client/publisher.py