Accepting request 1226518 from network:vpn
- rename -hmac subpackage to -fips because it isn't providing the hmac files, it provides the configuration drop in to enforce fips mode. OBS-URL: https://build.opensuse.org/request/show/1226518 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strongswan?expand=0&rev=97
This commit is contained in:
commit
3bf0600596
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1732622190
|
||||||
|
commit: da8f2965e2b2460d9eb4f7b25c3be52f7b60a42ab5b9bab48c984206a964d52e
|
||||||
|
url: https://src.opensuse.org/jengelh/strongswan
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ac4a036b66b71eed02d98e29f3a851b75b360034bc3c1e118a8a01d49357497
|
||||||
|
size 256
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 12:02:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- rename -hmac subpackage to -fips because it isn't providing
|
||||||
|
the hmac files, it provides the configuration drop in to
|
||||||
|
enforce fips mode.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 20 12:10:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Jun 20 12:10:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -145,13 +145,15 @@ StrongSwan is an IPsec-based VPN solution for Linux.
|
|||||||
|
|
||||||
This package provides the strongswan library and plugins.
|
This package provides the strongswan library and plugins.
|
||||||
|
|
||||||
%package hmac
|
%package fips
|
||||||
Summary: Config file to disable non FIPS-140-2 algos in strongSwan
|
Summary: Config file to disable non FIPS-140-2 algos in strongSwan
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Requires: strongswan-ipsec = %{version}
|
Requires: strongswan-ipsec = %{version}
|
||||||
Requires: strongswan-libs0 = %{version}
|
Requires: strongswan-libs0 = %{version}
|
||||||
|
Provides: strongswan-hmac = %{version}-%{release}
|
||||||
|
Obsoletes: strongswan-hmac < %{version}-%{release}
|
||||||
|
|
||||||
%description hmac
|
%description fips
|
||||||
The package provides a config file disabling alternative algorithm
|
The package provides a config file disabling alternative algorithm
|
||||||
implementation when FIPS-140-2 compliant operation mode is enabled.
|
implementation when FIPS-140-2 compliant operation mode is enabled.
|
||||||
|
|
||||||
@ -446,7 +448,7 @@ fi
|
|||||||
|
|
||||||
%if %{with fipscheck}
|
%if %{with fipscheck}
|
||||||
|
|
||||||
%files hmac
|
%files fips
|
||||||
%dir %{strongswan_configs}
|
%dir %{strongswan_configs}
|
||||||
%dir %{strongswan_configs}/charon
|
%dir %{strongswan_configs}/charon
|
||||||
%config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/zzz_fips-enforce.conf
|
%config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/zzz_fips-enforce.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user