From patchwork Thu May 7 18:20:00 2026 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: 9812 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gBLCb5ptNz3wbB for ; Thu, 07 May 2026 18:20:43 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gBLCb4rfvz5l1 for ; Thu, 07 May 2026 18:20:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gBLCb46Dtz2y6G for ; Thu, 07 May 2026 18:20:43 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (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 4gBLCY0S3tz2xQT for ; Thu, 07 May 2026 18:20:41 +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 4gBLCX1WNwz5P for ; Thu, 07 May 2026 18:20:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778178040; 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=9aM7Dv9HByskBKE7YinHkzsxJmYBBBDwXe6Cd1FrqX0=; b=416AEFw66bvwE+3Dd8fQdsiBkxDTz7ly2BSY/16g1viAtcf7zCa9qJv962PP6hwV/WzITF 1cLWF1gPA2JvgwDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778178040; 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=9aM7Dv9HByskBKE7YinHkzsxJmYBBBDwXe6Cd1FrqX0=; b=ngwJNYipbM9OZX/E6lPa1GCQbIWJk+pDynr92fyfO7oBXXCTVpGXqf6y2UDy0c21HxUgxw x9JswO46180PUimBj+Ur5CJyFikCucFscxjOfQ9NfIeghBalL3qL4v++rhuUaad5YGpA90 EYk3y8z7fhpnAlE27PPYM2gGsNbBtiG9CVJ6gll7ZaGBJRUvTmjnkHH9K06XErwurhzzXe LKcGaH2v+qRBpaPH4V7U2HfkyLpdvOIXw8vcnmXqnU+5OYhVchLvl5nwLfSqtQPvbcokJL cHZa7vd0auHhZL3YE8aQIaq+vtO87aH1vwIZl62hX6BM+cyyYnWnq5+quVNoZA== Message-ID: Date: Thu, 7 May 2026 18:20:00 +0000 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] strongSwan: Update to 6.0.6 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 Reviewed-by: Adolf Belka