wok view lm-sensors/stuff/linux-3.0.patch @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents
children
line source
1 --- prog/detect/sensors-detect 2011-08-02 10:23:46.000000000 +0200
2 +++ prog/detect/sensors-detect 2011-08-02 10:24:04.000000000 +0200
3 @@ -2472,7 +2472,7 @@
5 sub initialize_kernel_version
6 {
7 - `uname -r` =~ /(\d+)\.(\d+)\.(\d+)(.*)/;
8 + `uname -r` =~ /(\d+)\.(\d+)(.*)/;
9 @kernel_version = ($1, $2, $3, $4);
10 chomp($kernel_arch = `uname -m`);