|
|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: strongswan
|
|
|
|
|
Version: 4.6.4
|
|
|
|
|
Version: 5.0.1
|
|
|
|
|
Release: 0
|
|
|
|
|
%define upstream_version %{version}
|
|
|
|
|
%define strongswan_docdir %{_docdir}/%{name}
|
|
|
|
@@ -32,8 +32,6 @@ Summary: OpenSource IPsec-based VPN Solution
|
|
|
|
|
License: GPL-2.0+
|
|
|
|
|
Group: Productivity/Networking/Security
|
|
|
|
|
Url: http://www.strongswan.org/
|
|
|
|
|
Requires: strongswan-ikev1 = %{version}
|
|
|
|
|
Requires: strongswan-ikev2 = %{version}
|
|
|
|
|
Requires: strongswan-ipsec = %{version}
|
|
|
|
|
Source0: http://download.strongswan.org/strongswan-%{upstream_version}.tar.bz2
|
|
|
|
|
Source1: http://download.strongswan.org/strongswan-%{upstream_version}.tar.bz2.sig
|
|
|
|
@@ -41,8 +39,6 @@ Source2: %{name}.init.in
|
|
|
|
|
Source3: %{name}-%{version}-rpmlintrc
|
|
|
|
|
Source4: README.SUSE
|
|
|
|
|
Patch1: %{name}_modprobe_syslog.patch
|
|
|
|
|
Patch2: %{name}-%{version}-fmt-warnings.patch
|
|
|
|
|
Patch3: 0001-openssl-Ensure-the-thread-ID-is-never-zero.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
BuildRequires: curl-devel
|
|
|
|
@@ -51,8 +47,10 @@ BuildRequires: gmp-devel
|
|
|
|
|
BuildRequires: gperf
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
|
BuildRequires: openldap2-devel
|
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
|
BuildRequires: pcsc-lite-devel
|
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
|
%if %with_mysql
|
|
|
|
|
BuildRequires: libmysqlclient-devel
|
|
|
|
@@ -133,36 +131,19 @@ StrongSwan is an OpenSource IPsec-based VPN Solution for Linux
|
|
|
|
|
|
|
|
|
|
This package provides the strongswan library and plugins.
|
|
|
|
|
|
|
|
|
|
%package ikev1
|
|
|
|
|
Summary: OpenSource IPsec-based VPN Solution
|
|
|
|
|
Group: Productivity/Networking/Security
|
|
|
|
|
Requires: iproute2
|
|
|
|
|
Requires: strongswan-ipsec = %{version}
|
|
|
|
|
Requires: strongswan-libs0 = %{version}
|
|
|
|
|
Provides: ikev1
|
|
|
|
|
Provides: pluto
|
|
|
|
|
Provides: strongswan-daemon = %{version}
|
|
|
|
|
Conflicts: freeswan openswan strongswan < %{version}
|
|
|
|
|
|
|
|
|
|
%description ikev1
|
|
|
|
|
StrongSwan is an OpenSource IPsec-based VPN Solution for Linux
|
|
|
|
|
|
|
|
|
|
This package provides the pluto IKEv1 daemon.
|
|
|
|
|
|
|
|
|
|
%package ikev2
|
|
|
|
|
%package charon
|
|
|
|
|
Summary: OpenSource IPsec-based VPN Solution
|
|
|
|
|
Group: Productivity/Networking/Security
|
|
|
|
|
Requires: iproute2
|
|
|
|
|
Requires: strongswan-daemon-starter = %{version}
|
|
|
|
|
Requires: strongswan-libs0 = %{version}
|
|
|
|
|
Provides: ikev2
|
|
|
|
|
Provides: strongswan-daemon = %{version}
|
|
|
|
|
Conflicts: openswan strongswan < %{version}
|
|
|
|
|
|
|
|
|
|
%description ikev2
|
|
|
|
|
%description charon
|
|
|
|
|
StrongSwan is an OpenSource IPsec-based VPN Solution for Linux
|
|
|
|
|
|
|
|
|
|
This package provides the charon IKEv2 daemon.
|
|
|
|
|
This package provides the charon daemon supporting IKEv1 & IKEv2.
|
|
|
|
|
|
|
|
|
|
%package ipsec
|
|
|
|
|
Summary: OpenSource IPsec-based VPN Solution
|
|
|
|
@@ -249,8 +230,6 @@ and the load testing plugin for IKEv2 daemon.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{upstream_version}
|
|
|
|
|
%patch1 -p0
|
|
|
|
|
%patch2 -p0
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
sed -e 's|@libexecdir@|%_libexecdir|g' \
|
|
|
|
|
< $RPM_SOURCE_DIR/strongswan.init.in \
|
|
|
|
|
> strongswan.init
|
|
|
|
@@ -261,35 +240,55 @@ export RPM_OPT_FLAGS CFLAGS
|
|
|
|
|
#libtoolize --force
|
|
|
|
|
#autoreconf
|
|
|
|
|
%configure \
|
|
|
|
|
--enable-conftest \
|
|
|
|
|
--enable-integrity-test \
|
|
|
|
|
--with-capabilities=libcap \
|
|
|
|
|
--with-plugindir=%{strongswan_plugins} \
|
|
|
|
|
--with-resolv-conf=%{_localstatedir}/run/strongswan/resolv.conf \
|
|
|
|
|
--enable-smartcard \
|
|
|
|
|
--with-default-pkcs11=%{_libdir}/opensc-pkcs11.so \
|
|
|
|
|
--enable-cisco-quirks \
|
|
|
|
|
--enable-pkcs11 \
|
|
|
|
|
--enable-openssl \
|
|
|
|
|
--enable-agent \
|
|
|
|
|
--enable-md4 \
|
|
|
|
|
--enable-gcrypt \
|
|
|
|
|
--enable-blowfish \
|
|
|
|
|
--enable-ctr \
|
|
|
|
|
--enable-ccm \
|
|
|
|
|
--enable-gcm \
|
|
|
|
|
--enable-unity \
|
|
|
|
|
--enable-md4 \
|
|
|
|
|
--enable-af-alg \
|
|
|
|
|
--enable-eap-sim \
|
|
|
|
|
--enable-eap-sim-file \
|
|
|
|
|
--enable-eap-sim-pcsc \
|
|
|
|
|
--enable-eap-aka \
|
|
|
|
|
--enable-eap-aka-3gpp2 \
|
|
|
|
|
--enable-eap-simaka-sql \
|
|
|
|
|
--enable-eap-simaka-pseudonym \
|
|
|
|
|
--enable-eap-simaka-reauth \
|
|
|
|
|
--enable-eap-identity \
|
|
|
|
|
--enable-eap-md5 \
|
|
|
|
|
--enable-eap-gtc \
|
|
|
|
|
--enable-eap-aka \
|
|
|
|
|
--enable-eap-radius \
|
|
|
|
|
--enable-eap-identity \
|
|
|
|
|
--enable-eap-mschapv2 \
|
|
|
|
|
--enable-eap-aka-3gpp2 \
|
|
|
|
|
--enable-eap-tls \
|
|
|
|
|
--enable-eap-ttls \
|
|
|
|
|
--enable-eap-peap \
|
|
|
|
|
--enable-eap-tnc \
|
|
|
|
|
--enable-eap-dynamic \
|
|
|
|
|
--enable-eap-radius \
|
|
|
|
|
--enable-xauth-eap \
|
|
|
|
|
--enable-xauth-pam \
|
|
|
|
|
--enable-ha \
|
|
|
|
|
--enable-dhcp \
|
|
|
|
|
--enable-farp \
|
|
|
|
|
--enable-smp \
|
|
|
|
|
--enable-sql \
|
|
|
|
|
--enable-attr-sql \
|
|
|
|
|
--enable-addrblock \
|
|
|
|
|
--enable-radattr \
|
|
|
|
|
--enable-mediation \
|
|
|
|
|
--enable-led \
|
|
|
|
|
--enable-certexpire \
|
|
|
|
|
--enable-duplicheck \
|
|
|
|
|
--enable-coupling \
|
|
|
|
|
%if %with_mysql
|
|
|
|
|
--enable-mysql \
|
|
|
|
|
%endif
|
|
|
|
@@ -307,14 +306,15 @@ export RPM_OPT_FLAGS CFLAGS
|
|
|
|
|
--enable-test-vectors \
|
|
|
|
|
%endif
|
|
|
|
|
--enable-ldap \
|
|
|
|
|
--enable-soup \
|
|
|
|
|
--enable-curl
|
|
|
|
|
make %{?_smp_mflags:%_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
export RPM_BUILD_ROOT
|
|
|
|
|
install -m755 -d ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
|
|
|
install -m755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/ipsec.d/
|
|
|
|
|
install -m755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/init.d/
|
|
|
|
|
install -d -m755 ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
|
|
|
install -d -m755 ${RPM_BUILD_ROOT}%{_sysconfdir}/ipsec.d/
|
|
|
|
|
install -d -m755 ${RPM_BUILD_ROOT}%{_sysconfdir}/init.d/
|
|
|
|
|
install -m755 strongswan.init ${RPM_BUILD_ROOT}%{_sysconfdir}/init.d/ipsec
|
|
|
|
|
ln -s %{_sysconfdir}/init.d/ipsec ${RPM_BUILD_ROOT}%{_sbindir}/rcipsec
|
|
|
|
|
#
|
|
|
|
@@ -330,15 +330,18 @@ cat << EOT > ${RPM_BUILD_ROOT}%{_sysconfdir}/ipsec.secrets
|
|
|
|
|
#
|
|
|
|
|
EOT
|
|
|
|
|
#
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{strongswan_libdir}/lib{charon,hydra,radius,strongswan,simaka}.so
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{strongswan_libdir}/lib{charon,hydra,strongswan}.so
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{strongswan_libdir}/lib{radius,simaka,tls,tnccs}.so
|
|
|
|
|
find $RPM_BUILD_ROOT%{strongswan_libdir} \
|
|
|
|
|
-name "*.a" -o -name "*.la" | xargs -r rm -f
|
|
|
|
|
#
|
|
|
|
|
install -m755 -d ${RPM_BUILD_ROOT}%{strongswan_docdir}/
|
|
|
|
|
install -m644 TODO NEWS README COPYING CREDITS \
|
|
|
|
|
${RPM_SOURCE_DIR}/README.SUSE \
|
|
|
|
|
${RPM_BUILD_ROOT}%{strongswan_docdir}/
|
|
|
|
|
install -m755 -d $RPM_BUILD_ROOT%{_localstatedir}/run/strongswan
|
|
|
|
|
install -d -m755 ${RPM_BUILD_ROOT}%{strongswan_docdir}/
|
|
|
|
|
#install -m644 TODO NEWS README COPYING CREDITS \
|
|
|
|
|
# ${RPM_SOURCE_DIR}/README.SUSE \
|
|
|
|
|
# ${RPM_BUILD_ROOT}%{strongswan_docdir}/
|
|
|
|
|
install -c -m644 ${RPM_SOURCE_DIR}/README.SUSE \
|
|
|
|
|
${RPM_BUILD_ROOT}%{strongswan_docdir}/
|
|
|
|
|
install -d -m755 $RPM_BUILD_ROOT%{_localstatedir}/run/strongswan
|
|
|
|
|
|
|
|
|
|
%post libs0
|
|
|
|
|
%{run_ldconfig}
|
|
|
|
@@ -353,11 +356,13 @@ test -d %{_localstatedir}/run/strongswan || \
|
|
|
|
|
|
|
|
|
|
%preun ipsec
|
|
|
|
|
%{stop_on_removal ipsec}
|
|
|
|
|
if test -s %{_sysconfdir}/ipsec.secrets.rpmsave; then
|
|
|
|
|
cp -p --backup=numbered %{_sysconfdir}/ipsec.secrets.rpmsave %{_sysconfdir}/ipsec.secrets.rpmsave.old
|
|
|
|
|
if test -s %{_sysconfdir}/ipsec.secrets.rpmsave ; then
|
|
|
|
|
cp -p --backup=numbered %{_sysconfdir}/ipsec.secrets.rpmsave \
|
|
|
|
|
%{_sysconfdir}/ipsec.secrets.rpmsave.old
|
|
|
|
|
fi
|
|
|
|
|
if test -s %{_sysconfdir}/ipsec.conf.rpmsave; then
|
|
|
|
|
cp -p --backup=numbered %{_sysconfdir}/ipsec.conf.rpmsave %{_sysconfdir}/ipsec.conf.rpmsave.old
|
|
|
|
|
if test -s %{_sysconfdir}/ipsec.conf.rpmsave ; then
|
|
|
|
|
cp -p --backup=numbered %{_sysconfdir}/ipsec.conf.rpmsave \
|
|
|
|
|
%{_sysconfdir}/ipsec.conf.rpmsave.old
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun ipsec
|
|
|
|
@@ -389,11 +394,14 @@ fi
|
|
|
|
|
%{_mandir}/man5/ipsec.secrets.5*
|
|
|
|
|
%{_mandir}/man5/strongswan.conf.5*
|
|
|
|
|
%dir %{_libexecdir}/ipsec
|
|
|
|
|
%{_libexecdir}/ipsec/_copyright
|
|
|
|
|
%{_libexecdir}/ipsec/_updown
|
|
|
|
|
%{_libexecdir}/ipsec/_updown_espmark
|
|
|
|
|
%{_libexecdir}/ipsec/_copyright
|
|
|
|
|
%{_libexecdir}/ipsec/pki
|
|
|
|
|
%{_libexecdir}/ipsec/conftest
|
|
|
|
|
%{_libexecdir}/ipsec/duplicheck
|
|
|
|
|
%{_libexecdir}/ipsec/openac
|
|
|
|
|
%{_libexecdir}/ipsec/pki
|
|
|
|
|
%{_libexecdir}/ipsec/pool
|
|
|
|
|
%{_libexecdir}/ipsec/scepclient
|
|
|
|
|
%{_libexecdir}/ipsec/starter
|
|
|
|
|
%{_libexecdir}/ipsec/stroke
|
|
|
|
@@ -401,14 +409,7 @@ fi
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-stroke.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-updown.so
|
|
|
|
|
|
|
|
|
|
%files ikev1
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_libexecdir}/ipsec
|
|
|
|
|
%{_libexecdir}/ipsec/whack
|
|
|
|
|
%{_libexecdir}/ipsec/pluto
|
|
|
|
|
%{_libexecdir}/ipsec/_pluto_adns
|
|
|
|
|
|
|
|
|
|
%files ikev2
|
|
|
|
|
%files charon
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_libexecdir}/ipsec
|
|
|
|
|
%{_libexecdir}/ipsec/charon
|
|
|
|
@@ -416,76 +417,85 @@ fi
|
|
|
|
|
%files doc
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{strongswan_docdir}
|
|
|
|
|
%{strongswan_docdir}/TODO
|
|
|
|
|
%{strongswan_docdir}/NEWS
|
|
|
|
|
%{strongswan_docdir}/README
|
|
|
|
|
%{strongswan_docdir}/COPYING
|
|
|
|
|
%{strongswan_docdir}/CREDITS
|
|
|
|
|
%{_mandir}/man3/anyaddr.3*
|
|
|
|
|
%{_mandir}/man3/atoaddr.3*
|
|
|
|
|
%{_mandir}/man3/atoasr.3*
|
|
|
|
|
%{_mandir}/man3/atoul.3*
|
|
|
|
|
%{_mandir}/man3/goodmask.3*
|
|
|
|
|
%{_mandir}/man3/initaddr.3*
|
|
|
|
|
%{_mandir}/man3/initsubnet.3*
|
|
|
|
|
%{_mandir}/man3/portof.3*
|
|
|
|
|
%{_mandir}/man3/rangetosubnet.3*
|
|
|
|
|
%{_mandir}/man3/sameaddr.3*
|
|
|
|
|
%{_mandir}/man3/subnetof.3*
|
|
|
|
|
%{_mandir}/man3/ttoaddr.3*
|
|
|
|
|
%{_mandir}/man3/ttodata.3*
|
|
|
|
|
%{_mandir}/man3/ttosa.3*
|
|
|
|
|
%{_mandir}/man3/ttoul.3*
|
|
|
|
|
#%{strongswan_docdir}/TODO
|
|
|
|
|
#%{strongswan_docdir}/NEWS
|
|
|
|
|
#%{strongswan_docdir}/README
|
|
|
|
|
#%{strongswan_docdir}/COPYING
|
|
|
|
|
#%{strongswan_docdir}/CREDITS
|
|
|
|
|
#%{_mandir}/man3/anyaddr.3*
|
|
|
|
|
#%{_mandir}/man3/atoaddr.3*
|
|
|
|
|
#%{_mandir}/man3/atoasr.3*
|
|
|
|
|
#%{_mandir}/man3/atoul.3*
|
|
|
|
|
#%{_mandir}/man3/goodmask.3*
|
|
|
|
|
#%{_mandir}/man3/initaddr.3*
|
|
|
|
|
#%{_mandir}/man3/initsubnet.3*
|
|
|
|
|
#%{_mandir}/man3/portof.3*
|
|
|
|
|
#%{_mandir}/man3/rangetosubnet.3*
|
|
|
|
|
#%{_mandir}/man3/sameaddr.3*
|
|
|
|
|
#%{_mandir}/man3/subnetof.3*
|
|
|
|
|
#%{_mandir}/man3/ttoaddr.3*
|
|
|
|
|
#%{_mandir}/man3/ttodata.3*
|
|
|
|
|
#%{_mandir}/man3/ttosa.3*
|
|
|
|
|
#%{_mandir}/man3/ttoul.3*
|
|
|
|
|
%{_mandir}/man8/_updown.8*
|
|
|
|
|
%{_mandir}/man8/_updown_espmark.8*
|
|
|
|
|
%{_mandir}/man8/openac.8*
|
|
|
|
|
%{_mandir}/man8/pluto.8*
|
|
|
|
|
%{_mandir}/man8/scepclient.8*
|
|
|
|
|
|
|
|
|
|
%files libs0
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%config(noreplace) %attr(600,root,root) %{_sysconfdir}/strongswan.conf
|
|
|
|
|
%dir %{_libexecdir}/ipsec
|
|
|
|
|
%dir %{_libexecdir}/ipsec/pool
|
|
|
|
|
#%dir %{_libexecdir}/ipsec/pool
|
|
|
|
|
%dir %{strongswan_libdir}
|
|
|
|
|
%{strongswan_libdir}/libchecksum.so
|
|
|
|
|
%{strongswan_libdir}/libhydra.so.0
|
|
|
|
|
%{strongswan_libdir}/libhydra.so.0.0.0
|
|
|
|
|
%{strongswan_libdir}/libcharon.so.0
|
|
|
|
|
%{strongswan_libdir}/libcharon.so.0.0.0
|
|
|
|
|
%{strongswan_libdir}/libradius.so.0
|
|
|
|
|
%{strongswan_libdir}/libradius.so.0.0.0
|
|
|
|
|
%{strongswan_libdir}/libsimaka.so.0
|
|
|
|
|
%{strongswan_libdir}/libsimaka.so.0.0.0
|
|
|
|
|
%{strongswan_libdir}/libstrongswan.so.0
|
|
|
|
|
%{strongswan_libdir}/libstrongswan.so.0.0.0
|
|
|
|
|
%{strongswan_libdir}/libcharon.so.*
|
|
|
|
|
%{strongswan_libdir}/libhydra.so.*
|
|
|
|
|
%{strongswan_libdir}/libradius.so.*
|
|
|
|
|
%{strongswan_libdir}/libsimaka.so.*
|
|
|
|
|
%{strongswan_libdir}/libstrongswan.so.*
|
|
|
|
|
%{strongswan_libdir}/libtls.so.*
|
|
|
|
|
%{strongswan_libdir}/libtnccs.so.*
|
|
|
|
|
%dir %{strongswan_plugins}
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-addrblock.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-aes.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-af-alg.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-agent.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-attr.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-attr-sql.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-blowfish.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-ccm.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-certexpire.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-cmac.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-constraints.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-coupling.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-ctr.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-curl.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-des.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-dhcp.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-dnskey.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-duplicheck.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-aka-3gpp2.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-aka.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-dynamic.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-gtc.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-identity.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-md5.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-mschapv2.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-peap.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-radius.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-sim-file.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-sim-pcsc.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-sim.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-simaka-pseudonym.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-simaka-reauth.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-simaka-sql.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-sim-file.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-sim.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-tls.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-tnc.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-eap-ttls.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-farp.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-fips-prf.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-gcm.so
|
|
|
|
|
%if %with_gcrypt
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-gcrypt.so
|
|
|
|
|
%endif
|
|
|
|
@@ -494,23 +504,33 @@ fi
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-hmac.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-kernel-netlink.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-ldap.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-led.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-md4.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-md5.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-nonce.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-openssl.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-pem.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-pgp.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-pkcs1.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-pkcs11.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-pkcs8.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-pubkey.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-radattr.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-random.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-resolve.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-revocation.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-sha1.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-sha2.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-socket*.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-smp.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-socket-default.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-soup.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-sql.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-tnc-tnccs.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-unity.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-x509.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-xauth.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-xauth-eap.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-xauth-generic.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-xauth-pam.so
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-xcbc.so
|
|
|
|
|
%dir %ghost %{_localstatedir}/run/strongswan
|
|
|
|
|
|
|
|
|
@@ -520,7 +540,7 @@ fi
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_libexecdir}/ipsec
|
|
|
|
|
%dir %{strongswan_plugins}
|
|
|
|
|
%{strongswan_plugins}/libstrongswan-nm.so
|
|
|
|
|
%{_libexecdir}/ipsec/charon-nm
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %with_mysql
|
|
|
|
|