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