diff --git a/xmlsec1-1.2.38.tar.gz b/xmlsec1-1.2.38.tar.gz deleted file mode 100644 index 4336e6d..0000000 --- a/xmlsec1-1.2.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9de8cf8d7d2e288a9cef205cc6cb93c926a67dadfaf44aaff76ed63c28ce9902 -size 2036578 diff --git a/xmlsec1-1.2.38.tar.gz.sig b/xmlsec1-1.2.38.tar.gz.sig deleted file mode 100644 index b98f6c0..0000000 Binary files a/xmlsec1-1.2.38.tar.gz.sig and /dev/null differ diff --git a/xmlsec1-1.2.40.tar.gz b/xmlsec1-1.2.40.tar.gz new file mode 100644 index 0000000..06937e6 --- /dev/null +++ b/xmlsec1-1.2.40.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290c7ec52e80d60e209928da33a95436a2264755255b780d52c438e6105dd31 +size 2057329 diff --git a/xmlsec1-1.2.40.tar.gz.sig b/xmlsec1-1.2.40.tar.gz.sig new file mode 100644 index 0000000..f0c439e Binary files /dev/null and b/xmlsec1-1.2.40.tar.gz.sig differ diff --git a/xmlsec1-gcc14.patch b/xmlsec1-gcc14.patch deleted file mode 100644 index 412face..0000000 --- a/xmlsec1-gcc14.patch +++ /dev/null @@ -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 -+#include - - #include - #include diff --git a/xmlsec1.changes b/xmlsec1.changes index 07eaf26..87f2977 100644 --- a/xmlsec1.changes +++ b/xmlsec1.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jul 12 06:09:16 UTC 2024 - Martin Sirringhaus + +- 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 diff --git a/xmlsec1.spec b/xmlsec1.spec index ff3b467..2ba5e7e 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -23,7 +23,7 @@ %global libgnutls libxmlsec1-gnutls1 %global libnss libxmlsec1-nss1 Name: xmlsec1 -Version: 1.2.38 +Version: 1.2.40 Release: 0 Summary: Library providing support for "XML Signature" and "XML Encryption" standards License: MIT @@ -33,7 +33,6 @@ Source1: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.sig#/ Source2: %{name}.keyring Source99: xmlsec1-rpmlintrc Patch0: xmlsec1-ui_null.patch -Patch1: xmlsec1-gcc14.patch BuildRequires: libgcrypt-devel BuildRequires: libtool # Needed certutil for tests @@ -146,7 +145,6 @@ Libraries, includes, etc. for developing XML Security applications with NSS. %if 0%{?suse_version} < 1500 %patch -P 0 -p1 %endif -%patch -P 1 -p1 %build # Allow for deprecations