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 0e4f36aee459a4e4f7dca4037c8bbdc181d74836 (commit) from 1bd3de895bd354ef9ec33930b25fd9679814e72d (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 0e4f36aee459a4e4f7dca4037c8bbdc181d74836 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Oct 11 13:49:00 2013 +0200
squid: Update to 3.3.9.
Just a couple of minor bugfixes. Nothing too serious.
-----------------------------------------------------------------------
Summary of changes: lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/squid b/lfs/squid index 4a71b4d..2e3fd3d 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@
include Config
-VER = 3.3.8 +VER = 3.3.9
THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6a8fa0075f2fbdd899ac4c9d95fe67cb +$(DL_FILE)_MD5 = 6c4ba0d63c3a6d94de2da689f361cdab
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree