* [ptxdist] [PATCH] smartmontools: version bump 7.2 -> 7.5
@ 2025-10-14 10:18 Sven Püschel
2025-10-17 8:21 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-14 10:18 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
According to the website [1] the project was moved from SourceForge to
GitHub. Therefore update the URL accordingly.
The license change is only due to a year update.
https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_3
https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_4
https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_5
[1] https://www.smartmontools.org/
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
rules/smartmontools.make | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rules/smartmontools.make b/rules/smartmontools.make
index 515bdf4fd..adbfe39c1 100644
--- a/rules/smartmontools.make
+++ b/rules/smartmontools.make
@@ -14,16 +14,16 @@ PACKAGES-$(PTXCONF_SMARTMONTOOLS) += smartmontools
#
# Paths and names
#
-SMARTMONTOOLS_VERSION := 7.2
-SMARTMONTOOLS_MD5 := e8d134c69ae4959a05cb56b31172ffb1
+SMARTMONTOOLS_VERSION := 7.5
+SMARTMONTOOLS_MD5 := 38c38b0b82db7fc4906cdd50d15a7931
SMARTMONTOOLS := smartmontools-$(SMARTMONTOOLS_VERSION)
SMARTMONTOOLS_SUFFIX := tar.gz
-SMARTMONTOOLS_URL := $(call ptx/mirror, SF, smartmontools/$(SMARTMONTOOLS).$(SMARTMONTOOLS_SUFFIX))
+SMARTMONTOOLS_URL := https://github.com/smartmontools/smartmontools/releases/download/RELEASE_$(subst .,_,$(SMARTMONTOOLS_VERSION))/$(SMARTMONTOOLS).$(SMARTMONTOOLS_SUFFIX)
SMARTMONTOOLS_SOURCE := $(SRCDIR)/$(SMARTMONTOOLS).$(SMARTMONTOOLS_SUFFIX)
SMARTMONTOOLS_DIR := $(BUILDDIR)/$(SMARTMONTOOLS)
SMARTMONTOOLS_LICENSE := GPL-2.0-or-later
SMARTMONTOOLS_LICENSE_FILES := \
- file://smartctl.cpp;startline=6;endline=10;md5=cf81e7daba6234e2c6674a2a20344e55 \
+ file://smartctl.cpp;startline=6;endline=10;md5=21f9f8b91f23d65696fb035733bb6d56 \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
# ----------------------------------------------------------------------------
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] smartmontools: version bump 7.2 -> 7.5
2025-10-14 10:18 [ptxdist] [PATCH] smartmontools: version bump 7.2 -> 7.5 Sven Püschel
@ 2025-10-17 8:21 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17 8:21 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
Thanks, applied as 323bccec37a352366fe6b38d39ad05352b8d5105.
Michael
[sent from post-receive hook]
On Fri, 17 Oct 2025 10:21:07 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> According to the website [1] the project was moved from SourceForge to
> GitHub. Therefore update the URL accordingly.
>
> The license change is only due to a year update.
>
> https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_3
> https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_4
> https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_5
>
> [1] https://www.smartmontools.org/
>
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251014101857.3410192-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/smartmontools.make b/rules/smartmontools.make
> index 515bdf4fdffc..adbfe39c143d 100644
> --- a/rules/smartmontools.make
> +++ b/rules/smartmontools.make
> @@ -14,16 +14,16 @@ PACKAGES-$(PTXCONF_SMARTMONTOOLS) += smartmontools
> #
> # Paths and names
> #
> -SMARTMONTOOLS_VERSION := 7.2
> -SMARTMONTOOLS_MD5 := e8d134c69ae4959a05cb56b31172ffb1
> +SMARTMONTOOLS_VERSION := 7.5
> +SMARTMONTOOLS_MD5 := 38c38b0b82db7fc4906cdd50d15a7931
> SMARTMONTOOLS := smartmontools-$(SMARTMONTOOLS_VERSION)
> SMARTMONTOOLS_SUFFIX := tar.gz
> -SMARTMONTOOLS_URL := $(call ptx/mirror, SF, smartmontools/$(SMARTMONTOOLS).$(SMARTMONTOOLS_SUFFIX))
> +SMARTMONTOOLS_URL := https://github.com/smartmontools/smartmontools/releases/download/RELEASE_$(subst .,_,$(SMARTMONTOOLS_VERSION))/$(SMARTMONTOOLS).$(SMARTMONTOOLS_SUFFIX)
> SMARTMONTOOLS_SOURCE := $(SRCDIR)/$(SMARTMONTOOLS).$(SMARTMONTOOLS_SUFFIX)
> SMARTMONTOOLS_DIR := $(BUILDDIR)/$(SMARTMONTOOLS)
> SMARTMONTOOLS_LICENSE := GPL-2.0-or-later
> SMARTMONTOOLS_LICENSE_FILES := \
> - file://smartctl.cpp;startline=6;endline=10;md5=cf81e7daba6234e2c6674a2a20344e55 \
> + file://smartctl.cpp;startline=6;endline=10;md5=21f9f8b91f23d65696fb035733bb6d56 \
> file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
>
> # ----------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-17 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-14 10:18 [ptxdist] [PATCH] smartmontools: version bump 7.2 -> 7.5 Sven Püschel
2025-10-17 8:21 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox