- reverted last commit, not needed here
OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=89
This commit is contained in:
parent
b401bc1d51
commit
4a7fa03a80
@ -1,16 +0,0 @@
|
|||||||
References: bsc#918474,https://wiki.strongswan.org/issues/881
|
|
||||||
Upstream: yes
|
|
||||||
|
|
||||||
Index: strongswan-5.1.3/src/pki/command.c
|
|
||||||
===================================================================
|
|
||||||
--- strongswan-5.1.3.orig/src/pki/command.c
|
|
||||||
+++ strongswan-5.1.3/src/pki/command.c
|
|
||||||
@@ -73,7 +73,7 @@ static void build_opts()
|
|
||||||
memset(command_optstring, 0, sizeof(command_optstring));
|
|
||||||
if (active == help_idx)
|
|
||||||
{
|
|
||||||
- for (i = 0; cmds[i].cmd; i++)
|
|
||||||
+ for (i = 0; i < MAX_COMMANDS && cmds[i].cmd; i++)
|
|
||||||
{
|
|
||||||
command_opts[i].name = cmds[i].cmd;
|
|
||||||
command_opts[i].val = cmds[i].op;
|
|
@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 9 08:37:42 UTC 2015 - mt@suse.de
|
|
||||||
|
|
||||||
- Applied a fix by Marcus Meissner for a loop check in ipsec pki
|
|
||||||
causing a segfault on attempt to create certificates when fips
|
|
||||||
is enabled (bsc#918474,https://wiki.strongswan.org/issues/881)
|
|
||||||
[+ 0006-strongswan-pkifix.918474.patch]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 5 14:38:46 UTC 2015 - mt@suse.de
|
Mon Jan 5 14:38:46 UTC 2015 - mt@suse.de
|
||||||
|
|
||||||
|
@ -82,7 +82,6 @@ Patch2: %{name}_ipsec_service.patch
|
|||||||
Patch3: %{name}_fipscheck.patch
|
Patch3: %{name}_fipscheck.patch
|
||||||
Patch4: %{name}_fipsfilter.patch
|
Patch4: %{name}_fipsfilter.patch
|
||||||
%endif
|
%endif
|
||||||
Patch7: 0007-strongswan-pkifix.918474.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
@ -292,7 +291,6 @@ and the load testing plugin for IKEv2 daemon.
|
|||||||
%if %{with fipscheck}
|
%if %{with fipscheck}
|
||||||
%patch3 -p0
|
%patch3 -p0
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch7 -p1
|
|
||||||
%endif
|
%endif
|
||||||
sed -e 's|@libexecdir@|%_libexecdir|g' \
|
sed -e 's|@libexecdir@|%_libexecdir|g' \
|
||||||
< $RPM_SOURCE_DIR/strongswan.init.in \
|
< $RPM_SOURCE_DIR/strongswan.init.in \
|
||||||
|
Loading…
Reference in New Issue
Block a user