From patchwork Tue Jun 21 23:20:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 638909 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rZ3cw0CSwz9sxb for ; Wed, 22 Jun 2016 09:21:03 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=Q6EFQfJE; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 771398C352; Tue, 21 Jun 2016 23:21:02 +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 TAt5IHpEaUyE; Tue, 21 Jun 2016 23:20:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C0108C08C; Tue, 21 Jun 2016 23:20:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 91E971C1046 for ; Tue, 21 Jun 2016 23:20:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 900578C08C for ; Tue, 21 Jun 2016 23:20:57 +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 ZnrYb-etBsHo for ; Tue, 21 Jun 2016 23:20:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5958888DBF for ; Tue, 21 Jun 2016 23:20:56 +0000 (UTC) Received: from asgard (cpe-200-125-80-97.telecentro-reversos.com.ar [200.125.80.97] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u5LNKndW008442 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 21 Jun 2016 23:20:52 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1466551254; bh=iCJlEqyywQ+4dj9ygGRSqEdmuNt0ZzI8PGt5NijW5wk=; h=From:To:Cc:Subject:Date; b=Q6EFQfJExgkl93QfXSDetUs36JMkDx5ZMp8TkwLqxHXA5k59wCjRLMdEhKgCHf7xB Vz6A1F31lRo/HgDJYtGr0eqnC1A/Rwfb0b/WTy5rVbSIjf9RKrbbFPTnU/ZQYCQA86 CgwsyHiyBZk75p+JFnk0ENzxd3oOsGas2cnUyCFo= Received: by asgard (sSMTP sendmail emulation); Tue, 21 Jun 2016 20:20:49 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 21 Jun 2016 20:20:49 -0300 Message-Id: <1466551249-9215-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] gmp: bump to version 6.1.1 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/gmp/gmp.hash | 2 +- package/gmp/gmp.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/gmp/gmp.hash b/package/gmp/gmp.hash index e803623..9ea42e5 100644 --- a/package/gmp/gmp.hash +++ b/package/gmp/gmp.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 68dadacce515b0f8a54f510edf07c1b636492bcdb8e8d54c56eb216225d16989 gmp-6.1.0.tar.xz +sha256 d36e9c05df488ad630fff17edb50051d6432357f9ce04e34a09b3d818825e831 gmp-6.1.1.tar.xz diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk index 6a91a27..e74debf 100644 --- a/package/gmp/gmp.mk +++ b/package/gmp/gmp.mk @@ -4,7 +4,7 @@ # ################################################################################ -GMP_VERSION = 6.1.0 +GMP_VERSION = 6.1.1 GMP_SITE = $(BR2_GNU_MIRROR)/gmp GMP_SOURCE = gmp-$(GMP_VERSION).tar.xz GMP_INSTALL_STAGING = YES