Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 01:22:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213607] net/tigervnc: server requires mcookie utility
Message-ID:  <bug-213607-13-2j7Bj1GQOJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213607-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213607-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213607

--- Comment #1 from Koichiro IWAO <meta+ports@vmeta.jp> ---
Already fixed in Bug 213250. Try tigervnc-1.7.0_1.

And what is the security issue you concern about? usage of MD5?
You don't need to use MD5 hash at all.  Just convert the random
output of /dev/urandom to hex style, like this.

dd if=3D/dev/urandom bs=3D16 count=3D1 2>/dev/null| od -x -An | tr -d ' '

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213607-13-2j7Bj1GQOJ>