1
0

Accepting request 1133105 from Java:Factory

fix fips mode

OBS-URL: https://build.opensuse.org/request/show/1133105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-21-openjdk?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2023-12-15 20:47:03 +00:00 committed by Git OBS Bridge
commit 466b4b7d74
3 changed files with 10 additions and 1 deletions

View File

@ -2057,7 +2057,7 @@ index 5149edba0e5..8227d650a03 100644
+# using the system properties file stored at
+# /etc/crypto-policies/back-ends/java.config
+#
+security.useSystemPropertiesFile=false
+security.useSystemPropertiesFile=true
+
#
# Determines the default key and trust manager factory algorithms for

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 14 13:24:11 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* fips.patch
+ use the system crypto-policies provided configuration file
by default (bsc#1218061)
-------------------------------------------------------------------
Fri Oct 27 05:18:42 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -476,6 +476,7 @@ bash ../configure \
%if %{is_release}
--with-version-pre="" \
%endif
--with-version-build="%{buildver}" \
--with-version-opt="suse-%{release}-%{_arch}" \
%if %{with zero}
--with-jvm-variants=zero \