From 3babeff858a9599766275a5431a35bde540fdd99a3bfa8d1a2111dbce5c7da56 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 1 Sep 2020 15:38:16 +0000 Subject: [PATCH] Accepting request 831234 from home:monosoul:branches:network:vpn Enable bypass-lan strongswan plugin https://wiki.strongswan.org/projects/strongswan/wiki/Bypass-lan OBS-URL: https://build.opensuse.org/request/show/831234 OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=123 --- strongswan.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strongswan.spec b/strongswan.spec index c3b0995..a227260 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -365,6 +365,7 @@ autoreconf --force --install --enable-ldap \ --enable-soup \ --enable-curl \ + --enable-bypass-lan \ --disable-static make %{?_smp_mflags} @@ -713,6 +714,7 @@ fi %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/xauth-generic.conf %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/xauth-pam.conf %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/xcbc.conf +%config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/bypass-lan.conf %dir %{strongswan_libdir} %if %{with integrity} %{strongswan_libdir}/libchecksum.so @@ -828,6 +830,7 @@ fi %{strongswan_plugins}/libstrongswan-xcbc.so %{strongswan_plugins}/libstrongswan-curve25519.so %{strongswan_plugins}/libstrongswan-vici.so +%{strongswan_plugins}/libstrongswan-bypass-lan.so %dir %{strongswan_datadir} %dir %{strongswan_templates} %dir %{strongswan_templates}/config @@ -933,6 +936,7 @@ fi %{strongswan_templates}/config/plugins/xcbc.conf %{strongswan_templates}/config/plugins/curve25519.conf %{strongswan_templates}/config/plugins/vici.conf +%{strongswan_templates}/config/plugins/bypass-lan.conf %if %{with systemd} %{strongswan_templates}/config/strongswan.d/charon-systemd.conf %endif