From patchwork Sat Jun 23 11:29:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 166751 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B3208B6F6E for ; Sat, 23 Jun 2012 21:30:23 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DE661A02DA; Sat, 23 Jun 2012 11:30:22 +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 s7riUE15Z00R; Sat, 23 Jun 2012 11:30:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 076B0A027C; Sat, 23 Jun 2012 11:30:22 +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 C28F48F753 for ; Sat, 23 Jun 2012 11:30:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A96418C8CA for ; Sat, 23 Jun 2012 11:30:19 +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 Rcj62QkWTtWZ for ; Sat, 23 Jun 2012 11:30:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 893738C8B7 for ; Sat, 23 Jun 2012 11:30:18 +0000 (UTC) Received: from asgard (host211.190-231-141.telecom.net.ar [190.231.141.211]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q5NBUCKS006426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 23 Jun 2012 08:30:15 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1340451017; bh=I9XpbGto6f8vLZ5QDxQiVJ6MHfRYgJFw8ybhGqzYfTo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=tEpn/JTsPzsiFyagdKb9eYa2GYGYMDKoeGATSpV6/Hub4ji4J1pxej/wMc2nZ4YwM jWH+VLeamZtKArThua2fhoprXdKSEDDXP4kOvPaSKg2Q4FB6y4mtMoC6FMkdlNaBTE 7fyD1ZC88yUdGGfZBkV5uD7AI9IwH1ActqRYR8o8= Received: by asgard (sSMTP sendmail emulation); Sat, 23 Jun 2012 08:30:11 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 23 Jun 2012 08:29:59 -0300 Message-Id: <1340451001-7111-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1340451001-7111-1-git-send-email-gustavo@zacarias.com.ar> References: <1340451001-7111-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/5] gzip: bump to version 1.5 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/gzip/gzip.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk index f712f98..5fad001 100644 --- a/package/gzip/gzip.mk +++ b/package/gzip/gzip.mk @@ -3,8 +3,8 @@ # gzip # ############################################################# -GZIP_VERSION:=1.4 -GZIP_SOURCE:=gzip-$(GZIP_VERSION).tar.gz -GZIP_SITE:=$(BR2_GNU_MIRROR)/gzip + +GZIP_VERSION = 1.5 +GZIP_SITE = $(BR2_GNU_MIRROR)/gzip $(eval $(call AUTOTARGETS))