public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] smartmontools: Update to 6.5
@ 2016-08-20 21:51 Matthias Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Fischer @ 2016-08-20 21:51 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2796 bytes --]

For details, see:
https://www.smartmontools.org/browser/tags/RELEASE_6_5/smartmontools/NEWS

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/smartmontools                                            |  6 +++---
 ..._segfault.patch => smartmontools-6.5-exit_segfault.patch} | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)
 rename src/patches/{smartmontools-5.39-exit_segfault.patch => smartmontools-6.5-exit_segfault.patch} (50%)

diff --git a/lfs/smartmontools b/lfs/smartmontools
index c3ba635..6c6d7db 100644
--- a/lfs/smartmontools
+++ b/lfs/smartmontools
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.3
+VER        = 6.5
 
 THISAPP    = smartmontools-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2ea0c62206e110192a97b59291b17f54
+$(DL_FILE)_MD5 = 093aeec3f8f39fa9a37593c4012d3156
 
 install : $(TARGET)
 
@@ -70,7 +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) && patch -Np1 < $(DIR_SRC)/src/patches/smartmontools-6.5-exit_segfault.patch
 	cd $(DIR_APP) && autoreconf
 	cd $(DIR_APP) && ./configure --prefix=/usr
 	cd $(DIR_APP) && make BUILD_INFO='"($(NAME) $(VERSION))"' $(MAKETUNING)
diff --git a/src/patches/smartmontools-5.39-exit_segfault.patch b/src/patches/smartmontools-6.5-exit_segfault.patch
similarity index 50%
rename from src/patches/smartmontools-5.39-exit_segfault.patch
rename to src/patches/smartmontools-6.5-exit_segfault.patch
index 5ed4b10..6c5df8a 100644
--- a/src/patches/smartmontools-5.39-exit_segfault.patch
+++ b/src/patches/smartmontools-6.5-exit_segfault.patch
@@ -1,7 +1,6 @@
-diff -Naur smartmontools-5.39-svn_r2877/utility.h smartmontools-5.39-svn_r2877.new/utility.h
---- smartmontools-5.39-svn_r2877/utility.h	2009-08-24 12:48:50.000000000 +0200
-+++ smartmontools-5.39-svn_r2877.new/utility.h	2009-08-29 09:11:07.000000000 +0200
-@@ -102,7 +102,11 @@
+--- a/utility.h	Sun Apr 24 16:59:15 2016
++++ b/utility.h	Sat Aug 20 22:40:33 2016
+@@ -97,7 +97,11 @@
  
  // Replacement for exit(status)
  // (exit is not compatible with C++ destructors)
@@ -12,5 +11,6 @@ diff -Naur smartmontools-5.39-svn_r2877/utility.h smartmontools-5.39-svn_r2877.n
 +//tried to use exit and found no problems yet
 +#define EXIT(status) { exit ((int)(status)); }
  
- 
- #ifdef OLD_INTERFACE
+ // Compile time check of byte ordering
+ // (inline const function allows compiler to remove dead code)
+
-- 
2.9.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] smartmontools: update to 6.5
@ 2016-09-03 10:21 Alexander Marx
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Marx @ 2016-09-03 10:21 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 836 bytes --]

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 smartmontools/smartmontools.nm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smartmontools/smartmontools.nm b/smartmontools/smartmontools.nm
index cf16053..222d5d9 100644
--- a/smartmontools/smartmontools.nm
+++ b/smartmontools/smartmontools.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = smartmontools
-version    = 5.40
+version    = 6.5
 release    = 1
 
 groups     = System/Statistics
@@ -21,7 +21,7 @@ description
 	and failure.
 end
 
-source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
+source_dl  = http://sourceforge.net/projects/smartmontools/files/smartmontools/%{version}
 
 build
 	requires
-- 
2.6.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-03 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-20 21:51 [PATCH] smartmontools: Update to 6.5 Matthias Fischer
2016-09-03 10:21 [PATCH] smartmontools: update " Alexander Marx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox