* [PATCH] lm_sensors: Update to version 3.6.2
@ 2025-07-13 9:39 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2025-07-13 9:39 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 3.6.0 to 3.6.2
- Update of rootfiles for all architectures
- The original repo for lm_sensors had the last update in 2019 (3.6.0) and the last
commit in 2021. That repo was forked and has released two updates since then. This
repo is being used by Arch Linux and Ubuntu have changed to it in the latest Questing
Quokka version.
- The owner of this new repo has also taken some of the pull requests from the old repo
and merged them into the new one. Also some fixes from the Debian releases have also
been merged into the new repo.
- The only downside with this new repo is that version 3.6.2 was released in Jan 2024
and that release was the last commit in this new repo. So not sure if any further
updates will be forthcoming.
- If it is not considered suitable to update to this repo because it looks to no longer
be getting updated then this patch can be rejected.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/aarch64/lm_sensors | 3 ++-
config/rootfiles/common/riscv64/lm_sensors | 4 ++--
config/rootfiles/common/x86_64/lm_sensors | 5 +++--
lfs/lm_sensors | 6 +++---
4 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/config/rootfiles/common/aarch64/lm_sensors b/config/rootfiles/common/aarch64/lm_sensors
index bb4efdb89..6f357808e 100644
--- a/config/rootfiles/common/aarch64/lm_sensors
+++ b/config/rootfiles/common/aarch64/lm_sensors
@@ -10,7 +10,6 @@ usr/bin/sensors-conf-convert
usr/lib/libsensors.so.5
usr/lib/libsensors.so.5.0.0
#usr/man/man1/sensors.1
-#usr/man/man3
#usr/man/man3/libsensors.3
#usr/man/man5/sensors.conf.5
#usr/man/man5/sensors3.conf.5
@@ -21,3 +20,5 @@ usr/lib/libsensors.so.5.0.0
usr/sbin/fancontrol
usr/sbin/pwmconfig
usr/sbin/sensors-detect
+#usr/share/zsh/site-functions/_sensors
+#usr/share/zsh/site-functions/_sensors-detect
diff --git a/config/rootfiles/common/riscv64/lm_sensors b/config/rootfiles/common/riscv64/lm_sensors
index 52514f1ab..be61a9e3d 100644
--- a/config/rootfiles/common/riscv64/lm_sensors
+++ b/config/rootfiles/common/riscv64/lm_sensors
@@ -14,11 +14,11 @@ usr/lib/libsensors.so.5.0.0
#usr/man/man5/sensors.conf.5
#usr/man/man5/sensors3.conf.5
#usr/man/man8/fancontrol.8
-#usr/man/man8/isadump.8
-#usr/man/man8/isaset.8
#usr/man/man8/pwmconfig.8
#usr/man/man8/sensors-conf-convert.8
#usr/man/man8/sensors-detect.8
usr/sbin/fancontrol
usr/sbin/pwmconfig
usr/sbin/sensors-detect
+#usr/share/zsh/site-functions/_sensors
+#usr/share/zsh/site-functions/_sensors-detect
diff --git a/config/rootfiles/common/x86_64/lm_sensors b/config/rootfiles/common/x86_64/lm_sensors
index 9b6c0f0f0..8faac8796 100644
--- a/config/rootfiles/common/x86_64/lm_sensors
+++ b/config/rootfiles/common/x86_64/lm_sensors
@@ -6,11 +6,10 @@ usr/bin/sensors-conf-convert
#usr/include/sensors/error.h
#usr/include/sensors/sensors.h
#usr/lib/libsensors.a
-usr/lib/libsensors.so
+#usr/lib/libsensors.so
usr/lib/libsensors.so.5
usr/lib/libsensors.so.5.0.0
#usr/man/man1/sensors.1
-#usr/man/man3
#usr/man/man3/libsensors.3
#usr/man/man5/sensors.conf.5
#usr/man/man5/sensors3.conf.5
@@ -25,3 +24,5 @@ usr/sbin/isadump
usr/sbin/isaset
usr/sbin/pwmconfig
usr/sbin/sensors-detect
+#usr/share/zsh/site-functions/_sensors
+#usr/share/zsh/site-functions/_sensors-detect
diff --git a/lfs/lm_sensors b/lfs/lm_sensors
index 850f70fa1..88d3505d1 100644
--- a/lfs/lm_sensors
+++ b/lfs/lm_sensors
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 3-6-0
+VER = 3-6-2
THISAPP = lm-sensors-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d05efa2bf5f052158a9b3f8bbe925d45a8e00fd7fb07490ddf6c87db786c803fbe8a728693f36c301269b995c72d510657d02f2e94fbbe5a7e9f50a36214635b
+$(DL_FILE)_BLAKE2 = 99398e951fa72857768222eed7f05ef21f547e73e31baba0a953400a594214ae572cfd65d3dd841bdbe32c96039f4350716e51aa6bcdcb9a3577d235ef3a3d37
install : $(TARGET)
--
2.50.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-13 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-13 9:39 [PATCH] lm_sensors: Update to version 3.6.2 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox