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 70618607ef700161b5ad688338424e79334ef3ff (commit) via a0f97ae456f43cb4281312c30dff72fa22db16e9 (commit) from 6970b26252acfd41e43f323f5fc121e1c8fa775e (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 70618607ef700161b5ad688338424e79334ef3ff Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jul 12 07:30:05 2011 +0200
squid: update to 3.1.14.
commit a0f97ae456f43cb4281312c30dff72fa22db16e9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jul 12 00:11:49 2011 +0200
core50: stop/start services at update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/50/update.sh | 7 ++++++- lfs/squid | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/50/update.sh b/config/rootfiles/core/50/update.sh index 2882684..b114ded 100644 --- a/config/rootfiles/core/50/update.sh +++ b/config/rootfiles/core/50/update.sh @@ -34,13 +34,18 @@ done
# #Stop services - +/etc/init.d/apache stop +/etc/init.d/collectd stop +/etc/init.d/squid stop # #Extract files extract_files
# #Start services +/etc/init.d/squid start +/etc/init.d/collectd start +/etc/init.d/apache start
# #Update Language cache diff --git a/lfs/squid b/lfs/squid index ef676a2..f85b5e9 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@
include Config
-VER = 3.1.13 +VER = 3.1.14
THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 78e756135c2bd6bbaf52eb5520f8b934 +$(DL_FILE)_MD5 = 8f82a451b04c3bf3c29202c548d2f2dd
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree