This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 6cc1f4d4a9c1df0b1ab3c283318147e97d80f270 (commit) from 78f657fb42902d330194a2d25bba9f9c33782d66 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6cc1f4d4a9c1df0b1ab3c283318147e97d80f270 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Nov 19 09:08:39 2010 +0100
Updated smartmontools (5.40).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/smartmontools | 39 +++++++++++--------- .../34 => core/test}/filelists/smartmontools | 0 lfs/smartmontools | 4 +- 3 files changed, 23 insertions(+), 20 deletions(-) copy config/rootfiles/{oldcore/34 => core/test}/filelists/smartmontools (100%)
Difference in files: diff --git a/config/rootfiles/common/smartmontools b/config/rootfiles/common/smartmontools index 31a37f0..d06ea9e 100644 --- a/config/rootfiles/common/smartmontools +++ b/config/rootfiles/common/smartmontools @@ -2,24 +2,27 @@ #usr/etc/rc.d/init.d #usr/etc/rc.d/init.d/smartd #usr/etc/smartd.conf -usr/sbin/smartctl -#usr/sbin/smartd -#usr/share/doc/smartmontools-5.39.1 -#usr/share/doc/smartmontools-5.39.1/AUTHORS -#usr/share/doc/smartmontools-5.39.1/CHANGELOG -#usr/share/doc/smartmontools-5.39.1/COPYING -#usr/share/doc/smartmontools-5.39.1/INSTALL -#usr/share/doc/smartmontools-5.39.1/NEWS -#usr/share/doc/smartmontools-5.39.1/README -#usr/share/doc/smartmontools-5.39.1/TODO -#usr/share/doc/smartmontools-5.39.1/WARNINGS -#usr/share/doc/smartmontools-5.39.1/examplescripts -#usr/share/doc/smartmontools-5.39.1/examplescripts/Example1 -#usr/share/doc/smartmontools-5.39.1/examplescripts/Example2 -#usr/share/doc/smartmontools-5.39.1/examplescripts/Example3 -#usr/share/doc/smartmontools-5.39.1/examplescripts/Example4 -#usr/share/doc/smartmontools-5.39.1/examplescripts/README -#usr/share/doc/smartmontools-5.39.1/smartd.conf #usr/man/man5/smartd.conf.5 #usr/man/man8/smartctl.8 #usr/man/man8/smartd.8 +usr/sbin/smartctl +#usr/sbin/smartd +usr/sbin/update-smart-drivedb +#usr/share/doc/smartmontools +#usr/share/doc/smartmontools/AUTHORS +#usr/share/doc/smartmontools/CHANGELOG +#usr/share/doc/smartmontools/COPYING +#usr/share/doc/smartmontools/INSTALL +#usr/share/doc/smartmontools/NEWS +#usr/share/doc/smartmontools/README +#usr/share/doc/smartmontools/TODO +#usr/share/doc/smartmontools/WARNINGS +#usr/share/doc/smartmontools/examplescripts +#usr/share/doc/smartmontools/examplescripts/Example1 +#usr/share/doc/smartmontools/examplescripts/Example2 +#usr/share/doc/smartmontools/examplescripts/Example3 +#usr/share/doc/smartmontools/examplescripts/Example4 +#usr/share/doc/smartmontools/examplescripts/README +#usr/share/doc/smartmontools/smartd.conf +#usr/share/smartmontools +usr/share/smartmontools/drivedb.h diff --git a/config/rootfiles/core/test/filelists/smartmontools b/config/rootfiles/core/test/filelists/smartmontools new file mode 120000 index 0000000..fb66daf --- /dev/null +++ b/config/rootfiles/core/test/filelists/smartmontools @@ -0,0 +1 @@ +../../../common/smartmontools \ No newline at end of file diff --git a/lfs/smartmontools b/lfs/smartmontools index 70e1df1..5530f21 100644 --- a/lfs/smartmontools +++ b/lfs/smartmontools @@ -24,7 +24,7 @@
include Config
-VER = 5.39.1 +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 = f6f7380ae45587161c0adae8862110e9 +$(DL_FILE)_MD5 = 0f0be0239914ad87830a4fff594bda5b
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree