squid: Update to 3.5.18
Message ID | 1462618918-25683-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | efccb4330333aa4460475fa96539e1613697896b |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 38A5760C97 for <patchwork@ipfire.org>; Sat, 7 May 2016 13:02:08 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2702E14BD; Sat, 7 May 2016 13:02:07 +0200 (CEST) Received: from Devel.localdomain (p5DD82C60.dip0.t-ipconnect.de [93.216.44.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 642F214B0 for <development@lists.ipfire.org>; Sat, 7 May 2016 13:02:03 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 3.5.18 Date: Sat, 7 May 2016 13:01:58 +0200 Message-Id: <1462618918-25683-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.8.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
May 7, 2016, 9:01 p.m. UTC
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 <matthias.fischer@ipfire.org>
---
lfs/squid | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Comments
Hi, merged. On Sat, 2016-05-07 at 13:01 +0200, Matthias Fischer wrote: > 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 Could you please link to the orignal resource and not to a mirror next time? The mirror might go down and URLs won't work any more then. -Michael > > --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 <matthias.fischer@ipfire.org> > --- > 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 @@ > > include Config > > -VER = 3.5.17 > +VER = 3.5.18 > > THISAPP = squid-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 2dc73cc01e77b1bd16d9070780ae79b1 > +$(DL_FILE)_MD5 = 9ae3843c341e8a142e963ab937c51cdd > > install : $(TARGET) > > @@ -92,10 +92,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > --disable-ipv6 \ > --enable-poll \ > --enable-ident-lookups \ > - --enable-storeio="aufs,diskd,ufs" \ > + --enable-storeio=aufs,diskd,ufs \ > --enable-underscores \ > --enable-http-violations \ > - --enable-removal-policies="heap,lru" \ > + --enable-removal-policies=heap,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=$$(( 16384 * 64 )) \ > - --with-large-files \ > - --with-aio > + --with-large-files > > cd $(DIR_APP) && make $(MAKETUNING) > cd $(DIR_APP) && make install
On Sat, 2016-05-07 at 13:32 +0100, Michael Tremer wrote: > Hi, > > merged. > > On Sat, 2016-05-07 at 13:01 +0200, Matthias Fischer wrote: > > > > 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 > Could you please link to the orignal resource and not to a mirror next time? > The > mirror might go down and URLs won't work any more then. Just realised that this one is pointing to a completely different release any way :) > > -Michael > > > > > > > --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 <matthias.fischer@ipfire.org> > > --- > > 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 @@ > > > > include Config > > > > -VER = 3.5.17 > > +VER = 3.5.18 > > > > THISAPP = squid-$(VER) > > DL_FILE = $(THISAPP).tar.xz > > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > > > -$(DL_FILE)_MD5 = 2dc73cc01e77b1bd16d9070780ae79b1 > > +$(DL_FILE)_MD5 = 9ae3843c341e8a142e963ab937c51cdd > > > > install : $(TARGET) > > > > @@ -92,10 +92,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > > --disable-ipv6 \ > > --enable-poll \ > > --enable-ident-lookups \ > > - --enable-storeio="aufs,diskd,ufs" \ > > + --enable-storeio=aufs,diskd,ufs \ > > --enable-underscores \ > > --enable-http-violations \ > > - --enable-removal-policies="heap,lru" \ > > + --enable-removal-policies=heap,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=$$(( 16384 * 64 )) \ > > - --with-large-files \ > > - --with-aio > > + --with-large-files > > > > cd $(DIR_APP) && make $(MAKETUNING) > > cd $(DIR_APP) && make install
Hi, On 07.05.2016 14:33, Michael Tremer wrote: >> > Could you please link to the orignal resource and not to a mirror next time? >> > The >> > mirror might go down and URLs won't work any more then. I'd love to, but I couldn't find an appropriate statement for the current version, not even in: https://github.com/squid-cache/squid/blob/master/ChangeLog (looong list). Searching again, the nearest hit was: ftp://ftp.fu-berlin.de/unix/www/squid/archive/3.1/squid-3.1.5-RELEASENOTES.html ("Changes to existing options"). > Just realised that this one is pointing to a completely different release any > way ;-) The trick is, 'squid' doesn't even throw an error if you use these (or other) "deprecated" options. Great... Best, Matthias