Commit Graph

64 Commits

Author SHA256 Message Date
Ana Guerrero
dc0b8ef8ed Accepting request 1176772 from LibreOffice:Factory
Fix gcc14 build

OBS-URL: https://build.opensuse.org/request/show/1176772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=27
2024-05-28 15:27:27 +00:00
Fridrich Strba
bbc500cb28 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=62 2024-05-24 17:15:43 +00:00
Ana Guerrero
e207433534 Accepting request 1152326 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1152326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=26
2024-02-28 18:45:26 +00:00
Fridrich Strba
89ca820a6f Accepting request 1151340 from home:dimstar:rpm4.20:x
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151340
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=60
2024-02-27 15:39:29 +00:00
Ana Guerrero
85ae3b7b21 Accepting request 1134591 from LibreOffice:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1134591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=25
2023-12-22 21:40:59 +00:00
Fridrich Strba
ed7fd66397 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=58 2023-12-15 06:33:59 +00:00
Fridrich Strba
be80d0f728 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
2023-12-15 06:17:47 +00:00
Ana Guerrero
10840692d1 Accepting request 1130810 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1130810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=24
2023-12-05 16:01:25 +00:00
Danilo Spinella
831e4de4e4 Accepting request 1130028 from home:Guillaume_G:PAC_BTI
- Make use of openSUSE build flags

OBS-URL: https://build.opensuse.org/request/show/1130028
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=55
2023-12-04 15:09:09 +00:00
Dominique Leuenberger
80b09b93e5 Accepting request 1102976 from LibreOffice:Factory
Fix build with older openssl

