From b78af82c7a419de6c9f0ded8e4a6096f115074dc Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 5 Jul 2008 10:25:52 +0000 Subject: [PATCH 1/1] Upgrade smartmontools to 5.38 (#3696) SVN-Revision: 11636 --- utils/smartmontools/Makefile | 14 ++++++-------- utils/smartmontools/patches/001-compile-fix.patch | 7 +++---- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index cc3ac6f0a5..574894cd8f 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -9,14 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartmontools -PKG_VERSION:=5.37 -PKG_RELEASE:=2 +PKG_VERSION:=5.38 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/smartmontools -PKG_MD5SUM:=4ab3668b7d1362ce923f64a211e0e568 - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_MD5SUM:=a282846532ecbd6b4a28072373b3a70b include $(INCLUDE_DIR)/package.mk @@ -29,9 +27,9 @@ define Package/smartmontools endef define Package/smartmontools/description - smartmontools contains utility programs (smartctl, smartd) to - control/monitor storage systems using the Self-Monitoring, Analysis - and Reporting Technology System (S.M.A.R.T.) built into most modern + smartmontools contains utility programs (smartctl, smartd) to + control/monitor storage systems using the Self-Monitoring, Analysis + and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite. endef diff --git a/utils/smartmontools/patches/001-compile-fix.patch b/utils/smartmontools/patches/001-compile-fix.patch index 389ca72be5..c360d51b6a 100644 --- a/utils/smartmontools/patches/001-compile-fix.patch +++ b/utils/smartmontools/patches/001-compile-fix.patch @@ -1,7 +1,6 @@ -diff -urN smartmontools-5.37/configure.in smartmontools-5.37.new/configure.in ---- smartmontools-5.37/configure.in 2006-12-20 21:39:25.000000000 +0100 -+++ smartmontools-5.37.new/configure.in 2007-01-26 11:37:41.000000000 +0100 -@@ -76,18 +76,18 @@ +--- a/configure.in ++++ b/configure.in +@@ -88,18 +88,18 @@ AC_CHECK_FUNCS([uname]) # Check whether snprintf appends null char and returns expected length on overflow -- 2.30.2