forked from pool/strongswan
This commit is contained in:
parent
27260ae183
commit
15ae089190
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 14:31:49 CEST 2008 - mt@suse.de
|
||||
|
||||
- Fixed to use --enable-curl instead of --enable-http as before
|
||||
- Enabled the OpenSSL crypto plugin in the spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 09:48:14 CEST 2008 - mt@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: strongswan
|
||||
%define upstream_version 4.2.6
|
||||
%define strongswan_docdir %{_docdir}/%{name}
|
||||
Version: 4.2.6
|
||||
Release: 1
|
||||
Release: 3
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: StrongSwan -- OpenSource IPsec-based VPN Solution
|
||||
@ -43,11 +43,11 @@ Patch3: %{name}_update-dns-server.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: bison flex gmp-devel gperf pkg-config
|
||||
%if 0%{?suse_version} >= 1030
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libopenssl-devel libpcap-devel
|
||||
%else
|
||||
BuildRequires: libpcap
|
||||
BuildRequires: libpcap openssl-devel
|
||||
%endif
|
||||
# --enable-http
|
||||
# --enable-curl
|
||||
BuildRequires: curl-devel
|
||||
# --enable-ldap
|
||||
BuildRequires: openldap2-devel
|
||||
@ -150,13 +150,15 @@ autoreconf
|
||||
%configure \
|
||||
--enable-smartcard --with-default-pkcs11=%{_libdir}/opensc-pkcs11.so \
|
||||
--enable-cisco-quirks \
|
||||
--enable-http \
|
||||
--enable-openssl \
|
||||
--enable-curl \
|
||||
--enable-ldap
|
||||
make %_smp_mflags
|
||||
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 -m755 strongswan.init ${RPM_BUILD_ROOT}%{_sysconfdir}/init.d/ipsec
|
||||
ln -s %{_sysconfdir}/init.d/ipsec ${RPM_BUILD_ROOT}%{_sbindir}/rcipsec
|
||||
@ -268,6 +270,9 @@ fi
|
||||
|
||||
%changelog
|
||||
* Thu Aug 28 2008 mt@suse.de
|
||||
- Fixed to use --enable-curl instead of --enable-http as before
|
||||
- Enabled the OpenSSL crypto plugin in the spec file.
|
||||
* Thu Aug 28 2008 mt@suse.de
|
||||
- Updated to 4.2.6 release, fixing bugs and offering a lot of new
|
||||
features comparing to the last version provided by this package.
|
||||
Most important are:
|
||||
|
Loading…
Reference in New Issue
Block a user