From patchwork Thu Sep 18 18:26:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 390907 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 5681D140111 for ; Fri, 19 Sep 2014 04:26:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BB6CAA21C5; Thu, 18 Sep 2014 18:26:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dlEFpbmC5yc5; Thu, 18 Sep 2014 18:26:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 55310A21B1; Thu, 18 Sep 2014 18:26:45 +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 22E141C229A for ; Thu, 18 Sep 2014 18:26:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1D0E79203E for ; Thu, 18 Sep 2014 18:26:44 +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 49tkcpCaemRF for ; Thu, 18 Sep 2014 18:26:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 131029200C for ; Thu, 18 Sep 2014 18:26:42 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s8IIQZOW024673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 18 Sep 2014 18:26:38 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1411064800; bh=TTQN/LvQz0ziwOswWa0IT948Y4ksjtClZ3Mb/Bm9KKg=; h=From:To:Cc:Subject:Date; b=DYjiwKLPwYUwM4IA7QT1OIuPjJz3TQO+EpjU88CKz5ikqueSQtxP7/mNNXRA5tBWt 2z/51PIiO/66yNxWJFfE+iUNUuUf7KJyXFQDZP26kbiSXh+k12zRnICON3RWNSSLIz 3zDLUBgpaQ4zoCeVnngKh3vN348yS+75EkFvaXU4= Received: by asgard (sSMTP sendmail emulation); Thu, 18 Sep 2014 15:26:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 18 Sep 2014 15:26:29 -0300 Message-Id: <1411064789-19370-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] gnutls: bump to version 3.2.18 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" Also add hash, calculated on downloaded file after verifying signature. Signed-off-by: Gustavo Zacarias --- package/gnutls/gnutls.hash | 2 ++ package/gnutls/gnutls.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/gnutls/gnutls.hash diff --git a/package/gnutls/gnutls.hash b/package/gnutls/gnutls.hash new file mode 100644 index 0000000..c68a792 --- /dev/null +++ b/package/gnutls/gnutls.hash @@ -0,0 +1,2 @@ +# Hand caculated after checking pgp signature +sha256 4762afab5e1b9e829c5f53d2b00cd5e41d43fa6d035efcf239e3fe0459134d45 gnutls-3.2.18.tar.xz diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index 5c1559d..0e1076b 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -5,7 +5,7 @@ ################################################################################ GNUTLS_VERSION_MAJOR = 3.2 -GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).16 +GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).18 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v$(GNUTLS_VERSION_MAJOR) GNUTLS_LICENSE = GPLv3+ LGPLv2.1+