forked from pool/xmlsec1
Accepting request 1187083 from LibreOffice:Factory
- Update to 1.2.40 The legacy XML Security Library 1.2.40 release includes the following changes: * (xmlsec-core) Fixed functions deprecated in LibXML2 2.13.1 (including disabling HTTP support by default). * (xmlsec-nss) Increased keys size in all tests to support NSS 3.101. * (windows) Added "ftp" and "http" flags in 'configure.js' (both are disabled by default). * Several other small fixes (more details). - Update to 1.2.39 The legacy XML Security Library 1.2.39 release includes the following changes: * Added options to enable/disable local files, HTTP, and FTP support. FTP is disabled by default. * Several other small fixes (more details). - Remove upstreamed xmlsec1-gcc14.patch OBS-URL: https://build.opensuse.org/request/show/1187083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=28
This commit is contained in:
commit
497019fa36
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9de8cf8d7d2e288a9cef205cc6cb93c926a67dadfaf44aaff76ed63c28ce9902
|
|
||||||
size 2036578
|
|
Binary file not shown.
BIN
xmlsec1-1.2.40.tar.gz
(Stored with Git LFS)
Normal file
BIN
xmlsec1-1.2.40.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
xmlsec1-1.2.40.tar.gz.sig
Normal file
BIN
xmlsec1-1.2.40.tar.gz.sig
Normal file
Binary file not shown.
@ -1,10 +0,0 @@
|
|||||||
--- xmlsec1-1.2.38/apps/crypto.c 2024-05-24 19:08:57.856528758 +0200
|
|
||||||
+++ xmlsec1-1.2.38/apps/crypto.c 2024-05-24 19:09:45.526855641 +0200
|
|
||||||
@@ -12,6 +12,7 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
+#include <stdlib.h>
|
|
||||||
|
|
||||||
#include <xmlsec/xmlsec.h>
|
|
||||||
#include <xmlsec/keys.h>
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 12 06:09:16 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.2.40
|
||||||
|
The legacy XML Security Library 1.2.40 release includes the following changes:
|
||||||
|
* (xmlsec-core) Fixed functions deprecated in LibXML2 2.13.1 (including disabling HTTP support by default).
|
||||||
|
* (xmlsec-nss) Increased keys size in all tests to support NSS 3.101.
|
||||||
|
* (windows) Added "ftp" and "http" flags in 'configure.js' (both are disabled by default).
|
||||||
|
* Several other small fixes (more details).
|
||||||
|
|
||||||
|
- Update to 1.2.39
|
||||||
|
The legacy XML Security Library 1.2.39 release includes the following changes:
|
||||||
|
* Added options to enable/disable local files, HTTP, and FTP support. FTP is disabled by default.
|
||||||
|
* Several other small fixes (more details).
|
||||||
|
|
||||||
|
- Remove upstreamed xmlsec1-gcc14.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 24 17:15:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Fri May 24 17:15:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%global libgnutls libxmlsec1-gnutls1
|
%global libgnutls libxmlsec1-gnutls1
|
||||||
%global libnss libxmlsec1-nss1
|
%global libnss libxmlsec1-nss1
|
||||||
Name: xmlsec1
|
Name: xmlsec1
|
||||||
Version: 1.2.38
|
Version: 1.2.40
|
||||||
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
|
||||||
@ -33,7 +33,6 @@ Source1: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.sig#/
|
|||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Source99: xmlsec1-rpmlintrc
|
Source99: xmlsec1-rpmlintrc
|
||||||
Patch0: xmlsec1-ui_null.patch
|
Patch0: xmlsec1-ui_null.patch
|
||||||
Patch1: xmlsec1-gcc14.patch
|
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
# Needed certutil for tests
|
# Needed certutil for tests
|
||||||
@ -146,7 +145,6 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
|
|||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
%patch -P 0 -p1
|
%patch -P 0 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Allow for deprecations
|
# Allow for deprecations
|
||||||
|
Loading…
Reference in New Issue
Block a user