mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Two entries:
o Mark M has updated the random device to harvest entropy. Put instructions to tell people how to cope. o add entry about phk's malloc changes.
This commit is contained in:
parent
e8ad1d0707
commit
673d13f2db
1 changed files with 15 additions and 0 deletions
15
UPDATING
15
UPDATING
|
|
@ -5,6 +5,21 @@ directly to him. See end of file for further details. For commonly
|
|||
done items, please see the end of the file. Search for 'COMMON
|
||||
ITEMS:'
|
||||
|
||||
20000710:
|
||||
/dev/random now has good entropy collection (from the keyboard
|
||||
and sysmouse drivers). Please ensure that either `options
|
||||
RANDOMDEV' is present in your kernel config file or that
|
||||
`randomdev_load="YES"' is in your /boot/loader.conf. If you do
|
||||
not have the /dev/random driver, OpenSSL (and consequently
|
||||
lots of crypto tools (like SSH)) will fail with strange
|
||||
errors. (see below, 20000624).
|
||||
|
||||
20000709:
|
||||
phk made the default options AJ. This may slow things down
|
||||
and uncover other latent bugs in the code. If you need to run
|
||||
at full speed, you can disable this by doing the following:
|
||||
ln -s aj /etc/malloc.conf
|
||||
|
||||
20000706:
|
||||
libftpio's version was accidentally bumped a few days ago. This
|
||||
has been corrected. You may need to remove /usr/lib/libftpio.so.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue