From patchwork Wed Nov 30 16:48:03 2022 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: 6229 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NMlWd31q7z3wgq for ; Wed, 30 Nov 2022 16:48:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NMlWc1v4Zz2Qc; Wed, 30 Nov 2022 16:48:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NMlWc0DCGz309M; Wed, 30 Nov 2022 16:48:12 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NMlWZ6tnhz2xYn for ; Wed, 30 Nov 2022 16:48:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NMlWY4ZWdz1Fy for ; Wed, 30 Nov 2022 16:48:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669826890; h=from:from: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; bh=K2NCgT8n3k4UTyJX/05Diw0taEbe5Ih4tdVPv4vc47c=; b=aztMJZPIECQbC2ZP080ra8pch3i0SOHOI71Skqm0/vL1dgs2zciP5nFxG7HU2z8c+I8/KG /fcazAZ8HFZbVhBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669826890; h=from:from: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; bh=K2NCgT8n3k4UTyJX/05Diw0taEbe5Ih4tdVPv4vc47c=; b=BKjLafBsbHpQtIkuAozmAS4A8kaGgv0uE/S/GHqjKRzQAA9zucx9AYJJgURtveXHRtw9pv n2UJjdWt2+WYdc066X47BBr2QOnlQnzpMc8oDFMi99wH0Xf+brW3D+P3Bz1fiGuSjKaNuZ VDxlF/8xwdHwLay2Aale2pb4OVzSgchRwQ9UWV6Ssh78qNkRLK78DXGhsWmkzhuQ2PdN1u DpFp1m7mPvSxHD+J9Crf2c8jKofnmE432eSwT5lmgORfbrXfmTQR9EVydt/tn5YFaDnxl3 6bd/VoGlpcxr2edGkQwbJ2rakYmmj8p54qTcVgci+fkjg88w1d4gIu67T6yWmg== Message-ID: Date: Wed, 30 Nov 2022 17:48:03 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] gnutls: Update to 3.7.8 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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 --- gnutls/gnutls.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index ebc8b6d90..3bf75d029 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -5,12 +5,12 @@ name = gnutls version = %{ver_maj}.%{ver_min} -ver_maj = 3.6 -ver_min = 7 +ver_maj = 3.7 +ver_min = 8 release = 1 groups = System/Libraries -url = http://www.gnu.org/software/gnutls/ +url = https://gnutls.org/ license = LGPLv2.1+ summary = A general-purpose cryptography library. @@ -21,7 +21,7 @@ description TLS working group. end -source_dl = ftp://ftp.gnutls.org/gcrypt/gnutls/v%{ver_maj}/ +source_dl = https://www.gnupg.org/ftp/gcrypt/gnutls/v%{ver_maj}/ sources = %{thisapp}.tar.xz build