From patchwork Mon Jul 6 08:02:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 491455 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 78B46140771 for ; Mon, 6 Jul 2015 18:04:08 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9BB2995323; Mon, 6 Jul 2015 08:04:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NGhrigVEIrL1; Mon, 6 Jul 2015 08:04:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 300869532B; Mon, 6 Jul 2015 08:04:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 10D301C15B5 for ; Mon, 6 Jul 2015 08:04:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0DDDEA3358 for ; Mon, 6 Jul 2015 08:04:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id flHW-vGQir6o for ; Mon, 6 Jul 2015 08:04:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by fraxinus.osuosl.org (Postfix) with ESMTP id 77976A3372 for ; Mon, 6 Jul 2015 08:04:01 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 229BF8C3569BD for ; Mon, 6 Jul 2015 09:03:58 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 6 Jul 2015 09:03:59 +0100 Received: from quad.carrosses.com (192.168.159.48) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Mon, 6 Jul 2015 09:03:58 +0100 From: Vicente Olivert Riera To: Date: Mon, 6 Jul 2015 10:02:04 +0200 Message-ID: <1436169725-26108-3-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 2.3.6 In-Reply-To: <1436169725-26108-1-git-send-email-Vincent.Riera@imgtec.com> References: <1436169725-26108-1-git-send-email-Vincent.Riera@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.159.48] Subject: [Buildroot] [PATCH 3/4] squid: bump to version 3.5.6 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" - Bump to version 3.5.6 - Update hash file - Change configure options according to release notes Release notes: http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.6-RELEASENOTES.html Signed-off-by: Vicente Olivert Riera --- package/squid/squid.hash | 6 +++--- package/squid/squid.mk | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package/squid/squid.hash b/package/squid/squid.hash index 64d2fac..d5738c7 100644 --- a/package/squid/squid.hash +++ b/package/squid/squid.hash @@ -1,3 +1,3 @@ -# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.5.tar.xz.asc -md5 9a323a97753143ddd935aed58a0193ae squid-3.5.5.tar.xz -sha1 2c168e8b13251ed8050d9e780127c4de016dcb61 squid-3.5.5.tar.xz +# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.6.tar.xz.asc +md5 93e18bd257857e35bb634ddb8a348563 squid-3.5.6.tar.xz +sha1 c5f3ab47e61a08fa6a8767d45befeffd7d26fd9f squid-3.5.6.tar.xz diff --git a/package/squid/squid.mk b/package/squid/squid.mk index adc09e5..469fb1b 100644 --- a/package/squid/squid.mk +++ b/package/squid/squid.mk @@ -5,7 +5,7 @@ ################################################################################ SQUID_VERSION_MAJOR = 3.5 -SQUID_VERSION = $(SQUID_VERSION_MAJOR).5 +SQUID_VERSION = $(SQUID_VERSION_MAJOR).6 SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR) SQUID_LICENSE = GPLv2+ @@ -29,7 +29,7 @@ SQUID_CONF_OPTS = \ --enable-removal-policies="lru,heap" \ --with-filedescriptors=1024 \ --disable-ident-lookups \ - --with-krb5-config=no \ + --without-mit-krb5 \ --enable-auth-basic="fake getpwnam" \ --enable-auth-digest="file" \ --enable-auth-negotiate="wrapper" \ @@ -39,7 +39,6 @@ SQUID_CONF_OPTS = \ --with-logdir=/var/log/squid/ \ --with-pidfile=/var/run/squid.pid \ --with-swapdir=/var/cache/squid/ \ - --enable-icap-client \ --with-default-user=squid # Atomics in Squid use __sync_add_and_fetch_8, i.e a 64 bits atomic @@ -59,7 +58,7 @@ SQUID_CONF_ENV += ac_cv_search_shm_open="-lrt -lpthread" endif ifeq ($(BR2_PACKAGE_OPENSSL),y) -SQUID_CONF_OPTS += --enable-ssl +SQUID_CONF_OPTS += --with-openssl SQUID_DEPENDENCIES += openssl endif