From 15ae089190743694e265a9f97971111eaa4a312f20012453330998456e046eb9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 28 Aug 2008 23:51:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strongswan?expand=0&rev=7 --- strongswan.changes | 6 ++++++ strongswan.spec | 17 +++++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/strongswan.changes b/strongswan.changes index aff20f3..29e0fc0 100644 --- a/strongswan.changes +++ b/strongswan.changes @@ -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 diff --git a/strongswan.spec b/strongswan.spec index 2eff870..d81e8be 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -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: