diff --git a/xmlsec1-1.2.26.tar.gz b/xmlsec1-1.2.26.tar.gz deleted file mode 100644 index 3e33273..0000000 --- a/xmlsec1-1.2.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d8276c9c720ca42a3b0023df8b7ae41a2d6c5f9aa8d20ed1672d84cc8982d50 -size 1922183 diff --git a/xmlsec1-1.2.27.tar.gz b/xmlsec1-1.2.27.tar.gz new file mode 100644 index 0000000..3bb4063 --- /dev/null +++ b/xmlsec1-1.2.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6 +size 2013651 diff --git a/xmlsec1.changes b/xmlsec1.changes index 7a01fbd..5a8f6c3 100644 --- a/xmlsec1.changes +++ b/xmlsec1.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 31 12:00:28 UTC 2018 - Tomáš Chvátal + +- 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). + ------------------------------------------------------------------- Thu Aug 16 10:22:09 UTC 2018 - tchvatal@suse.com diff --git a/xmlsec1.spec b/xmlsec1.spec index b823d44..5e170eb 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ %global libgnutls libxmlsec1-gnutls1 %global libnss libxmlsec1-nss1 Name: xmlsec1 -Version: 1.2.26 +Version: 1.2.27 Release: 0 Summary: Library providing support for "XML Signature" and "XML Encryption" standards License: MIT @@ -32,6 +32,8 @@ Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz Source99: xmlsec1-rpmlintrc BuildRequires: libgcrypt-devel BuildRequires: libtool +# Needed certutil for tests +BuildRequires: mozilla-nss-tools BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libxml-2.0)