From patchwork Fri Jan 27 09:51:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 720555 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 3v8vFj4gXxz9t1L for ; Fri, 27 Jan 2017 20:51:53 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="a/496ZvG"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 36D2285156; Fri, 27 Jan 2017 09:51:51 +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 s0L328EKTxnv; Fri, 27 Jan 2017 09:51:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 1C6F5851EF; Fri, 27 Jan 2017 09:51:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id F2BBC1C1686 for ; Fri, 27 Jan 2017 09:51:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EF950939CB for ; Fri, 27 Jan 2017 09:51:47 +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 N1QnNccCatfX for ; Fri, 27 Jan 2017 09:51:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5CC48939C9 for ; Fri, 27 Jan 2017 09:51:46 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3v8vFW2Qnmz105y for ; Fri, 27 Jan 2017 10:51:42 +0100 (CET) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1485510701; x=1486115502; bh=4sRyB9tOj/t+RwxjOw7iPZsp8s0bG/t1AgNrB/beQTY=; b=a/496ZvG9VOT 3NPjZeLMCOyaS0IIxheHVuR+xWquylQv7dJJp6mA4B1vba7d9R5mt1+vTEWUL5OE ZHbopQrKzq3XMEqy0IDg/NTCmiS7DPXQZ6anbdr2LXrWjwNA5qTWY7Y/WzOBPUzl rP9oZwY6xt3VTOVPK6UImk8eQ4nkqfAKvWWmfqRcxmV0Eoo3geV7CV/0IiC3dpWG HZMtZmNy9oFGM3o/vTFNF569ErklCK8U8JJvTmiMAQxemiXRIHM7bKXXucxViT49 xH0M3X7tPjy5SjI4AS7EpLiBaHcn/TGDgJ2H9OIAbuqhHVKpHWGk7Mk1kU6aIjW0 WPOw2pFlvw== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8IGqk8FDrzfr; Fri, 27 Jan 2017 10:51:41 +0100 (CET) Received: from nzxt.fritz.box (xd9ba0c8b.dyn.telefonica.de [217.186.12.139]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Fri, 27 Jan 2017 10:51:41 +0100 (CET) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Fri, 27 Jan 2017 10:51:39 +0100 Message-Id: <20170127095139.12911-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/libgcrypt: bump to version 1.7.6 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" No announcement was made for this version, so the hash was calculated locally. Signed-off-by: Jörg Krause --- package/libgcrypt/libgcrypt.hash | 6 ++---- package/libgcrypt/libgcrypt.mk | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash index 89c5719b5..48bbd6af5 100644 --- a/package/libgcrypt/libgcrypt.hash +++ b/package/libgcrypt/libgcrypt.hash @@ -1,4 +1,2 @@ -# From https://lists.gnu.org/archive/html/info-gnu/2016-12/msg00007.html -sha1 fa485d854748fc06ea041b3057b2de2f12fbc17f libgcrypt-1.7.5.tar.bz2 -# Calculated based on the hash above -sha256 d1fea4128beef2bb30a470af6bafabccc503ced350534fb9dd8f5a53ffbae800 libgcrypt-1.7.5.tar.bz2 +# Locally calculated +sha256 626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc libgcrypt-1.7.6.tar.bz2 diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk index 48c62b4e5..a034358b3 100644 --- a/package/libgcrypt/libgcrypt.mk +++ b/package/libgcrypt/libgcrypt.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBGCRYPT_VERSION = 1.7.5 +LIBGCRYPT_VERSION = 1.7.6 LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2 LIBGCRYPT_LICENSE = LGPLv2.1+ LIBGCRYPT_LICENSE_FILES = COPYING.LIB