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, master has been updated via 3343fb68e9867ac7b698cf9fda92188e3f3b5dd8 (commit) from 50a488f4f8b76173ff04672210f3e26a155ac333 (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 3343fb68e9867ac7b698cf9fda92188e3f3b5dd8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 8 20:16:59 2010 +0200
Updated smartmontools (5.39.1).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/smartmontools | 32 ++++++++++---------- .../34 => core/38}/filelists/smartmontools | 0 doc/packages-list.txt | 2 +- lfs/smartmontools | 4 +- 4 files changed, 19 insertions(+), 19 deletions(-) copy config/rootfiles/{oldcore/34 => core/38}/filelists/smartmontools (100%)
Difference in files: diff --git a/config/rootfiles/common/smartmontools b/config/rootfiles/common/smartmontools index 574dd0a..31a37f0 100644 --- a/config/rootfiles/common/smartmontools +++ b/config/rootfiles/common/smartmontools @@ -4,22 +4,22 @@ #usr/etc/smartd.conf usr/sbin/smartctl #usr/sbin/smartd -#usr/share/doc/smartmontools-5.39 -#usr/share/doc/smartmontools-5.39/AUTHORS -#usr/share/doc/smartmontools-5.39/CHANGELOG -#usr/share/doc/smartmontools-5.39/COPYING -#usr/share/doc/smartmontools-5.39/INSTALL -#usr/share/doc/smartmontools-5.39/NEWS -#usr/share/doc/smartmontools-5.39/README -#usr/share/doc/smartmontools-5.39/TODO -#usr/share/doc/smartmontools-5.39/WARNINGS -#usr/share/doc/smartmontools-5.39/examplescripts -#usr/share/doc/smartmontools-5.39/examplescripts/Example1 -#usr/share/doc/smartmontools-5.39/examplescripts/Example2 -#usr/share/doc/smartmontools-5.39/examplescripts/Example3 -#usr/share/doc/smartmontools-5.39/examplescripts/Example4 -#usr/share/doc/smartmontools-5.39/examplescripts/README -#usr/share/doc/smartmontools-5.39/smartd.conf +#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 diff --git a/config/rootfiles/core/38/filelists/smartmontools b/config/rootfiles/core/38/filelists/smartmontools new file mode 120000 index 0000000..fb66daf --- /dev/null +++ b/config/rootfiles/core/38/filelists/smartmontools @@ -0,0 +1 @@ +../../../common/smartmontools \ No newline at end of file diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 047e038..c403560 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -292,7 +292,7 @@ * setuptools-0.6c8 * shadow-4.0.15 * slang-1.4.9 -* smartmontools-5.39 +* smartmontools-5.39.1 * snort-2.8.5.3 * sox-12.18.1 * spandsp-0.0.6pre12 diff --git a/lfs/smartmontools b/lfs/smartmontools index b3dd9d8..70e1df1 100644 --- a/lfs/smartmontools +++ b/lfs/smartmontools @@ -24,7 +24,7 @@
include Config
-VER = 5.39 +VER = 5.39.1
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 = f6f7380ae45587161c0adae8862110e9
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree