Accepting request 856830 from home:dimstar:Factory

- Update to version 1.2.31:
  + Unload error strings in OpenSSL shutdown.
  + Make userData available when executing preExecCallback
    function.
  + Add an option to use secure memset.
- Pass --disable-md5 to configure: The cryptographic strength of
  the MD5 algorithm is sufficiently doubtful that its use is
  discouraged at this time. It is not listed as an algorithm in
  [XMLDSIG-CORE1]
  https://www.w3.org/TR/xmlsec-algorithms/#bib-XMLDSIG-CORE1

also, nss 3.59 seems to disable md5 finally

OBS-URL: https://build.opensuse.org/request/show/856830
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2020-12-18 09:57:31 +00:00 committed by Git OBS Bridge
parent 8c6f5da4a8
commit 91c7de0269
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d84360b03042178def1d9ff538acacaed2b3a27411db7b2874f1612ed71abc8
size 1989670

3
xmlsec1-1.2.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b10bc52cc31e4f76162e3975e50db26b71ab49c571d810b311ca626be5a0b26
size 1989144

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 17 09:16:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.2.31:
+ Unload error strings in OpenSSL shutdown.
+ Make userData available when executing preExecCallback
function.
+ Add an option to use secure memset.
- Pass --disable-md5 to configure: The cryptographic strength of
the MD5 algorithm is sufficiently doubtful that its use is
discouraged at this time. It is not listed as an algorithm in
[XMLDSIG-CORE1]
https://www.w3.org/TR/xmlsec-algorithms/#bib-XMLDSIG-CORE1
-------------------------------------------------------------------
Thu Jun 18 12:10:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -22,7 +22,7 @@
%global libgnutls libxmlsec1-gnutls1
%global libnss libxmlsec1-nss1
Name: xmlsec1
Version: 1.2.30
Version: 1.2.31
Release: 0
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
License: MIT
@ -137,12 +137,13 @@ Requires: mozilla-nss-devel >= 3.2
Libraries, includes, etc. for developing XML Security applications with NSS.
%prep
%setup -q
%autosetup -p1
%build
%configure \
--disable-static \
--disable-silent-rules
--disable-silent-rules \
--disable-md5
%make_build
%install