From patchwork Tue Dec 12 17:21:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7391 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SqQQs68Swz3wtP for ; Tue, 12 Dec 2023 17:22: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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SqQQq6qfgzqd; Tue, 12 Dec 2023 17:22:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SqQQq3zPpz30Q9; Tue, 12 Dec 2023 17:22:11 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SqQQl1NgMz2xMJ for ; Tue, 12 Dec 2023 17:22:07 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SqQQk3kdnzph; Tue, 12 Dec 2023 17:22:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1702401726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=z5G2QKdpS2e/x5F1ssDeCGQGjpuhbXFptu/uG0ha7mc=; b=s/0dyTCU6pBXk07vwRAnUZPRrrvGGdbjeFt1BziaL12nKACNgVgiXoIphVL9wRkpiTk01S E3KU3y+/+gCUt/AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1702401726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=z5G2QKdpS2e/x5F1ssDeCGQGjpuhbXFptu/uG0ha7mc=; b=qChPlRtJnW729IWrrTC0hH84AYSU+E9bfPwTZo7PD5ihpvgPYOaa5ueV6VLVEbt+VtOpzT jC7HQYgQtO3PHLTkAP6fzuQ60NLJyhNBOx1e1fDs2VnIVNdMaWYtRO5MlajBaFt2iM9Qj4 yAagaAcRFrz1OygLHQ3UuxDm4PzETRqQejMGLKmf6ct45TKl3emDT526v9INud9BtLtokI YfDrPsU5dxn8ku//DnpukyareNitu1gDmSEwRvca+81ejdFclhpxru9D5FhG9z4cdOy9cu KOg/wCx3689FgeTuxwMlHkCRKwoBUsrQEDfB/6ywj5Aij27la4RFAneeOr7q6Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] keyutils: Update to version 1.6.3 Date: Tue, 12 Dec 2023 18:21:58 +0100 Message-ID: <20231212172158.84222-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 5JGFUHEUME6Q5RZJHWEFFLF4BAW5CDKK X-Message-ID-Hash: 5JGFUHEUME6Q5RZJHWEFFLF4BAW5CDKK X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 1.6.1 to 1.6.3 - The old url and download url have not been updated for 4 years. Current updates are now done in the new git repository https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/ The two latest updates, 1.6.2 and 1.6.3 were both released in 2020 - Changelog is not available. All changes can be found by reviewing the commits in the new git repository. Signed-off-by: Adolf Belka --- keyutils/keyutils.nm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/keyutils/keyutils.nm b/keyutils/keyutils.nm index 2fec320d1..1297bd4c4 100644 --- a/keyutils/keyutils.nm +++ b/keyutils/keyutils.nm @@ -4,11 +4,11 @@ ############################################################################### name = keyutils -version = 1.6.1 +version = 1.6.3 release = 1 groups = System/Tools -url = http://people.redhat.com/~dhowells/keyutils/ +url = https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/ license = GPLv2+ and LGPLv2+ summary = Linux Key Management Utilities @@ -18,8 +18,7 @@ description instantiated. end -source_dl = http://people.redhat.com/~dhowells/keyutils/ -sources = %{thisapp}.tar.bz2 +source_dl = https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/ build requires