From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 14 Oct 2025 12:19:05 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v8c7V-007hih-2m for lore@lore.pengutronix.de; Tue, 14 Oct 2025 12:19:05 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8c7V-0004sg-Le; Tue, 14 Oct 2025 12:19:05 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8c7P-0004sB-3I; Tue, 14 Oct 2025 12:18:59 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Tue, 14 Oct 2025 12:18:45 +0200 Message-ID: <20251014101857.3410192-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] smartmontools: version bump 7.2 -> 7.5 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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 --- 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