libgcrypt: Update to 1.6.4
Message ID | 1442008205-10676-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | 09f13f836661a42982732e76bbfe26dd08046686 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 8769C60606 for <patchwork@ipfire.org>; Fri, 11 Sep 2015 23:50:15 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 27D30D8D; Fri, 11 Sep 2015 23:50:15 +0200 (CEST) Received: from Devel.localdomain (p57905895.dip0.t-ipconnect.de [87.144.88.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 16910D53 for <development@lists.ipfire.org>; Fri, 11 Sep 2015 23:50:08 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] libgcrypt: Update to 1.6.4 Date: Fri, 11 Sep 2015 23:50:05 +0200 Message-Id: <1442008205-10676-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.5.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
Sept. 12, 2015, 7:50 a.m. UTC
* configure.ac: Change LT version to C20/A0/R4.
w32: Avoid a few compiler warnings.
* cipher/cipher-selftest.c (_gcry_selftest_helper_cbc)
(_gcry_selftest_helper_cfb, _gcry_selftest_helper_ctr): Mark variable
as unused.
* random/rndw32.c (slow_gatherer): Avoid signed pointer mismatch
warning.
* src/secmem.c (init_pool): Avoid unused variable warning.
* tests/random.c (writen, readn): Include on if needed.
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
config/rootfiles/common/libgcrypt | 4 +---
lfs/libgcrypt | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)