As you might know, openssl libraries based on 1.01 and 1.02 beta releases are apparently infected with the heartbleed bug. This is the bug that allows snooping and steeling of information over SSL connections.
Does anyone know whether it's safe to upgrade/recompile the openssl libraries that came with the Raspberry PI distributed by Bitfury???
What's the simplest/safest method to do so??
I just typed openssl version -v and it definitely shows version 1.0.1e, which seems to carry the bug as explained here!!!:
Check out
http://heartbleed.comThis is a CRITICAL topic!!! Please advise!!!
I've passed this info along to our devs and will get a response shortly.
-Jason
Well I did update my overall Raspbian using this command line, which apparently does include any OpenSSL updates as well:
sudo apt-get update && sudo apt-get dist-upgrade
However, now when I run cat /run/shm/.stat.log it's now showing even the slots where there are no H-Cards with tons of errors from B-F.
speed:13325 noncerate[GH/s]:328.450 (1.283/chip) hashrate[GH/s]:441.082 good:22942 errors:26313 spi-err:1757 miso-err:1191 jobs:283 cores:11% good:246 bad:2 off:8 (best[GH/s]:0.000) Tue Apr 8 18:28:18 2014
0: 871 32.484 35.038 2269 82 0 1 16 0 0 (2.030/chip) 17%
1: 758 30.050 33.125 2099 102 0 0 15 1 0 (1.878/chip) 16%
2: 817 33.959 35.123 2372 49 1 0 15 1 0 (2.122/chip) 18%
3: 869 34.260 34.880 2393 49 1 0 16 0 0 (2.141/chip) 18%
4: 809 31.496 31.191 2200 34 0 0 16 0 0 (1.969/chip) 17%
5: 704 28.318 28.580 1978 28 0 2 13 0 3 (1.770/chip) 15%
6: 822 25.240 27.534 1763 69 0 1 15 0 1 (1.578/chip) 13%
7: 872 34.245 34.700 2392 34 0 0 16 0 0 (2.140/chip) 18%
8: 768 26.028 27.101 1818 43 0 2 14 0 2 (1.627/chip) 14%
9: 767 24.925 25.642 1741 31 0 2 14 0 2 (1.558/chip) 13%
A: 868 27.445 31.032 1917 654 35 30 16 0 0 (1.715/chip) 15%
B: 880 0.000 19.385 0 5037 345 225 16 0 0 (0.000/chip) 0%
C: 880 0.000 19.448 0 5025 343 236 16 0 0 (0.000/chip) 0%
D: 880 0.000 19.501 0 5026 351 224 16 0 0 (0.000/chip) 0%
E: 880 0.000 19.268 0 5030 331 239 16 0 0 (0.000/chip) 0%
F: 880 0.000 19.533 0 5020 350 229 16 0 0 (0.000/chip) 0%
Previously, this file simply ended at A and didn't gave me all those errors.
Any thoughts?
UPDATE: It seems the problem went away by itself so no more nasty extra lines in that file. :-)