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 4gBLCc2Zq0z2yXJ for ; Thu, 07 May 2026 18:20:44 +0000 (UTC) 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) -- 2.51.0