strongswan: Update to 5.3.3
Message ID | 1445010246-26720-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Dropped |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id A6CA661DF1 for <patchwork@ipfire.org>; Fri, 16 Oct 2015 17:44:12 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 8D3B53E95; Fri, 16 Oct 2015 17:44:11 +0200 (CEST) Received: from tuxedo.stevee (host228-133-28-81.hiway.at [81.28.133.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id C3A7619B; Fri, 16 Oct 2015 17:44:06 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> 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> X-Mailer: git-send-email 2.4.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Stefan Schantl
17 Oct 2015, 2:44 a.m. UTC
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 <stefan.schantl@ipfire.org>
---
strongswan/strongswan.nm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Why are there no systemd scriptlets? On Fri, 2015-10-16 at 17:44 +0200, Stefan Schantl wrote: > 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 <stefan.schantl@ipfire.org> > --- > 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 @@ > #################################################################### > ########### > > name = strongswan > -version = 5.3.2 > +version = 5.3.3 > release = 1 > > groups = Networking/VPN > @@ -38,8 +38,7 @@ build > openssl-devel > perl > sqlite-devel > - systemd-devel > - systemd-units > + systemd-devel >= 221-2 > end > > configure_options += \ > @@ -61,6 +60,7 @@ build > --enable-eap-identity \ > --with-capabilities=libcap \ > --enable-swanctl \ > + --enable-systemd \ > --enable-kernel-libipsec > > if "%{DISTRO_ARCH}" == "i686"
Drop that patch, the compiled binaries does not work. I will upload a new patch for a fixed version. -Stefan > Why are there no systemd scriptlets? > > On Fri, 2015-10-16 at 17:44 +0200, Stefan Schantl wrote: > > 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 <stefan.schantl@ipfire.org> > > --- > > 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 @@ > > ################################################################## > > ## > > ########### > > > > name = strongswan > > -version = 5.3.2 > > +version = 5.3.3 > > release = 1 > > > > groups = Networking/VPN > > @@ -38,8 +38,7 @@ build > > openssl-devel > > perl > > sqlite-devel > > - systemd-devel > > - systemd-units > > + systemd-devel >= 221-2 > > end > > > > configure_options += \ > > @@ -61,6 +60,7 @@ build > > --enable-eap-identity \ > > --with-capabilities=libcap \ > > --enable-swanctl \ > > + --enable-systemd \ > > --enable-kernel-libipsec > >
This entire process is meant to be less try-and-error. On Fri, 2015-10-16 at 22:52 +0200, Stefan Schantl wrote: > Drop that patch, the compiled binaries does not work. > > I will upload a new patch for a fixed version. > > -Stefan > > Why are there no systemd scriptlets? > > > > On Fri, 2015-10-16 at 17:44 +0200, Stefan Schantl wrote: > > > 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 <stefan.schantl@ipfire.org> > > > --- > > > 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 @@ > > > ################################################################ > > > ## > > > ## > > > ########### > > > > > > name = strongswan > > > -version = 5.3.2 > > > +version = 5.3.3 > > > release = 1 > > > > > > groups = Networking/VPN > > > @@ -38,8 +38,7 @@ build > > > openssl-devel > > > perl > > > sqlite-devel > > > - systemd-devel > > > - systemd-units > > > + systemd-devel >= 221-2 > > > end > > > > > > configure_options += \ > > > @@ -61,6 +60,7 @@ build > > > --enable-eap-identity \ > > > --with-capabilities=libcap \ > > > --enable-swanctl \ > > > + --enable-systemd \ > > > --enable-kernel-libipsec