Skip to content

Commit

Permalink
smartmontools += 7.1-r4975 (latest master commits)
Browse files Browse the repository at this point in the history
  • Loading branch information
negan07 committed Oct 24, 2019
1 parent f453b2d commit 5a95f64
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -urN work/smartmontools-7.0/Makefile work/smartmontools-7.0/Makefile
--- work/smartmontools-7.0/Makefile 2017-11-03 21:54:56.000000000 +0100
+++ work/smartmontools-7.0/Makefile 2018-04-19 22:48:31.600116512 +0200
diff -urN work/smartmontools-7.1/Makefile work/smartmontools-7.1/Makefile
--- work/smartmontools-7.1/Makefile 2017-11-03 21:54:56.000000000 +0100
+++ work/smartmontools-7.1/Makefile 2018-04-19 22:48:31.600116512 +0200
@@ -0,0 +1,64 @@
+include ../Rules.mak
+
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -urN work/smartmontools-7.0/rc_smontools work/smartmontools-7.0/rc_smontools
--- work/smartmontools-7.0/rc_smontools 2017-11-03 21:54:56.000000000 +0100
+++ work/smartmontools-7.0/rc_smontools 2018-04-19 22:48:31.600116512 +0200
diff -urN work/smartmontools-7.1/rc_smontools work/smartmontools-7.1/rc_smontools
--- work/smartmontools-7.1/rc_smontools 2017-11-03 21:54:56.000000000 +0100
+++ work/smartmontools-7.1/rc_smontools 2018-04-19 22:48:31.600116512 +0200
@@ -0,0 +1,86 @@
+#!/bin/sh
+#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -urN work/smartmontools-7.0/usb_service_post work/smartmontools-7.0/usb_service_post
--- work/smartmontools-7.0/usb_service_post 2017-11-03 21:54:56.000000000 +0100
+++ work/smartmontools-7.0/usb_service_post 2018-04-19 22:48:31.600116512 +0200
diff -urN work/smartmontools-7.1/usb_service_post work/smartmontools-7.1/usb_service_post
--- work/smartmontools-7.1/usb_service_post 2017-11-03 21:54:56.000000000 +0100
+++ work/smartmontools-7.1/usb_service_post 2018-04-19 22:48:31.600116512 +0200
@@ -0,0 +1,21 @@
+#!/bin/sh
+
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -urN work/smartmontools-7.0/smartmontools-7.0/smartd.cpp work/smartmontools-7.0/smartmontools-7.0/smartd.cpp
--- work/smartmontools-7.0/smartmontools-7.0/smartd.cpp 2017-10-15 19:31:30.000000000 +0200
+++ work/smartmontools-7.0/smartmontools-7.0/smartd.cpp 2018-04-19 22:45:26.645467722 +0200
diff -urN work/smartmontools-7.1/smartmontools-7.1/smartd.cpp work/smartmontools-7.1/smartmontools-7.1/smartd.cpp
--- work/smartmontools-7.1/smartmontools-7.1/smartd.cpp 2017-10-15 19:31:30.000000000 +0200
+++ work/smartmontools-7.1/smartmontools-7.1/smartd.cpp 2018-04-19 22:45:26.645467722 +0200
@@ -142,6 +142,7 @@

#define EXIT_SIGNAL 254 // abort on signal
Expand All @@ -9,7 +9,7 @@ diff -urN work/smartmontools-7.0/smartmontools-7.0/smartd.cpp work/smartmontools

// command-line: 1=debug mode, 2=print presets
static unsigned char debugmode = 0;
@@ -1307,7 +1308,7 @@
@@ -1312,7 +1313,7 @@

// Output multiple lines via separate syslog(3) calls.
__attribute_format_printf(2, 0)
Expand All @@ -18,7 +18,7 @@ diff -urN work/smartmontools-7.0/smartmontools-7.0/smartd.cpp work/smartmontools
{
char buf[512+EBUFLEN]; // enough space for exec cmd output in MailWarning()
vsnprintf(buf, sizeof(buf), fmt, ap);
@@ -1316,7 +1317,7 @@
@@ -1321,7 +1322,7 @@
if ((q = strchr(p, '\n')))
*q++ = 0;
if (*p)
Expand Down
8 changes: 4 additions & 4 deletions work/dirs.mak
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@ DIRLIST += $(HDIDLE)
TARLIST += $(TAR_$(HDIDLE))
# SMARTMONTOOLS
SMONTOOLS_NAME := smartmontools
VER_$(SMONTOOLS_NAME) := 7.0
VER_$(SMONTOOLS_NAME) := 7.1
SMONTOOLS := $(SMONTOOLS_NAME)-$(VER_$(SMONTOOLS_NAME))
NAME_$(SMONTOOLS) := $(SMONTOOLS_NAME)$(DBG)
SUBVER_$(SMONTOOLS) :=
SUBVER_$(SMONTOOLS) := -r4975
VER_$(SMONTOOLS) := $(VER_$(SMONTOOLS_NAME))$(SUBVER_$(SMONTOOLS))
DL_$(SMONTOOLS) := https://sourceforge.net/projects/smartmontools/files/smartmontools/$(VER_$(SMONTOOLS_NAME))
TAR_$(SMONTOOLS) := $(SMONTOOLS).tar.gz
DL_$(SMONTOOLS) := https://828-105252244-gh.circle-artifacts.com/0/builds
TAR_$(SMONTOOLS) := smartmontools-$(VER_$(SMONTOOLS)).src.tar.gz
HOME_$(SMONTOOLS) := https://www.smartmontools.org/
LIC_$(SMONTOOLS) := GPLv2
SEC_$(SMONTOOLS) := storage
Expand Down

0 comments on commit 5a95f64

Please sign in to comment.