X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsquid;h=d06aedeb519fe9a7693cda9d1597deb38d28c4e9;hb=dc0c6fbbd8919f8c8e083c88db928a2f5b57232e;hp=ef676a2a5f7ce69ada12598b89654c9c1e028ba9;hpb=e1b8a853237eb16a3cfc1a98ddd9b3ef2bdfe095;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/squid b/lfs/squid index ef676a2a5..d06aedeb5 100644 --- a/lfs/squid +++ b/lfs/squid @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2012 IPFire Team # # # # 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.13 +VER = 3.1.23 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 = e15fdb8c615cf1f9525be0a2b75c60a7 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)