X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsquid;h=3c5f6c54aebdf6ba5b2b757d3dd9ffc3cdde7527;hp=bc0ef7162f8c5bd9b9d19788734b50bac9f331d4;hb=2a07aa9d9c4c1968a1072147107d889a1a8aae5e;hpb=769185b58ec52fcc9eaedab5df42b1b25057d0c7 diff --git a/lfs/squid b/lfs/squid index bc0ef7162..3c5f6c54a 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 3.3.9 +VER = 3.3.11 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6c4ba0d63c3a6d94de2da689f361cdab +$(DL_FILE)_MD5 = dd016ff5f14b2548083b3882207914f6 install : $(TARGET) @@ -53,7 +53,6 @@ md5 : $(subst %,%_MD5,$(objects)) ############################################################################### # Downloading, checking, md5sum ############################################################################### - $(patsubst %,$(DIR_CHK)/%,$(objects)) : @$(CHECK) @@ -101,8 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-eui \ --with-pthreads \ --with-dl \ - --with-maxfd="65536" \ - --with-filedescriptors=65536 \ + --with-filedescriptors=$$(( 16384 * 64 )) \ --with-large-files \ --with-aio \ --enable-async-io=8 \