This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via b5563ff993c041c5fc6f93cc7a4fa08188abea7e (commit) from b82aaa6ef858e9dbd7ac1fcb943278a403a9f53b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b5563ff993c041c5fc6f93cc7a4fa08188abea7e Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Oct 17 16:38:31 2015 +0200
strongswan: Disable kernel-libipsec plugin, enable unity
The kernel-libipsec plugin implements IPsec in userspace and uses TAP devices which is not recommended for being used in production.
The unity plugin increases compatibility with Cisco Unity endpoints.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: strongswan/strongswan.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/strongswan/strongswan.nm b/strongswan/strongswan.nm index 3eb1462..e861c25 100644 --- a/strongswan/strongswan.nm +++ b/strongswan/strongswan.nm @@ -5,7 +5,7 @@
name = strongswan version = 5.3.3 -release = 1 +release = 2
groups = Networking/VPN url = http://www.strongswan.org/ @@ -52,6 +52,7 @@ build --enable-ccm \ --enable-ctr \ --enable-gcm \ + --enable-unity \ --enable-xauth-eap \ --enable-xauth-noauth \ --enable-eap-radius \ @@ -62,8 +63,7 @@ build --enable-eap-identity \ --with-capabilities=libcap \ --enable-swanctl \ - --enable-systemd \ - --enable-kernel-libipsec + --enable-systemd
if "%{DISTRO_ARCH}" == "i686" configure_options += --enable-padlock
hooks/post-receive -- IPFire 3.x development tree