From patchwork Tue Mar 5 05:32:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2133 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 81D5688B0DF for ; Mon, 4 Mar 2019 18:32:40 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44CpY33wLcz57HZ0; Mon, 4 Mar 2019 18:32:39 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551724359; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:list-id:list-unsubscribe:list-subscribe:list-post; bh=zKADO1rmMegZkpKvOrcOt3LbBgTrpCqW6CtjYT/bC4c=; b=skUrvgpxb4JrLcZ6FQgIgQHKBb/Wz8uHrXuu0/NW9sxI86qlz+LWR1dB3emL/dZMp3eHPL 9p7GpXxn7os0suziFITcdE3/yJromHjgaewpCHo+0ARGk2XqOVghmA+hVhFIrEZlKAIuc/ +azSTivV1pGKAcHGuEU+1TwRvcdP+WoUkhDnNdPWm5r72Wp4UqOFNJqiH3kYyUXXxsr+00 xsgjBQE2kkeCsGeVsQbMwFJUmBmrh/f5OkdKf5/iNlHLgJXn88XL+Zue5R6bZAThq3gVY7 v+CfM+HtgjBUUCGAgOdMW7YwIfcpQIolEpx3YFO+LjaI34LTd4ygQxVDsUX0jg== Received: from [127.0.0.1] (unknown [IPv6:2604:9a00:2010:a08d:10::23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44CpXz6598z5Btt3 for ; Mon, 4 Mar 2019 18:32:35 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551724356; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=zKADO1rmMegZkpKvOrcOt3LbBgTrpCqW6CtjYT/bC4c=; b=HH6tko7YcCdvd3zpM6E1fKctOQVyacI/h3HudeFNnBNTAGbJmeFH6L/32h+XD+/3wqe0RH r6EPJhT8slIWvN/YKtpikGa5SF6GQTDkS9mV9X0CJxEnjF7hT9U5/ajdmi+Q/Wi2bEV3rE fuRgAc8/wMRT8mKfyw74YlG7AQqWKjrpM6u66RXV+P3ubliwqFOIicQEmC/4socDZyz3XY jipUNiPSyaY7y8JuwDRzPUxJZ4ZJbg41cWIWDX21cr99JavR7/P70bITvE8yvAhBqCLj3x rEbig7Um9SGcszoTAT2IZQLpD0snI5ShwQbJfyewK+nELFHKgVFqy69HamPQXA== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Organization: IPFire.org Subject: [PATCH] libgcrypt: update to 1.8.4 Message-ID: Date: Mon, 04 Mar 2019 18:32:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org X-Spamd-Result: default: False [-5.29 / 11.00]; ARC_NA(0.00)[]; BAYES_HAM(-2.47)[97.62%]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; DKIM_SIGNED(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM(-2.71)[-0.904,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:30633, ipnet:2604:9a00::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Spam-Status: No, score=-5.29 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- libgcrypt/libgcrypt.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libgcrypt/libgcrypt.nm b/libgcrypt/libgcrypt.nm index a0488a20c..b1d313777 100644 --- a/libgcrypt/libgcrypt.nm +++ b/libgcrypt/libgcrypt.nm @@ -4,11 +4,11 @@ ############################################################################### name = libgcrypt -version = 1.8.1 +version = 1.8.4 release = 1 groups = System/Libraries -url = http://www.gnupg.org/ +url = https://gnupg.org/software/libgcrypt/index.html license = LGPLv2.1+ summary = A general-purpose cryptography library. @@ -18,7 +18,7 @@ description in GNU Privacy Guard. end -source_dl = ftp://ftp.gnupg.org/gcrypt/libgcrypt/ +source_dl = https://gnupg.org/ftp/gcrypt/libgcrypt/ sources = %{thisapp}.tar.bz2 build