From patchwork Thu Feb 15 20:47:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7552 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 4TbRwS6YNJz3ws3 for ; Thu, 15 Feb 2024 20:48:08 +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 4TbRwQ3GYCz1CQ; Thu, 15 Feb 2024 20:48:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TbRwQ14ZZz30Jx; Thu, 15 Feb 2024 20:48:06 +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 4TbRwM4DWJz2xS8 for ; Thu, 15 Feb 2024 20:48:03 +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 4TbRwL1nvwzTX; Thu, 15 Feb 2024 20:48:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1708030082; 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=sZ1E5leHCm1kw15Q7JmS1gZaYx25LTtvdxxI9JSb3fs=; b=x2loVDBK3EiVqCWDig+hSuzg7nNbJxjMuJIrZ3nKW6zmr6Drf7IoiCDMoSYmmSx16GD4DH AF5NZbabbWUrPyAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1708030082; 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=sZ1E5leHCm1kw15Q7JmS1gZaYx25LTtvdxxI9JSb3fs=; b=RmkrQVbKXkoC4k21qJ2ne6Zwgl8K2y2WaP3n6paRBFdVay9YEUwfFpFucDA09JjLS+Y6kX vYnzjm+ENYLHCfkaq/OU3Pj1jGsSKjWeOfuM/89UkfV8P3z43Q1QNLoiZi9dVqbSaOGA0m w2Po5cM6ehyHCwNS2gmVymwcNTgW3LMyf9wKICRG471NI6MH3p4Lki4RSLI6j5oYlz4Sdm a00cqbPtXcKNjYgzN2DuS0+Nx1TquPIC/iQdUAXmtqRCEG2Qot+ptY8IxpbYBygoad5WGE JEiVKeh436ijgH4bSKvmj7kYABGxwP/4F257YtDK2Z8q3u69tby4QUn4iNpZug== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] freeradius: Increment PAK_VER & ship freeradius to link to the updated libssl version Date: Thu, 15 Feb 2024 21:47:57 +0100 Message-ID: <20240215204757.3824207-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 7MP72LCWTEXMU3NQW63XNHQY7R46STWX X-Message-ID-Hash: 7MP72LCWTEXMU3NQW63XNHQY7R46STWX 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: - OpenSSL was updated to 3.1.4 in CU181 and to 3.2.1 in CU183 but in both cases freeradius was not incremented to cause it to be shipped. - This patch increments the freeradius PAK_VER to ensure it will be shipped. Fixes: Bug#13590 Signed-off-by: Adolf Belka --- lfs/freeradius | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/freeradius b/lfs/freeradius index 5ce1a2528..df59bd63b 100644 --- a/lfs/freeradius +++ b/lfs/freeradius @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = freeradius -PAK_VER = 19 +PAK_VER = 20 DEPS = libtalloc samba