forked from pool/xmlsec1
Accepting request 1133094 from home:dspinella:branches:LibreOffice:Factory
- Update to 1.3.2: * Have a look at the changelog for the list of changes - Remove xmlsec1-ui_null.patch OBS-URL: https://build.opensuse.org/request/show/1133094 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=57
This commit is contained in:
parent
831e4de4e4
commit
be80d0f728
BIN
xmlsec1-1.2.37.tar.gz
(Stored with Git LFS)
BIN
xmlsec1-1.2.37.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
3
xmlsec1-1.3.2.tar.gz
Normal file
3
xmlsec1-1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf
|
||||
size 2437263
|
BIN
xmlsec1-1.3.2.tar.gz.sig
Normal file
BIN
xmlsec1-1.3.2.tar.gz.sig
Normal file
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
--- xmlsec1-1.2.33/src/openssl/app.c 2022-01-28 07:47:11.922603482 +0100
|
||||
+++ xmlsec1-1.2.33/src/openssl/app.c 2022-01-28 08:18:12.786240295 +0100
|
||||
@@ -437,7 +437,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- if(ENGINE_ctrl_cmd(engine, "SET_USER_INTERFACE", 0, (void *)UI_null(), 0, 1) < 0) {
|
||||
+ if(ENGINE_ctrl_cmd(engine, "SET_USER_INTERFACE", 0, (void *)0, 0, 1) < 0) {
|
||||
xmlSecOpenSSLError("ENGINE_ctrl_cmd_string(SET_USER_INTERFACE)", NULL);
|
||||
goto done;
|
||||
}
|
||||
@@ -453,7 +453,7 @@
|
||||
|
||||
/* load private key */
|
||||
pKey = ENGINE_load_private_key(engine, engineKeyId,
|
||||
- (UI_METHOD *)UI_null(),
|
||||
+ (UI_METHOD *)0,
|
||||
NULL);
|
||||
if(pKey == NULL) {
|
||||
xmlSecOpenSSLError("ENGINE_load_private_key", NULL);
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 11:52:40 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
- Update to 1.3.2:
|
||||
* Have a look at the changelog for the list of changes
|
||||
- Remove xmlsec1-ui_null.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 14:49:16 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%global libgnutls libxmlsec1-gnutls1
|
||||
%global libnss libxmlsec1-nss1
|
||||
Name: xmlsec1
|
||||
Version: 1.2.37
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||
License: MIT
|
||||
@ -32,7 +32,6 @@ Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.g
|
||||
Source1: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.sig#/xmlsec1-%{version}.tar.gz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source99: xmlsec1-rpmlintrc
|
||||
Patch0: xmlsec1-ui_null.patch
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libtool
|
||||
# Needed certutil for tests
|
||||
@ -142,9 +141,6 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} < 1500
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
# Allow for deprecations
|
||||
|
Loading…
Reference in New Issue
Block a user