]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/squid
Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x
[people/pmueller/ipfire-2.x.git] / lfs / squid
index b6145e92e7b33f8257a41c9fc9271719f96f94eb..8128eb77790908ab615535d0078247dc0d0dc867 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.7.STABLE4
+VER        = 2.7.STABLE5
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 88ea575a67d35013ec786761d8a14f33
+$(DL_FILE)_MD5 = 5d495d285b3b951a5859c660463e9832
 
 install : $(TARGET)
 
@@ -77,7 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
           --localstatedir=/var --sysconfdir=/etc/squid \
           --disable-poll --disable-snmp --disable-icmp --disable-wccp \
           --disable-http-violations --disable-ident-lookups \
-          --enable-storeio="aufs,coss,diskd,ufs" --enable-ssl \
+          --enable-storeio="aufs,coss,diskd,ufs,null" --enable-ssl \
           --enable-underscores --enable-ntlm-fail-open --enable-arp-acl \
           --enable-http-violations --enable-auth=basic,ntlm \
           --enable-removal-policies="heap,lru" \
@@ -86,6 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
           --enable-ntlm-auth-helpers="SMB" \
           --enable-useragent-log \
           --enable-referer-log \
+          --with-maxfd=1024 \
           --with-pthreads --with-dl
 
        cd $(DIR_APP) && make $(MAKETUNING)