From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] strongswan: Update to version 5.9.3 Date: Tue, 24 Aug 2021 23:29:04 +0200 Message-ID: <20210824212904.1311282-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2812366969692554146==" List-Id: --===============2812366969692554146== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 5.9.2 to 5.9.3 - Update of rootfile not required - Changelog strongswan-5.9.3 - Added AES_ECB, SHA-3 and SHAKE-256 support to wolfssl plugin. - Added AES_CCM and SHA-3 signature support to openssl plugin. - The x509 and openssl plugins now consider the authorityKeyIdentifier, if available, before verifying signatures, which avoids unnecessary signat= ure verifications after a CA key rollover if both certificates are loaded. - The pkcs11 plugin better handles optional attributes like CKA_TRUSTED, = which previously depended on a version check. - charon-nm now supports using SANs as client identities, not only full D= Ns. - charon-tkm now handles IKE encryption. - A MOBIKE update is sent again if a a change in the NAT mappings is dete= cted but the endpoints stay the same. - Converted most of the test case scenarios to the vici interface Signed-off-by: Adolf Belka --- lfs/strongswan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/strongswan b/lfs/strongswan index 0f00b071f..3b481ac2e 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.9.2 +VER =3D 5.9.3 =20 THISAPP =3D strongswan-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8918e6675e1be3784817641f07eadeb8 +$(DL_FILE)_MD5 =3D 80ecabe0ce72d550d2d5de0118f89143 =20 install : $(TARGET) =20 --=20 2.33.0 --===============2812366969692554146==--