]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/squid
Merge remote-tracking branch 'jlentfer/logwatch' into next
[ipfire-2.x.git] / lfs / squid
index f85b5e9a8029cf47df49042843b0f5cd5ce341c5..61f17dfb33d0315fa5ccd7efc2cf32130195ddcf 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.1.14
+VER        = 3.1.19
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8f82a451b04c3bf3c29202c548d2f2dd
+$(DL_FILE)_MD5 = 9b6ffaf96bee8f05f0085bc6361d7c94
 
 install : $(TARGET)
 
@@ -105,7 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
           --enable-ipf-transparent \
           --enable-kill-parent-hack \
           --disable-wccpv2 \
-          --disable-icap-client \
+          --enable-icap-client \
           --disable-esi
 
        cd $(DIR_APP) && make $(MAKETUNING)