FS#50585 - [netdata] Update PKGBUILD

Attached to Project: Community Packages
Opened by t27049215 (t27049215) - Tuesday, 30 August 2016, 08:05 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 02 September 2016, 15:45 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

1. Please use sha256sums instead of md5sums.

2. Maybe add "lm_sensors" in `optdepends` field.

3. Maybe change from http to https in `source=("http://firehol.org...`,
results in something like `source=("https://firehol.org/download...`.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Friday, 02 September 2016, 15:45 GMT
Reason for closing:  Implemented
Additional comments about closing:  Source changed to https and I also added lm_sensors to optdeps.
Comment by Bartłomiej Piotrowski (Barthalion) - Thursday, 01 September 2016, 12:22 GMT
For whatever reason you think that sha256 is better than md5 for checksums, it isn't.
Comment by Doug Newgard (Scimmia) - Friday, 02 September 2016, 05:04 GMT
The only thing of consequence here is the lm_sensors optdepend. Care to explain it more?
Comment by t27049215 (t27049215) - Friday, 02 September 2016, 07:14 GMT
>For whatever reason you think that sha256 is better than md5 for checksums, it isn't.

I've read the wiki again, too bad authenticity isn't being considered here. So you're right.


>The only thing of consequence here is the lm_sensors optdepend. Care to explain it more?

netdata can draw Hardware sensors charts, if lm_sensors package is present.
https://github.com/firehol/netdata/blob/master/python.d/python_modules/lm_sensors.py

Loading...