- Update to 1.0.6

* Optimized implementations of Blake2 have been added for modern
    Intel platforms. crypto_generichash() is now faster than MD5 and 
    SHA1 implementations while being far more secure.
  * The crypto_sign_edwards25519sha512batch_*() functions have been
    tagged as deprecated.
  * sodium_compare() now works as documented, and compares numbers
    in little-endian format instead of behaving like memcmp().
  * sodium_runtime_has_ssse3() and sodium_runtime_has_sse41() have
    been added.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=35
This commit is contained in:
Ismail Dönmez 2015-11-02 10:58:18 +00:00 committed by Git OBS Bridge
parent b1c56a62cf
commit f56342fcf3
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310
size 1787241

3
libsodium-1.0.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:940d03ea7d2caa7940e24564bf6d9f66d6edd1df1e0111ff8e3655f3b864fb59
size 1791565

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 2 10:53:04 UTC 2015 - idonmez@suse.com
- Update to 1.0.6
* Optimized implementations of Blake2 have been added for modern
Intel platforms. crypto_generichash() is now faster than MD5 and
SHA1 implementations while being far more secure.
* The crypto_sign_edwards25519sha512batch_*() functions have been
tagged as deprecated.
* sodium_compare() now works as documented, and compares numbers
in little-endian format instead of behaving like memcmp().
* sodium_runtime_has_ssse3() and sodium_runtime_has_sse41() have
been added.
-------------------------------------------------------------------
Wed Oct 21 07:06:19 UTC 2015 - idonmez@suse.com

View File

@ -16,9 +16,9 @@
#
%define lname libsodium13
%define lname libsodium17
Name: libsodium
Version: 1.0.4
Version: 1.0.6
Release: 0
Summary: Portable NaCl-based crypto library
License: ISC