From patchwork Mon Jan 19 14:08:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 430538 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 8F6471401EF for ; Tue, 20 Jan 2015 01:08:37 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E8CAE928E5; Mon, 19 Jan 2015 14:08:36 +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 o-o3b02pTGvs; Mon, 19 Jan 2015 14:08:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BD985928FC; Mon, 19 Jan 2015 14:08:35 +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 D03D51C2238 for ; Mon, 19 Jan 2015 14:08:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CD599928FD for ; Mon, 19 Jan 2015 14:08:33 +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 AkCZze-+sFco for ; Mon, 19 Jan 2015 14:08:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4ECA09282B for ; Mon, 19 Jan 2015 14:08:32 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id t0JE8POJ016144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 19 Jan 2015 14:08:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1421676509; bh=IbrvSjs/BZM1iv06JOPifJm8lp3gy0XPcTK2IIjTs9A=; h=From:To:Cc:Subject:Date; b=KffFb7eDgWbLJ1ggKsK13u7j2TsQ8EgiEVCmHqsmqmoUVI4P0kMFkwHZk9kP9F9+1 LtRv14kvsg9MsPJuyS6HmfS9OP2rJ24YH0PDqmG7qUh4q1MOrJzmOr9pW4qdeI2/7s aWXeOkcaoKg/eiMhv5D9c3t6cLRkh4NXKvW3QGbs= Received: by asgard (sSMTP sendmail emulation); Mon, 19 Jan 2015 11:08:19 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 19 Jan 2015 11:08:19 -0300 Message-Id: <1421676499-11519-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] gnutls: bump to version 3.3.12 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" This is the new stable, so switch to it. Still no dice with nettle 3.0, see: http://lists.gnutls.org/pipermail/gnutls-devel/2014-June/006977.html and nettle upstream: http://lists.lysator.liu.se/pipermail/nettle-bugs/2014/003129.html Signed-off-by: Gustavo Zacarias --- package/gnutls/gnutls.hash | 2 +- package/gnutls/gnutls.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/gnutls/gnutls.hash b/package/gnutls/gnutls.hash index 70130b9..16a6fcb 100644 --- a/package/gnutls/gnutls.hash +++ b/package/gnutls/gnutls.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 824196254cf9162b9ff841677f292d108ca1efa6cf8ae1c02b9a8682a3d7087f gnutls-3.2.21.tar.xz +sha256 67ab3e92c5d48f3323b897d7c1aa0bb2af6f3a84f5bd9931cda163a7ff32299b gnutls-3.3.12.tar.xz diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index 3cd8e17..ab176a6 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -4,8 +4,8 @@ # ################################################################################ -GNUTLS_VERSION_MAJOR = 3.2 -GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).21 +GNUTLS_VERSION_MAJOR = 3.3 +GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).12 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v$(GNUTLS_VERSION_MAJOR) GNUTLS_LICENSE = GPLv3+ LGPLv2.1+