From patchwork Tue Apr 30 16:20:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Varnin X-Patchwork-Id: 240659 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 1ED892C00AB for ; Wed, 1 May 2013 02:21:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6C894A0189; Tue, 30 Apr 2013 16:21:02 +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 gCM0G6-dtQh5; Tue, 30 Apr 2013 16:21:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1C5E0A00FA; Tue, 30 Apr 2013 16:21:00 +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 D8E028F75E for ; Tue, 30 Apr 2013 16:21:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 949A789FB4 for ; Tue, 30 Apr 2013 16:20:58 +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 ZSpnIE72xxjV for ; Tue, 30 Apr 2013 16:20:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) by whitealder.osuosl.org (Postfix) with ESMTPS id D83B0899AB for ; Tue, 30 Apr 2013 16:20:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=YqpO8vuYz97eR2oWSao/dVhoB2nwvzXzNE6h34ZGLRc=; b=ByLfh+O7cYSmEFxJ0p+ntq0IxWmVW3Y2C44fLXAWa36dmJkyWxdkzOTWDBD7FQ9mNZogMjixwbDYMHeRH3eT6K6idocCyP8fENr9VmmYAelP01UN31Uxue26XLMZ2KmWTYzh0edsH0clSVKBgVRpb24TH20TpSo0GCaPMWArL10=; Received: from [46.28.89.34] (port=57772 helo=localhost) by smtp48.i.mail.ru with esmtpa (envelope-from ) id 1UXDIN-0004PY-FU; Tue, 30 Apr 2013 20:20:47 +0400 From: Alexander Varnin To: buildroot@busybox.net Date: Tue, 30 Apr 2013 20:20:31 +0400 Message-Id: <1367338831-17139-1-git-send-email-fenixk19@mail.ru> X-Mailer: git-send-email 1.7.2.5 X-Spam: Not detected X-Mras: Ok Subject: [Buildroot] [PATCH] libgcrypt: bump to version 1.5.2 Signed-off-by: Alexander Varnin X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net --- package/libgcrypt/libgcrypt.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk index b0a8a73..7870913 100644 --- a/package/libgcrypt/libgcrypt.mk +++ b/package/libgcrypt/libgcrypt.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBGCRYPT_VERSION = 1.5.0 +LIBGCRYPT_VERSION = 1.5.2 LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2 LIBGCRYPT_LICENSE = LGPLv2.1+ LIBGCRYPT_LICENSE_FILES = COPYING.LIB