Re-enable stroke backend for now
This commit is contained in:
parent
b5f8ae4845
commit
46bea02645
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 3 15:59:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Dec 3 15:59:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- /usr/sbin/ipsec is no longer built after being deprecated in 5.2.0
|
- /usr/sbin/ipsec is deprecated since 5.2.0 and will be removed
|
||||||
|
in the future.
|
||||||
- Update to release 6.0.0
|
- Update to release 6.0.0
|
||||||
* Support for multiple IKEv2 key exchanges (RFC 9370)
|
* Support for multiple IKEv2 key exchanges (RFC 9370)
|
||||||
* Support for the Module-Lattice-Based Key-Encapsulation
|
* Support for the Module-Lattice-Based Key-Encapsulation
|
||||||
|
@ -22,11 +22,7 @@
|
|||||||
%define strongswan_datadir %{_datadir}/strongswan
|
%define strongswan_datadir %{_datadir}/strongswan
|
||||||
%define strongswan_plugins %{strongswan_libdir}/plugins
|
%define strongswan_plugins %{strongswan_libdir}/plugins
|
||||||
%define strongswan_templates %{strongswan_datadir}/templates
|
%define strongswan_templates %{strongswan_datadir}/templates
|
||||||
%if 0%{?suse_version} < 1600
|
|
||||||
%bcond_without stroke
|
%bcond_without stroke
|
||||||
%else
|
|
||||||
%bcond_with stroke
|
|
||||||
%endif
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%bcond_without fipscheck
|
%bcond_without fipscheck
|
||||||
%ifarch %{ix86} ppc64le
|
%ifarch %{ix86} ppc64le
|
||||||
|
Loading…
Reference in New Issue
Block a user