From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WUFcN-0001PO-M7 for ptxdist@pengutronix.de; Sun, 30 Mar 2014 15:17:44 +0200 Received: by mail-ee0-f50.google.com with SMTP id c13so5692798eek.37 for ; Sun, 30 Mar 2014 06:17:37 -0700 (PDT) From: Alexander Aring Date: Sun, 30 Mar 2014 15:17:30 +0200 Message-Id: <1396185450-19538-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH] libgmp: version bump 4.2.4 -> 6.0.0a Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring Signed-off-by: Alexander Aring --- I figure out now we are far behind of the libgmp version and the changelogs says something about wrong calculations. We should update this package. rules/libgmp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgmp.make b/rules/libgmp.make index 8c24c4a..2f56da5 100644 --- a/rules/libgmp.make +++ b/rules/libgmp.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBGMP) += libgmp # # Paths and names # -LIBGMP_VERSION := 4.2.4 -LIBGMP_MD5 := fc1e3b3a2a5038d4d74138d0b9cf8dbe +LIBGMP_VERSION := 6.0.0a +LIBGMP_MD5 := b7ff2d88cae7f8085bd5006096eed470 LIBGMP := gmp-$(LIBGMP_VERSION) LIBGMP_SUFFIX := tar.bz2 LIBGMP_URL := $(call ptx/mirror, GNU, gmp/$(LIBGMP).$(LIBGMP_SUFFIX)) -- 1.9.1 -- ptxdist mailing list ptxdist@pengutronix.de