X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsquid;h=fde8606db23c874a023072d783ba11e929efd67b;hp=610154b3bc4a7e2eadd848e336100727c6f93666;hb=7a6bb67a6be2c51053d6a1a432926f7231ba23e8;hpb=da7ab3cf6d7cfea0a9994df7c8cbfd853aa276f5 diff --git a/lfs/squid b/lfs/squid index 610154b3bc..fde8606db2 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.18 +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 = b53f8fb6e22551c2a7376292df5b6ec7 +$(DL_FILE)_MD5 = e15fdb8c615cf1f9525be0a2b75c60a7 install : $(TARGET) @@ -87,8 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-referer-log \ --enable-snmp \ --with-pthreads --with-dl \ - --with-maxfd="16384" \ - --with-filedescriptors=16384 \ + --with-maxfd="65536" \ + --with-filedescriptors=65536 \ --with-large-files \ --with-aio \ --enable-async-io=8 \ @@ -99,13 +99,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-epoll \ --disable-kqueue \ --enable-select \ - --disable-cache-digests \ + --enable-cache-digests \ --enable-forw-via-db \ --enable-htcp \ --enable-ipf-transparent \ --enable-kill-parent-hack \ --disable-wccpv2 \ - --disable-icap-client \ + --enable-icap-client \ --disable-esi cd $(DIR_APP) && make $(MAKETUNING)