Compare commits
No commits in common. "c10s" and "c9s" have entirely different histories.
12
0002-no-softhsm-tests.patch
Normal file
12
0002-no-softhsm-tests.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up pkcs11-provider-1.0/tests/meson.build.xxx pkcs11-provider-1.0/tests/meson.build
|
||||
--- pkcs11-provider-1.0/tests/meson.build.xxx 2025-08-04 10:45:55.290301152 +0200
|
||||
+++ pkcs11-provider-1.0/tests/meson.build 2025-08-04 10:46:12.512858275 +0200
|
||||
@@ -148,7 +148,7 @@ tests = {
|
||||
'session': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
'rand': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
'readkeys': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
- 'tls': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
|
||||
+ 'tls': {'suites': ['softokn', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
|
||||
'tlsfuzzer': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
|
||||
'uri': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
|
||||
'ecxc': {'suites': ['softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional}
|
||||
|
||||
@ -18,6 +18,7 @@ Patch1: 0001-utils-Do-not-fail-if-non-mandatory-attribute-is-not-.patch
|
||||
Patch2: 0001-utils-Handle-correctly-CK_UNAVAILABLE_INFORMATION-wh.patch
|
||||
Patch3: 0001-utils-Do-not-repeat-GetAttribute-calls-when-the-size.patch
|
||||
Patch4: 0001-Fix-peer-keys-domain-parameter-copying.patch
|
||||
Patch5: 0002-no-softhsm-tests.patch
|
||||
|
||||
BuildRequires: openssl-devel >= 3.0.7
|
||||
BuildRequires: gcc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user