OBS-URL: https://build.opensuse.org/request/show/1102976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=23
2023-08-09 15:24:29 +00:00
Fridrich Strba
21c5940c2b OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=53 2023-08-08 15:43:32 +00:00
Fridrich Strba
db62c8ccfa OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=52 2023-08-08 15:36:09 +00:00
Fridrich Strba
15cee31407 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=51 2023-08-07 20:23:57 +00:00
Fridrich Strba
d3449cb0af Accepting request 1102129 from home:polslinux:branches:LibreOffice:Factory
- Update to 1.3.1:
  * core xmlsec and all xmlsec-crypto libraries:
    + (ABI breaking change) Added support for the KeyInfoReference Element.
    + (ABI breaking change) Switched xmlSecSize to use size_t by default.
      Use "--enable-size-t=no" configure option ("size_t=no" on Windows)
      to restore the old behaviour (note that support for xmlSecSize
      being different from size_t will be removed in the future).
    + (API breaking change) Changed the key search to strict mode: only
      keys referenced by KeyInfo are used. To restore the old "lax" mode,
      set XMLSEC_KEYINFO_FLAGS_LAX_KEY_SEARCH flag on xmlSecKeyInfoCtx
      or use '--lax-key-search' option for XMLSec command line utility.
    + (API breaking change) The KeyName element content is now trimmed
      before key search is performed.
    + (API breaking change) Disabled FTP support by default.
      Use "--enable-ftp" configure option to restore it. Also added
      "--enable-http" and "--enable-files" configure options to control
      support for loading files over HTTP or locally.
    + (API/ABI breaking change) Disabled MD5 digest method by default.
      Use "--enable-md5" configure options to re-enable MD5.
    + (ABI breaking change) Added "failureReason" file to xmlSecDSigCtx
      and xmlEncCtx to provide more granular operation failure reason.
    + (ABI breaking change) Removed deprecated functions.
    + Added support for loading keys through ossl-store interface.
      Also see '--privkey-openssl-store' and '--pubkey-openssl-store '
      command line options for XMLSec utility.
    + Added ability to control transforms binary chunk size to improve
      performance (see '--transform-binary-chunk-size' command line option
      for XMLSec utility).
    + Fixed all potentially unsafe integer conversions and all the
      other warnings.
    + Added XML Signature 1.1 interop (2012) and XML Encryption 1.1
      interop (2012) tests.
  * xmlsec-openssl library:
    + Added support for SHA3 digests.
    + Added support for ECDSA-SHA3 signatures.
    + Added support for RSA PSS signatures (withtout parameters).
    + Added support for ConcatKDF key and PBKDF2 derivation algorithms.
    + (ABI breaking change) Added support for ECDH-ES Key Agreement
      algorithm.
    + (ABI breaking change) Added support for DH-ES Key Agreement
      algorithm with explicit KDF.
    + Added support for MGF1 algorithm to RSA OAEP key transport.
    + Added support for X509Digest element and ability to lookup keys
      using other X509Data elements.
    + Added support for DEREncodedKeyValue element.
    + Automatically set key name from PKCS12 key name.
    + Removed support for OpenSSL 1.0.0 and LibreSSL before 2.7.0.
  * xmlsec-nss library:
    + Added support for RSA PSS signatures (withtout parameters).
    + Added support for RSA OAEP key transport including MGF1 algorithms.
    + Added support for AES GCM ciphers.
    + Added support for PBKDF2 derivation algorithm.
    + Added support for X509Digest element and ability to lookup keys
      using other X509Data elements.
    + Added support for DEREncodedKeyValue element.
    + Automatically set key name from PKCS12 key name.
  * xmlsec-gnutls library:
    + (API/ABI breaking change) Removed dependency on xmlsec-gcrypt
      and libgcrypt libraries (including API functions) to enable
      support for different GnuTLS backends.
    + Bumped minimal GnuTLS version to 3.6.13.
    + Added support for SHA3 digests.
    + Added support for ECDSA signatures.
    + Added support for DSA-SHA256 signatures.
    + Added support for RSA PSS signatures (withtout parameters).
    + Added support for RSA PKCS 1.5 key transport.
    + Added support for AES GCM ciphers.
    + Added support for PBKDF2 derivation algorithm.
    + Added support for X509Digest element and ability to lookup keys
      using other X509Data elements.
    + Added support for DEREncodedKeyValue element.
    + Automatically set key name from PKCS12 key name.
  * xmlsec-mscng library:
    + Added support for RSA PSS signatures (withtout parameters).
    + Added support for MGF1 algorithm to RSA OAEP key transport.
    + (ABI breaking change) Added support for ECDH-ES Key Agreement algorithm.
    + Added support for ConcatKDF key and PBKDF2 derivation algorithms.
    + Added support for X509Digest element for keys and certificates
      lookup from the system stores (only SHA1 is supported).
    + Added support for DEREncodedKeyValue element.
    + Automatically set key name from PKCS12 key name.
  * xmlsec-gcrypt library:
    + In maintenance mode starting from this release.
    + Added support for SHA3 digests.
    + Added support for ECDSA signatures.
    + Added support for RSA PSS signatures (withtout parameters).
    + Added support for RSA PKCS 1.5 key transport.
    + Added support for RSA OAEP key transport including MGF1 algorithms.
  * xmlsec command line utility:
    + (API breaking change) The XMLSec command line utility is using 'strict' key
      search mode by default. To restore the old 'lax' key search mode,
      use the new '--lax-key-search' option.
    + (API breaking change) The XMLSec command line utility is no longer
      prints detailed errors by default. To restore the detailed errors,
      use the new '--verbose' option.
    + Added '--transform-binary-chunk-size' option to control transforms
      binary chunk size (increasing the chunk size should improve
      performance at the expense of memory usage.
    + Added support for loading keys through ossl-store interface.
      Also see '--privkey-openssl-store' and '--pubkey-openssl-store'
      command line options for XMLSec utility.
    + Added '--enabled-key-info-reference-uris' option to control processing of
      the the KeyInfoReference Element.
    + Added '--pbkdf2-key' option for loading PBKDF2 keys.
    + Added '--concatkdf-key' option for loading ConcatKDF keys.
    + Added '--hmac-min-out-len' option to control the min accepted HMAC Output length.
    + Added '--pubkey-openssl-engine' option to load public keys from OpenSSL engine.
    + Added '--crl-pem' and '--crl-der' options to load CRLs.
    + Added '--verify-keys' option to verify key's certificate before
      loading into Keys Manager (only supported for OpenSSL currently).
    + Enabled templatized output filenames to facilitate batch operations on
      multiple input files.

OBS-URL: https://build.opensuse.org/request/show/1102129
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=50
2023-08-06 07:15:43 +00:00
Dominique Leuenberger
60e7dd2023 Accepting request 1067089 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1067089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=22
2023-02-23 15:28:05 +00:00
Fridrich Strba
d628c860d5 Accepting request 1062409 from home:dirkmueller:Factory
- switch to pkgconfig(zlib) to allow alternative providers as well

OBS-URL: https://build.opensuse.org/request/show/1062409
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=48
2023-02-22 06:20:21 +00:00
Dominique Leuenberger
aaf980a206 Accepting request 1040153 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1040153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=21
2022-12-07 16:33:30 +00:00
Fridrich Strba
c816690115 Accepting request 1039842 from home:dirkmueller:Factory
- update to 1.2.37:
  Fixed two regressions from 1.2.36 release

OBS-URL: https://build.opensuse.org/request/show/1039842
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=46
2022-12-05 07:31:20 +00:00
Dominique Leuenberger
8a03667af8 Accepting request 1033666 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1033666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=20
2022-11-06 11:41:32 +00:00
Fridrich Strba
efd26ba753 Accepting request 1033572 from home:pmonrealgonzalez:branches:LibreOffice:Factory
- Update to 1.2.36:
  * Retired the XMLSec mailing list "xmlsec@aleksey.com" and the
    XMLSec Online Signature Verifier.
- Update to 1.2.35:
  * Migration to OpenSSL 3.0 API (based on PR by @snargit). 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.

OBS-URL: https://build.opensuse.org/request/show/1033572
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=44
2022-11-05 08:14:06 +00:00
Dominique Leuenberger
0deb575036 Accepting request 1001880 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1001880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=19
2022-09-09 16:22:17 +00:00
Danilo Spinella
a0e159504a Accepting request 1001872 from home:iznogood:factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1001872
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=42
2022-09-08 08:30:06 +00:00
Dominique Leuenberger
65173e5430 Accepting request 978679 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/978679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=18
2022-05-24 18:30:54 +00:00
Danilo Spinella
a732cb15e2 Accepting request 978673 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/978673
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=40
2022-05-23 10:31:40 +00:00
Dominique Leuenberger
b2eaafef36 Accepting request 934506 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/934506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=17
2021-12-01 19:46:48 +00:00
Danilo Spinella
7e88aa0e01 Accepting request 934409 from home:dirkmueller:Factory
- update to 1.2.33:
  * Fix decrypting session key for two recipients 
  * Added --privkey-openssl-engine option to enhance openssl engine support

OBS-URL: https://build.opensuse.org/request/show/934409
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=39
2021-11-29 10:36:39 +00:00
Dominique Leuenberger
5f45a120bf Accepting request 893905 from LibreOffice:Factory
1.2.32

OBS-URL: https://build.opensuse.org/request/show/893905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=16
2021-05-20 17:24:24 +00:00
Fridrich Strba
0e2ab690a5 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=37 2021-05-18 06:55:23 +00:00
Fridrich Strba
fde421e0a8 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=36 2021-05-18 05:42:05 +00:00
Fridrich Strba
917e68b7ae OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=35 2021-05-18 05:39:20 +00:00
Fridrich Strba
dfbeae7827 Accepting request 891912 from home:AndreasStieger:branches:LibreOffice:Factory
xmlsec1 1.2.32

OBS-URL: https://build.opensuse.org/request/show/891912
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=34
2021-05-18 05:09:21 +00:00
Richard Brown
8df8e8f012 Accepting request 873356 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/873356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=15
2021-02-22 13:23:06 +00:00
Fridrich Strba
5810b6961a Accepting request 873126 from home:pmonrealgonzalez:branches:LibreOffice:Factory
- Relax the crypto policies for the test-suite. This allows the
  tests using certificates with small key lengths to pass.

OBS-URL: https://build.opensuse.org/request/show/873126
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=32
2021-02-18 11:23:21 +00:00
Dominique Leuenberger
342e4df5d9 Accepting request 856851 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/856851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=14
2020-12-24 18:40:39 +00:00
Dominique Leuenberger
91c7de0269 Accepting request 856830 from home:dimstar:Factory
- Update to version 1.2.31:
  + Unload error strings in OpenSSL shutdown.
  + Make userData available when executing preExecCallback
    function.
  + Add an option to use secure memset.
- Pass --disable-md5 to configure: The cryptographic strength of
  the MD5 algorithm is sufficiently doubtful that its use is
  discouraged at this time. It is not listed as an algorithm in
  [XMLDSIG-CORE1]
  https://www.w3.org/TR/xmlsec-algorithms/#bib-XMLDSIG-CORE1

also, nss 3.59 seems to disable md5 finally

OBS-URL: https://build.opensuse.org/request/show/856830
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=30
2020-12-18 09:57:31 +00:00
Dominique Leuenberger
f31364441c Accepting request 815741 from LibreOffice:Factory
- Update to 1.2.30:
  * Enabled XML_PARSE_HUGE for all xml parsers.
  * Various build and tests fixes and improvements.
  * Move remaining private header files away from xmlsec/include/ folder.

OBS-URL: https://build.opensuse.org/request/show/815741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=13
2020-06-22 15:43:26 +00:00
Tomáš Chvátal
8c6f5da4a8 - Update to 1.2.30:
* Enabled XML_PARSE_HUGE for all xml parsers.
  * Various build and tests fixes and improvements.
  * Move remaining private header files away from xmlsec/include/ folder.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=28
2020-06-18 12:30:50 +00:00
Dominique Leuenberger
9fc49995b5 Accepting request 697800 from LibreOffice:Factory
- Update to 1.2.28:
  * Added BoringSSL support (chenbd).
  * Added gnutls-3.6.x support (alonbl).
  * Added DSA and ECDSA key size getter for MSCNG (vmiklos).
  * Added --enable-mans configuration option (alonbl).
  * Added coninuous build integration for MacOSX (vmiklos).
  * Several other small fixes (more details).

- Make sure to recommend at least one backend when you install
  just xmlsec1

- Drop the gnutls backend as based on the tests it is quite borked:
  * We still have nss and openssl backend for people to use

- Version update to 1.2.27:
  * Added AES-GCM support for OpenSSL and MSCNG (snargit).
  * Added DSA-SHA256 and ECDSA-SHA384 support for NSS (vmiklos).
  * Added RSA-OAEP support for MSCNG (vmiklos).
  * Continuous build integration in Travis and Appveyor.
  * Several other small fixes (more details).

OBS-URL: https://build.opensuse.org/request/show/697800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=12
2019-04-30 10:55:52 +00:00
Tomáš Chvátal
fa619a0ee8 - Update to 1.2.28:
* Added BoringSSL support (chenbd).
  * Added gnutls-3.6.x support (alonbl).
  * Added DSA and ECDSA key size getter for MSCNG (vmiklos).
  * Added --enable-mans configuration option (alonbl).
  * Added coninuous build integration for MacOSX (vmiklos).
  * Several other small fixes (more details).

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=26
2019-04-25 09:20:24 +00:00
Tomáš Chvátal
98e7a391da - Make sure to recommend at least one backend when you install
just xmlsec1

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=25
2018-12-07 11:02:13 +00:00
Tomáš Chvátal
9925aeaa8a - Drop the gnutls backend as based on the tests it is quite borked:
* We still have nss and openssl backend for people to use

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=24
2018-10-31 13:23:23 +00:00
Tomáš Chvátal
d74d9c2b04 - Version update to 1.2.27:
* Added AES-GCM support for OpenSSL and MSCNG (snargit).
  * Added DSA-SHA256 and ECDSA-SHA384 support for NSS (vmiklos).
  * Added RSA-OAEP support for MSCNG (vmiklos).
  * Continuous build integration in Travis and Appveyor.
  * Several other small fixes (more details).

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=23
2018-10-31 12:05:19 +00:00
Dominique Leuenberger
929c6dd042 Accepting request 629534 from LibreOffice:Factory
- Add rplintrc to avoid bogus errors:
  * xmlsec1-rpmlintrc

- Fixed (bsc#1104876).  Added: Requires: %{libname} = %{version} to each module
  in the spec file. This will ensure that when one of the modules is installed
  the corresponding version of libxmlsec1-1 will also be installed/upgraded.

OBS-URL: https://build.opensuse.org/request/show/629534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=11
2018-08-27 11:46:34 +00:00
Tomáš Chvátal
aa3a21f0f6 - Add rplintrc to avoid bogus errors:
* xmlsec1-rpmlintrc

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=21
2018-08-16 10:22:25 +00:00
Tomáš Chvátal
49fb55b38f Accepting request 629443 from home:kallan:branches:LibreOffice:Factory
- Fixed (bsc#1104876).  Added: Requires: %{libname} = %{version} to each module
  in the spec file. This will ensure that when one of the modules is installed
  the corresponding version of libxmlsec1-1 will also be installed/upgraded.

OBS-URL: https://build.opensuse.org/request/show/629443
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=20
2018-08-16 10:18:26 +00:00
Dominique Leuenberger
ca93871653 Accepting request 614381 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/614381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=10
2018-07-04 21:47:30 +00:00
Tomáš Chvátal
35dd383dc0 Accepting request 614380 from home:vmiklos:branches:LibreOffice:Factory
version update to 1.2.26

OBS-URL: https://build.opensuse.org/request/show/614380
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=18
2018-06-05 20:14:06 +00:00
Dominique Leuenberger
6a1da02808 Accepting request 546664 from LibreOffice:Factory
- Version update to 1.2.25:
  * Various small fixes
  * Coverity cleanups
  * Removed support for old openssl

OBS-URL: https://build.opensuse.org/request/show/546664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=9
2017-12-03 09:06:09 +00:00
Tomáš Chvátal
95bc15fff7 - Version update to 1.2.25:
* Various small fixes
  * Coverity cleanups
  * Removed support for old openssl

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=16
2017-11-30 09:58:12 +00:00
Dominique Leuenberger
a59321708d Accepting request 489757 from LibreOffice:Factory
1

OBS-URL: https://build.opensuse.org/request/show/489757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=8
2017-05-24 14:46:27 +00:00