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, core50 has been updated via 0458115681ef6178b0423f04fc549053d3e43d8e (commit) via 27e5a0135381ea46c168e65fa669826d1606da48 (commit) from d52c5930012c2616d10cf811c5b99ee772fe18d1 (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 0458115681ef6178b0423f04fc549053d3e43d8e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jul 12 07:30:05 2011 +0200
squid: update to 3.1.14.
commit 27e5a0135381ea46c168e65fa669826d1606da48 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