Changelog for
xmlsec1-devel-1.2.41-2.1.x86_64.rpm :
* Mon Sep 02 2024 Martin Schreiner
- Update to 1.2.41:
* (xmlsec-mscng,xmlsec-mscrypto) Improved certificates verification.
* (xmlsec-gnutls) Added support for self-signed certificates.
* (xmlsec-core) Fix deprecated functions in LibXML2 2.13.1 including disabling HTTP support by default (use \'--enable-http\' option to re-enable it).
* Fri Jul 12 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 2024 Fridrich Strba - Added patch:
* xmlsec1-gcc14.patch + add missing include and fix gcc14 build
* Mon Feb 26 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Fri Dec 15 2023 Fridrich Strba - Update to 1.2.38
* Have a look at the changelog for the list of changes
* Thu Nov 30 2023 Guillaume GARDET - Make use of openSUSE build flags
* Tue Aug 08 2023 Fridrich Strba - Added patch:
* xmlsec1-ui_null.patch + fix build with older versions of openssl that don\'t have UI_null() method
* Wed Feb 01 2023 Dirk Müller - switch to pkgconfig(zlib) to allow alternative providers as well
* Sat Dec 03 2022 Dirk Müller - update to 1.2.37: Fixed two regressions from 1.2.36 release
* Fri Nov 04 2022 Pedro Monreal - Update to 1.2.36:
* Retired the XMLSec mailing list \"xmlsecAATTaleksey.com\" and the XMLSec Online Signature Verifier.- Update to 1.2.35:
* Migration to OpenSSL 3.0 API (based on PR by AATTsnargit). Note that OpenSSL engines are disabled by default when XMLSec library is compiled against OpenSSL 3.0. To re-enable OpenSSL engines, use \"--enable-openssl3-engines\" configure flag (there will be a lot of deprecation warnings).
* The OpenSSL before 1.1.0 and LibreSSL before 2.7.0 are now deprecated and will be removed in the future versions of XMLSec Library.
* Refactored all the integer casts to ensure cast-safety. Fixed all warnings and enabled \"-Werror\" and \"-pedantic\" flags on CI builds.
* Added configure flag to use size_t for xmlSecSize (currently disabled by default for backward compatibility).
* Moved all CI builds to GitHub actions.
* Thu Sep 08 2022 Bjørn Lie - Add export CFLAGS/CXXFLAGS=\"-Wno-error=deprecated-declarations\" inbefore configure. We pass --enable-werror to configure, and that leads to warnings about deprecations failing build. As deprecations is mainly a consern for upstream, stop failing on those.
* Mon May 23 2022 Dirk Müller - update to 1.2.34:
* Support for OpenSSL compiled with OPENSSL_NO_ERR.
* Full support for LibreSSL 3.5.0 and above
* Several other small fixes
* Sun Nov 28 2021 Dirk Müller - update to 1.2.33:
* Fix decrypting session key for two recipients
* Added --privkey-openssl-engine option to enhance openssl engine support
* Sun May 09 2021 Andreas Stieger - update to 1.2.32: + Remove MD5 for NSS 3.59 and above + Fix PKCS12_parse return code handling + Fix OpenSSL lookup + xmlSecX509DataGetNodeContent(): don\'t return 0 for non-empty elements - fix for LibreOffice- add upstream signing key and validate source signature- put license text into all subpackages- treat all compiler warnings as errors
* Wed Feb 17 2021 Pedro Monreal - Relax the crypto policies for the test-suite. This allows the tests using certificates with small key lengths to pass.