From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] strongswan: Update to 5.3.3 Date: Fri, 16 Oct 2015 17:44:06 +0200 Message-ID: <1445010246-26720-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1165710233964291522==" List-Id: --===============1165710233964291522== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a minor update to the latest stable version of strongswan. The support and usage of systemd explicitly has been enabled and the dependency to systemd has been updated because the configure script of strongswan is looking for the systemd compat libraries which are provided by systemd 221-2 and later versions. Fixes #10896. Signed-off-by: Stefan Schantl --- strongswan/strongswan.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strongswan/strongswan.nm b/strongswan/strongswan.nm index b386083..dd0a137 100644 --- a/strongswan/strongswan.nm +++ b/strongswan/strongswan.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D strongswan -version =3D 5.3.2 +version =3D 5.3.3 release =3D 1 =20 groups =3D Networking/VPN @@ -38,8 +38,7 @@ build openssl-devel perl sqlite-devel - systemd-devel - systemd-units + systemd-devel >=3D 221-2 end =20 configure_options +=3D \ @@ -61,6 +60,7 @@ build --enable-eap-identity \ --with-capabilities=3Dlibcap \ --enable-swanctl \ + --enable-systemd \ --enable-kernel-libipsec =20 if "%{DISTRO_ARCH}" =3D=3D "i686" --=20 2.4.3 --===============1165710233964291522==--