From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bmD3X5b5Rz37GQ for ; Mon, 21 Jul 2025 21:26:16 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bmD3T1ndTz376T for ; Mon, 21 Jul 2025 21:26:13 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bmD3P5wT9z6j3; Mon, 21 Jul 2025 21:26:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1753133169; 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: in-reply-to:in-reply-to:references:references; bh=1/RkK0X414bSK2Z1dKWynDJfCcEMG8YNP27eRx8ZpEs=; b=WSOFd4e/9TIeXnSR+CqX8w6tv5vc4bfvni3B1SknEB+pC1sv+CERlUmBqXyIxKSxmvdLrn 9bS7lEMwhxV3/WBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1753133169; 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: in-reply-to:in-reply-to:references:references; bh=1/RkK0X414bSK2Z1dKWynDJfCcEMG8YNP27eRx8ZpEs=; b=HXzMIytv4s076nRTX/MSJzJG0nUoMRK5NlkB9JuJhkdZdBuw3MQJOMpsCBKUlvqNNX/BMa KmEw2rfCB+tSVyLj7EC5e/Uo5RBIcVAsPGWssH5sYmIZ80if7+/zZAR/+P+fSI5bUo3wI4 Dty4m51oPTAT7fOLx4G8W7Cz0thf5efSbmaWnTv9L8RLvdk9UFbT3nvxyIikmB2wOrtoNa x1N6DZMyef6uLiIQ++KjA+ZzaGU9BFG75JQRRjG6EV8+sTQezSHM+eRRhwG4yM0fBxcI19 7150nwLD5KFQAqUtyr1TwFoiocr1xuxPBsYyfyEmdrtd89NBo7+e7yuLjbvfjQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] strongswan: Update to version 6.0.2 Date: Mon, 21 Jul 2025 23:26:00 +0200 Message-ID: <20250721212601.3400729-12-adolf.belka@ipfire.org> In-Reply-To: <20250721212601.3400729-1-adolf.belka@ipfire.org> References: <20250721212601.3400729-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 6.0.1 to 6.0.2 - Update of rootfile - Changelog 6.0.2 - Support for per-CPU SAs (RFC 9611) has been added (Linux 6.13+). - Basic support for AGGFRAG mode (RFC 9347) has been added (Linux 6.14+). - POSIX regular expressions can be used to match remote identities. - Switching configs based on EAP-Identities is supported. Setting `remote.eap_id` now always initiates an EAP-Identity exchange. - On Linux, sequence numbers from acquires are used when installing SAs. This allows handling narrowing properly. - During rekeying, the narrowed traffic selectors are now proposed instead of the configured ones. - The default AH/ESP proposals contain all supported key exchange methods plus `none` to make PFS optional and accept proposals of older peers. - GRO for ESP in enabled for NAT-T UDP sockets, which can improve performance if the esp4|6_offload modules are loaded. - charon-nm sets the VPN connection as persistent, preventing NetworkManager from tearing down the connection if the network connectivity changes. - ML-KEM is supported via OpenSSL 3.5+. - The wolfssl plugin is now compatible to wolfSSL's FIPS module. - The libsoup plugin has been migrated to libsoup 3, libsoup 2 is not supported anymore. - The long defunct uci plugin has been removed. - Log messages by watcher_t are now logged in a separate log group (`wch`). Signed-off-by: Adolf Belka --- config/rootfiles/common/strongswan | 2 ++ lfs/strongswan | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index cd446d1e9..48f4fdf43 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -62,6 +62,7 @@ etc/strongswan.d/charon/xauth-eap.conf etc/strongswan.d/charon/xauth-generic.conf etc/strongswan.d/charon/xauth-noauth.conf etc/strongswan.d/charon/xcbc.conf +etc/strongswan.d/iptfs.conf etc/strongswan.d/pki.conf etc/strongswan.d/starter.conf etc/strongswan.d/swanctl.conf @@ -241,6 +242,7 @@ usr/sbin/swanctl #usr/share/strongswan/templates/config/strongswan.d #usr/share/strongswan/templates/config/strongswan.d/charon-logging.conf #usr/share/strongswan/templates/config/strongswan.d/charon.conf +#usr/share/strongswan/templates/config/strongswan.d/iptfs.conf #usr/share/strongswan/templates/config/strongswan.d/pki.conf #usr/share/strongswan/templates/config/strongswan.d/starter.conf #usr/share/strongswan/templates/config/strongswan.d/swanctl.conf diff --git a/lfs/strongswan b/lfs/strongswan index 921dbe5e0..7075ab7ef 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 6.0.1 +VER = 6.0.2 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5c751073412ce25dd06400043b8daaa9751052b7f686c46ef7b6fc8e8e4f622dd58e30b1eed634a75174a8032a1ece2c24bf5809689152927539c12e2d25edbf +$(DL_FILE)_BLAKE2 = 3cfc248831832a9b75da549fcaf490a4a0c33e2f680e04a02d04a035c05215ae0236f1fdcdb4a00b71b5a08d07626e8028959045aff1b77827c21fe7e1fb13ad install : $(TARGET) -- 2.50.1