From 5810b6961abd1e0085e2ee905d6d32fd174f4943effcd0d767e623d717d2714b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 18 Feb 2021 11:23:21 +0000 Subject: [PATCH] Accepting request 873126 from home:pmonrealgonzalez:branches:LibreOffice:Factory - Relax the crypto policies for the test-suite. This allows the tests using certificates with small key lengths to pass. OBS-URL: https://build.opensuse.org/request/show/873126 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=32 --- xmlsec1.changes | 6 ++++++ xmlsec1.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/xmlsec1.changes b/xmlsec1.changes index 883e7e2..7f4c946 100644 --- a/xmlsec1.changes +++ b/xmlsec1.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 17 12:17:06 UTC 2021 - Pedro Monreal + +- Relax the crypto policies for the test-suite. This allows the + tests using certificates with small key lengths to pass. + ------------------------------------------------------------------- Thu Dec 17 09:16:49 UTC 2020 - Dominique Leuenberger diff --git a/xmlsec1.spec b/xmlsec1.spec index 1fbe171..1ad8fd1 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -1,7 +1,7 @@ # # spec file for package xmlsec1 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Release: 0 Summary: Library providing support for "XML Signature" and "XML Encryption" standards License: MIT URL: https://www.aleksey.com/xmlsec/ -Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz +Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz Source99: xmlsec1-rpmlintrc BuildRequires: libgcrypt-devel BuildRequires: libtool @@ -156,6 +156,8 @@ mv %{buildroot}%{_datadir}/doc/xmlsec1/* __tmp_doc rmdir %{buildroot}%{_datadir}/doc/xmlsec1 %check +# Relax the crypto policies for the test-suite +export GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null %make_build -j1 check check-keys check-dsig check-enc %post -n %{libname} -p /sbin/ldconfig