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 83eb743523eae784bde6cc6b30dbe5d3af428d41 (commit) via 24131aadf415de3dca6bf62b6554a42827457112 (commit) from c295a7a80070aa6c049c7ef96983fb96b77bddcf (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 83eb743523eae784bde6cc6b30dbe5d3af428d41 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri May 10 12:54:21 2013 +0200
core68: stop strongswan while update it.
commit 24131aadf415de3dca6bf62b6554a42827457112 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri May 10 12:47:56 2013 +0200
smartmontools: updated to 6.1.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/smartmontools | 4 +++- config/rootfiles/{oldcore/34 => core/68}/filelists/smartmontools | 0 config/rootfiles/core/68/update.sh | 5 +++++ lfs/smartmontools | 4 ++-- 4 files changed, 10 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/34 => core/68}/filelists/smartmontools (100%)
Difference in files: diff --git a/config/rootfiles/common/smartmontools b/config/rootfiles/common/smartmontools index e37be6d..7080398 100644 --- a/config/rootfiles/common/smartmontools +++ b/config/rootfiles/common/smartmontools @@ -2,13 +2,15 @@ #usr/etc/rc.d/init.d #usr/etc/rc.d/init.d/smartd #usr/etc/smartd.conf +#usr/etc/smartd_warning.sh 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/ChangeLog +#usr/share/doc/smartmontools/ChangeLog-5.0-6.0 #usr/share/doc/smartmontools/INSTALL #usr/share/doc/smartmontools/NEWS #usr/share/doc/smartmontools/README diff --git a/config/rootfiles/core/68/filelists/smartmontools b/config/rootfiles/core/68/filelists/smartmontools new file mode 120000 index 0000000..fb66daf --- /dev/null +++ b/config/rootfiles/core/68/filelists/smartmontools @@ -0,0 +1 @@ +../../../common/smartmontools \ No newline at end of file diff --git a/config/rootfiles/core/68/update.sh b/config/rootfiles/core/68/update.sh index 11cab10..e68229a 100644 --- a/config/rootfiles/core/68/update.sh +++ b/config/rootfiles/core/68/update.sh @@ -39,6 +39,7 @@ rm -rf /opt/pakfire/db/*/meta-freefont
# #Stop services +/etc/init.d/ipsec stop
# #Extract files @@ -46,6 +47,9 @@ extract_files
# #Start services +if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then + /etc/init.d/ipsec start +fi
# #Update Language cache @@ -65,3 +69,4 @@ sync sendprofile #Don't report the exitcode last command exit 0 + diff --git a/lfs/smartmontools b/lfs/smartmontools index a4ae11b..196b466 100644 --- a/lfs/smartmontools +++ b/lfs/smartmontools @@ -24,7 +24,7 @@
include Config
-VER = 6.0 +VER = 6.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 = 5646a07f5f4bee8e2e649de8c6b7ae87 +$(DL_FILE)_MD5 = 83a3a681f8183ed858392d550ae1cca6
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree