From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gBMGN0Nwfz2yDc for ; Thu, 07 May 2026 19:08: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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gBMGJ5rHsz2xDp for ; Thu, 07 May 2026 19:08:08 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gBMGJ3PpTz2kD; Thu, 07 May 2026 19:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778180888; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=olx9yKUBivTCIn4D6PU6OqNSZcI73oWhbWzHR6/oL2g=; b=L1eMKme0MWWJZAHUOc+TysNHNsQMSkJi39Tg5lB/pJfAAzOi3PPbE9q65H7Q+uuwoFxn1d LFhQVXp8MP8bTQAPbnBRX4mN9liZf9cAuZkyh4FadOOu/NcdPRCjYP4fNyj9wuCXjnXl4+ lNseIUCipgRcsaZ6ULQLw92wNE7qbb1bNJXsGjXrTVbhE/KH7SeQ42cwmwBrIHyl5Yj5nZ hvmCjlZuvxBNfAYwLtRVFbQrSui5KE62++Xu1XRJG9tpcaOWAW5gpgLgmrV/QZA/Dea40W NyDNQI3DpeAsWSfiXV3BJdbqBDnAORBH8thq/GGUfdUR6bIspqDkR0qVBultSw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778180888; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=olx9yKUBivTCIn4D6PU6OqNSZcI73oWhbWzHR6/oL2g=; b=ERHKyj4o4Ks/2fHHqoa8yZRzsumcsar57E6HGe0qgMTVW+ryEbk1Ja0MkGmit+WSSkkKiY EH7tm5K3ZGBbJ5DQ== Message-ID: <3c6a10ca-4bc6-4c32-8697-c1440c964368@ipfire.org> Date: Thu, 7 May 2026 21:08:08 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: [PATCH] strongSwan: Update to 6.0.6 To: =?UTF-8?Q?Peter_M=C3=BCller?= References: Content-Language: en-GB Cc: "IPFire: Development-List" From: Adolf Belka In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Reviewed-by: Adolf Belka Please see https://github.com/strongswan/strongswan/releases/tag/6.0.6 > for the release notes of this version. > > Signed-off-by: Peter Müller > --- > lfs/strongswan | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/strongswan b/lfs/strongswan > index aea530fd9..dd6ea8b5f 100644 > --- a/lfs/strongswan > +++ b/lfs/strongswan > @@ -24,7 +24,7 @@ > > include Config > > -VER = 6.0.5 > +VER = 6.0.6 > > THISAPP = strongswan-$(VER) > DL_FILE = $(THISAPP).tar.bz2 > @@ -43,7 +43,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 202515de3c275be32f5c9485c37a4b6c0d0f6d4e7298bc0594cb166cca8c2a78fa3ea7398f67311d26bf49479645d0a91bb1f8ccc8d374374d13fd0d3ea2fb48 > +$(DL_FILE)_BLAKE2 = 0d98b9230029c6a02f56a7ce7393b2d241dc77880bcae8affb0280a75c190ce96a8727fa079ae46540115f0dbfc3228799742faddccab0e2cbe86f4934e8e23a > > install : $(TARGET) >