From patchwork Fri Dec 7 00:32:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 204360 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 597A22C0095 for ; Fri, 7 Dec 2012 11:32:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1EF608C792; Fri, 7 Dec 2012 00:32:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LTzFZNdr5MtT; Fri, 7 Dec 2012 00:32:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D7C8F8C764; Fri, 7 Dec 2012 00:32:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 332CE8F753 for ; Fri, 7 Dec 2012 00:32:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 05CC98C749 for ; Fri, 7 Dec 2012 00:32:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ob7e3neRX+lz for ; Fri, 7 Dec 2012 00:32:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 938958C786 for ; Fri, 7 Dec 2012 00:32:36 +0000 (UTC) Received: from asgard (host201.201-252-64.telecom.net.ar [201.252.64.201]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qB70WTkL008031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Dec 2012 00:32:32 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1354840354; bh=//JRgH+J586f8RnBnBBGgVjkCwsS1glDo5WoTcd+wjc=; h=From:To:Cc:Subject:Date; b=wPVjlJ2mtyNOrwo7kquUv0yL/IiYAeBgNSNlAYXdTM/08eYN2boniXTDFuwryetm3 9e9h/xiDCbVaa0OPjuHWMQldwMa3BkDdCr7FSTDTqFOwBXacGmi6jzsezbJwmcR5zP 6gjL/4ohn6/FUVILXyJ7isGOf9UH/vmPbEac4u7E= Received: by asgard (sSMTP sendmail emulation); Thu, 06 Dec 2012 21:32:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 6 Dec 2012 21:32:27 -0300 Message-Id: <1354840348-24951-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] squid: bump to version 3.2.4 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/squid/squid.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/squid/squid.mk b/package/squid/squid.mk index 1ccb2da..3c08c39 100644 --- a/package/squid/squid.mk +++ b/package/squid/squid.mk @@ -4,7 +4,7 @@ # ############################################################# -SQUID_VERSION = 3.2.3 +SQUID_VERSION = 3.2.4 SQUID_SITE = http://www.squid-cache.org/Versions/v3/3.2 SQUID_LICENSE = GPLv2+ SQUID_LICENSE_FILES = COPYING