forked from pool/xmlsec1
Accepting request 856851 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/856851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=14
This commit is contained in:
commit
342e4df5d9
@ -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
3
xmlsec1-1.2.31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b10bc52cc31e4f76162e3975e50db26b71ab49c571d810b311ca626be5a0b26
|
||||||
|
size 1989144
|
@ -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>
|
Thu Jun 18 12:10:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%global libgnutls libxmlsec1-gnutls1
|
%global libgnutls libxmlsec1-gnutls1
|
||||||
%global libnss libxmlsec1-nss1
|
%global libnss libxmlsec1-nss1
|
||||||
Name: xmlsec1
|
Name: xmlsec1
|
||||||
Version: 1.2.30
|
Version: 1.2.31
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -137,12 +137,13 @@ Requires: mozilla-nss-devel >= 3.2
|
|||||||
Libraries, includes, etc. for developing XML Security applications with NSS.
|
Libraries, includes, etc. for developing XML Security applications with NSS.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules
|
--disable-silent-rules \
|
||||||
|
--disable-md5
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user