- Cleanup spec file with spec-cleaner - Uptate to 1.2.20 OBS-URL: https://build.opensuse.org/request/show/288860 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxmlsec1?expand=0&rev=7
120 lines
5.2 KiB
Plaintext
120 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 4 12:09:57 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Cleanup spec file with spec-cleaner
|
|
- Uptate to 1.2.20
|
|
* fix build on MacOSX (bug #680307)
|
|
* update certs for examples (bug #674572)
|
|
* update test certs to be valid till 2114
|
|
* don't create files on xmlsec-mscrypto when loading the key
|
|
(bug #633924)
|
|
* clarify min OpenSSL requirements
|
|
* better detect private keys on ext RSA engines (bug #728213)
|
|
* fixed CRL check
|
|
* fixes for RH 6x
|
|
* fixed switch - added missed break keywords (bug #704574)
|
|
* fix memory leak in converting cert subject
|
|
* disable network access during internal xml transform parser
|
|
* fix typo (fixed bug 695605)
|
|
* disable ECDSA if needed (Daniel)
|
|
* docs rebuild
|
|
- Changes for 1.2.19
|
|
* Added support for DSA-SHA256, ECDSA-SHA1, ECDSA-SHA224,
|
|
ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512 (Mak Kolybabi)
|
|
* GOST support for xmlsec-openssl (patch from Dmitry Belyavsky)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 16 13:35:53 UTC 2015 - jengelh@inai.de
|
|
|
|
- Use source URL and set RPM group.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 7 14:41:10 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 1.2.18:
|
|
* Fixed crasher in 64 bit (reported by Roumen)
|
|
- Aditional changes from 1.2.17:
|
|
* Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire)
|
|
* Fixed pkcs12 file loading (based on patch from Andre de Souza Pinto)
|
|
* Fixed comments (based on patch from Wolfgang Woehl)
|
|
* Fixed extra quotes in configure (bug #631258)
|
|
* Fixed configure issue with empty --with-libxml/libxsl and config scripts in /bin directory
|
|
* Fixed gcrypt init/shutdown (patch from Roumen)
|
|
- Aditional changes from 1.2.16:
|
|
* Added X509Data support to xmlsec-gnutls
|
|
* Several patches from Roumen: support NSS/NSPR from seamonkey
|
|
package; reorder libxmlsec as dep. lib for mingw; fix gcrypt/src/asn1.h
|
|
include; fix Unicode build for mingw
|
|
* Added RSA/SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 for xmlsec-gnutls
|
|
* Added DSA/SHA1 for xmlsec-gnutls
|
|
* Added RSA/SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 for xmlsec-gcrypt
|
|
* Added DSA/SHA1 for xmlsec-gcrypt
|
|
* Added DES KW support for xmlsec-mscrypto
|
|
* Added DES KW support for xmlsec-gnutls
|
|
* Separated xmlsec-gnutls and xmlsec-gcrypt libraries
|
|
* Added AES KW support for xmlsec-mscrypto
|
|
* Added AES KW support for xmlsec-gnutls
|
|
* Added RSA/OAEP support for xmlsec-mscrypto
|
|
- Aditional changes from 1.2.15:
|
|
* Converted xmlsec-mscrypto to unicode and provided a compile time
|
|
option to switch between unicode/non-unicode builds
|
|
* Deleted support for old gnutls, new required version 2.8.0
|
|
* Added SHA256/384/512 support for xmlsec-gnutls
|
|
* Added support for HMAC with MD5, SHA1, SHA256/384/512 in xmlsec-mscrypto
|
|
* Added support for MD5 RSA/MD5 in xmlsec-mscrypto
|
|
* Added support for SHA256/384/512 for digest, HMAC and RSA in xmlsec-nss
|
|
(requires nss 3.8 + nspr 4.3 or greater)
|
|
* Added support for MD5 for digest and RSA in xmlsec-nss
|
|
* Minor fixes to xmlsec-nss (xmlsec bug #118630), bumping nss min
|
|
version to 3.9 + nspr 4.4.1 or greater
|
|
Other minor fixes for xmlsec-nss
|
|
* Fix PK_CONFIG problem (reported by Roumen)
|
|
* Enable --crypto for transform checks
|
|
* Enable RSA/SHA2 support in xmlsec-mscrypto
|
|
* Misc. cleanups in xmlsec-mscrypto
|
|
* Fix PK_CONFIG problem (reported by Roumen)
|
|
* Fix DSA support in xmlsec-nss (https://bugzilla.mozilla.org/show_bug.cgi?id=561598)
|
|
* Fix search for certificates with UTF-8 subject on Windows in xmlsec-mscrypto
|
|
* Remove spaces at the end of lines
|
|
* Fix search for certificates with Unicode subject on Windows in xmlsec-mscrypto
|
|
* Copy *.manifest files to installation for Windows builds
|
|
* Convert tabs to spaces
|
|
* Fix key name conversion to unicode problem in xmlsec-mscrypto
|
|
* Fix compile warnings in xmlsec-openssl
|
|
* Fix linking order issue (based on patch from Roumen)
|
|
* Fix typo Copyrigth -> Copyright
|
|
* Add xmlsec-mscrypto to the top level copyright file
|
|
* Refresh the copyright date to 2010
|
|
* Add references to licenses
|
|
* Ensure we have only one copy of key's cert after reading pkcs12
|
|
from openssl
|
|
* Fix valgrind's invalid read with chained XPath transforms (based
|
|
on patch from Frank Gross).
|
|
- Aditional changes from 1.2.14:
|
|
* Use installed ltdl on *nix and native code on Windows
|
|
* Fix --with-libxslt-src (patch from Roumen)
|
|
- Aditional changes from 1.2.13:
|
|
* Fix XML dump format
|
|
* fix build for openssl 1.0 (based on patch from Roumen Petrov)
|
|
* cleanup test invocation scripts
|
|
* cleanup configure.in
|
|
* fix a couple minor issues (based on patch from Arfrever
|
|
Frehtes Taifersar Arahesis)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 29 21:50:13 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Remove redundant tags/sections per specfile guideline suggestions
|
|
- Parallel building using %_smp_mflags
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 11 11:25:31 UTC 2009 - alexandre@exatati.com.br
|
|
|
|
- Update to 1.2.12;
|
|
- Disabled static libraries.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 00:00:00 UTC 2009 - alexandre@exatati.com.br
|
|
|
|
- Initial package for OBS.
|