From 6da6da0f65699d4ad61b5d960fed63f952c8d443 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Sun, 13 Aug 2023 12:47:19 +0300 Subject: [PATCH] smartmontools: update to 7.4 Signed-off-by: Maxim Storchak --- utils/smartmontools/Makefile | 6 +++--- utils/smartmontools/patches/002-os_mailer-is-mailx.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 0536ca35f4..1efe5b3812 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartmontools -PKG_VERSION:=7.3 -PKG_RELEASE:=2 +PKG_VERSION:=7.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/smartmontools -PKG_HASH:=a544f8808d0c58cfb0e7424ca1841cb858a974922b035d505d4e4c248be3a22b +PKG_HASH:=e9a61f641ff96ca95319edfb17948cd297d0cd3342736b2c49c99d4716fb993d PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-2.0-or-later diff --git a/utils/smartmontools/patches/002-os_mailer-is-mailx.patch b/utils/smartmontools/patches/002-os_mailer-is-mailx.patch index 1bec1bfdae..3fdd200641 100644 --- a/utils/smartmontools/patches/002-os_mailer-is-mailx.patch +++ b/utils/smartmontools/patches/002-os_mailer-is-mailx.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -7633,7 +7633,7 @@ releaseversion='${PACKAGE}-${VERSION}' +@@ -7682,7 +7682,7 @@ fi # Set platform-specific modules and symbols os_libs= os_dltools='curl wget lynx svn'