From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 3.5.18 Date: Sat, 07 May 2016 13:01:58 +0200 Message-ID: <1462618918-25683-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8900386810053948729==" List-Id: --===============8900386810053948729== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Removed unecessary quotations and two configure-options, see: ftp://ftp.fu-berlin.de/unix/www/squid/archive/3.1/squid-3.1.0.16-RELEASENOTES= .html --with-aio Deprecated. POSIX AIO is now auto-detected and enabled. Use --without-aio to disable, but only if you really have to. --with-pthreads Deprecated. pthreads library is now auto-detected and enabled. Use --without-pthreads to disable, but only if you really have to. Best, Matthias Signed-off-by: Matthias Fischer --- lfs/squid | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lfs/squid b/lfs/squid index 66ad875..a7edc9d 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.5.17 +VER =3D 3.5.18 =20 THISAPP =3D squid-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 2dc73cc01e77b1bd16d9070780ae79b1 +$(DL_FILE)_MD5 =3D 9ae3843c341e8a142e963ab937c51cdd =20 install : $(TARGET) =20 @@ -92,10 +92,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-ipv6 \ --enable-poll \ --enable-ident-lookups \ - --enable-storeio=3D"aufs,diskd,ufs" \ + --enable-storeio=3Daufs,diskd,ufs \ --enable-underscores \ --enable-http-violations \ - --enable-removal-policies=3D"heap,lru" \ + --enable-removal-policies=3Dheap,lru \ --enable-delay-pools \ --enable-linux-netfilter \ --enable-snmp \ @@ -119,11 +119,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-kill-parent-hack \ --enable-icap-client \ --enable-zph-qos \ - --with-pthreads \ --with-dl \ --with-filedescriptors=3D$$(( 16384 * 64 )) \ - --with-large-files \ - --with-aio + --with-large-files =20 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.8.2 --===============8900386810053948729==--