From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] strongSwan: update to 5.8.2 Date: Thu, 20 Feb 2020 13:57:39 +0000 Message-ID: <0C63ED86-A3D8-4CB3-8AFC-C5C776755397@ipfire.org> In-Reply-To: <364aa4eb-6f7f-3145-b265-83e5e43741f3@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3840410890981909619==" List-Id: --===============3840410890981909619== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Michael Tremer > On 19 Feb 2020, at 21:48, Peter M=C3=BCller wr= ote: >=20 > Please refer to https://wiki.strongswan.org/versions/75 for release notes. >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/common/strongswan | 3 +++ > lfs/strongswan | 6 +++--- > 2 files changed, 6 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/s= trongswan > index cc6a59e7f..d337ef506 100644 > --- a/config/rootfiles/common/strongswan > +++ b/config/rootfiles/common/strongswan > @@ -27,6 +27,7 @@ etc/strongswan.d/charon/curve25519.conf > etc/strongswan.d/charon/des.conf > etc/strongswan.d/charon/dhcp.conf > etc/strongswan.d/charon/dnskey.conf > +etc/strongswan.d/charon/drbg.conf > etc/strongswan.d/charon/eap-identity.conf > etc/strongswan.d/charon/eap-mschapv2.conf > etc/strongswan.d/charon/eap-peap.conf > @@ -122,6 +123,7 @@ usr/lib/ipsec/plugins/libstrongswan-curve25519.so > usr/lib/ipsec/plugins/libstrongswan-des.so > usr/lib/ipsec/plugins/libstrongswan-dhcp.so > usr/lib/ipsec/plugins/libstrongswan-dnskey.so > +usr/lib/ipsec/plugins/libstrongswan-drbg.so > usr/lib/ipsec/plugins/libstrongswan-eap-identity.so > usr/lib/ipsec/plugins/libstrongswan-eap-mschapv2.so > usr/lib/ipsec/plugins/libstrongswan-eap-peap.so > @@ -208,6 +210,7 @@ usr/sbin/swanctl > #usr/share/strongswan/templates/config/plugins/des.conf > #usr/share/strongswan/templates/config/plugins/dhcp.conf > #usr/share/strongswan/templates/config/plugins/dnskey.conf > +#usr/share/strongswan/templates/config/plugins/drbg.conf > #usr/share/strongswan/templates/config/plugins/eap-identity.conf > #usr/share/strongswan/templates/config/plugins/eap-mschapv2.conf > #usr/share/strongswan/templates/config/plugins/eap-peap.conf > diff --git a/lfs/strongswan b/lfs/strongswan > index c6f428e41..ed88c0458 100644 > --- a/lfs/strongswan > +++ b/lfs/strongswan > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2020 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 5.8.1 > +VER =3D 5.8.2 >=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 5a6b9980cd1ac4fad3c24b55ed960ac9 > +$(DL_FILE)_MD5 =3D d94eac2caed51b0cc776e5887b10bace >=20 > install : $(TARGET) >=20 > --=20 > 2.16.4 >=20 --===============3840410890981909619==--