* [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL
@ 2016-01-29 21:16 Bernd Kuhls
2016-01-29 21:16 ` [Buildroot] [PATCH 2/2] package/lm-sensors: bump version to 3.4.0 Bernd Kuhls
2016-01-30 7:37 ` [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-01-29 21:16 UTC (permalink / raw)
To: buildroot
According to http://www.lm-sensors.org/
"the previous hosting for lm-sensors.org has been discontinued and the
former website maintainers can't be reached. For now, please refer to
the Internet Archive of the old site until a replacement is created:
https://web.archive.org/web/20150905145034/http://www.lm-sensors.org/"
This site points to ftp://ftp.netroedge.com/pub/lm-sensors/ as a mirror
site for this package, so let's use it until upstream can fix its web
site.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/lm-sensors/lm-sensors.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/lm-sensors/lm-sensors.mk b/package/lm-sensors/lm-sensors.mk
index c26f919..cc05ef4 100644
--- a/package/lm-sensors/lm-sensors.mk
+++ b/package/lm-sensors/lm-sensors.mk
@@ -6,7 +6,7 @@
LM_SENSORS_VERSION = 3.3.5
LM_SENSORS_SOURCE = lm_sensors-$(LM_SENSORS_VERSION).tar.bz2
-LM_SENSORS_SITE = http://dl.lm-sensors.org/lm-sensors/releases
+LM_SENSORS_SITE = ftp://ftp.netroedge.com/pub/lm-sensors
LM_SENSORS_INSTALL_STAGING = YES
LM_SENSORS_DEPENDENCIES = host-bison host-flex
LM_SENSORS_LICENSE = libsensors LGPLv2.1+, programs GPLv2+
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/lm-sensors: bump version to 3.4.0
2016-01-29 21:16 [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL Bernd Kuhls
@ 2016-01-29 21:16 ` Bernd Kuhls
2016-01-30 7:37 ` [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-01-29 21:16 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/lm-sensors/lm-sensors.hash | 4 ++--
package/lm-sensors/lm-sensors.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/lm-sensors/lm-sensors.hash b/package/lm-sensors/lm-sensors.hash
index 05fd5ca..8cbd3d1 100644
--- a/package/lm-sensors/lm-sensors.hash
+++ b/package/lm-sensors/lm-sensors.hash
@@ -1,2 +1,2 @@
-# Locally calculated after checking pgp signature
-sha256 5dae6a665e1150159a93743c4ff1943a7efe02cd9d3bb12c4805e7d7adcf4fcf lm_sensors-3.3.5.tar.bz2
+# Locally calculated
+sha256 e0579016081a262dd23eafe1d22b41ebde78921e73a1dcef71e05e424340061f lm_sensors-3.4.0.tar.bz2
diff --git a/package/lm-sensors/lm-sensors.mk b/package/lm-sensors/lm-sensors.mk
index cc05ef4..d2080d8 100644
--- a/package/lm-sensors/lm-sensors.mk
+++ b/package/lm-sensors/lm-sensors.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LM_SENSORS_VERSION = 3.3.5
+LM_SENSORS_VERSION = 3.4.0
LM_SENSORS_SOURCE = lm_sensors-$(LM_SENSORS_VERSION).tar.bz2
LM_SENSORS_SITE = ftp://ftp.netroedge.com/pub/lm-sensors
LM_SENSORS_INSTALL_STAGING = YES
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL
2016-01-29 21:16 [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL Bernd Kuhls
2016-01-29 21:16 ` [Buildroot] [PATCH 2/2] package/lm-sensors: bump version to 3.4.0 Bernd Kuhls
@ 2016-01-30 7:37 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-01-30 7:37 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Fri, 29 Jan 2016 22:16:18 +0100, Bernd Kuhls wrote:
> According to http://www.lm-sensors.org/
> "the previous hosting for lm-sensors.org has been discontinued and the
> former website maintainers can't be reached. For now, please refer to
> the Internet Archive of the old site until a replacement is created:
> https://web.archive.org/web/20150905145034/http://www.lm-sensors.org/"
>
> This site points to ftp://ftp.netroedge.com/pub/lm-sensors/ as a mirror
> site for this package, so let's use it until upstream can fix its web
> site.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/lm-sensors/lm-sensors.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both patches applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-30 7:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 21:16 [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL Bernd Kuhls
2016-01-29 21:16 ` [Buildroot] [PATCH 2/2] package/lm-sensors: bump version to 3.4.0 Bernd Kuhls
2016-01-30 7:37 ` [Buildroot] [PATCH 1/2] package/lm-sensors: fix download URL Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox