- Fix failing x509 tests with OpenSSL < 1.1

- Added:
  * fix-x509-test-fails-on-old-openssl-systems-682.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=260
This commit is contained in:
Victor Zhestkov
2024-10-02 08:24:46 +00:00
committed by Git OBS Bridge
parent 34c4e47c9b
commit 6f40fcd540
4 changed files with 272 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 2 07:47:58 UTC 2024 - Marek Czernek <marek.czernek@suse.com>
- Fix failing x509 tests with OpenSSL < 1.1
- Added:
* fix-x509-test-fails-on-old-openssl-systems-682.patch
-------------------------------------------------------------------
Wed Sep 25 11:45:28 UTC 2024 - Victor Zhestkov <vzhestkov@suse.com>