Re: Remaining /dev/srandom users fixed

2017-11-01 Thread Rafael Sadowski
On Wed Nov 01, 2017 at 07:35:32PM +0100, Christian Weisgerber wrote:
> After the removal of /dev/srandom, it turned out that this device
> wasn't as entirely unused as I had thought.
> 
> I extracted all packages from an amd64 snapshot and ran "fgrep -a
> /dev/srandom" over the contents to identify all remaining /dev/srandom
> users.  Today I went through the list and fixed all ports that
> required fixing; others were already fine since they simply tried
> various /dev/*random devices and would find /dev/random or /dev/urandom
> before or after trying /dev/srandom.
> 
> All done.
> -- 
> Christian "naddy" Weisgerber  na...@mips.inka.de
> 

Great job naddy, thanks a lot!



Remaining /dev/srandom users fixed

2017-11-01 Thread Christian Weisgerber
After the removal of /dev/srandom, it turned out that this device
wasn't as entirely unused as I had thought.

I extracted all packages from an amd64 snapshot and ran "fgrep -a
/dev/srandom" over the contents to identify all remaining /dev/srandom
users.  Today I went through the list and fixed all ports that
required fixing; others were already fine since they simply tried
various /dev/*random devices and would find /dev/random or /dev/urandom
before or after trying /dev/srandom.

All done.
-- 
Christian "naddy" Weisgerber  na...@mips.inka.de