]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/smartmontools
fireinfo: Update to version 0.9.1.
[people/pmueller/ipfire-2.x.git] / lfs / smartmontools
index 7d82079ce54e82fccfd3c369229e5d6590864147..5530f2108f6748a8347212028eac59c3e72b58b2 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.39
+VER        = 5.40
 
 THISAPP    = smartmontools-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 63c1b5373a9ef91e9c9becb16e147571
+$(DL_FILE)_MD5 = 0f0be0239914ad87830a4fff594bda5b
 
 install : $(TARGET)
 
@@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/smartmontools-5.39-exit_segfault.patch
        cd $(DIR_APP) && ./autogen.sh
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make BUILD_INFO='"($(NAME) $(VERSION))"' $(MAKETUNING)