Accepting request 342056 from devel:libraries:c_c++
- 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/request/show/342056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=13
This commit is contained in:
commit
b1268c05da
@ -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
3
libsodium-1.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:940d03ea7d2caa7940e24564bf6d9f66d6edd1df1e0111ff8e3655f3b864fb59
|
||||||
|
size 1791565
|
@ -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
|
Wed Oct 21 07:06:19 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libsodium13
|
%define lname libsodium17
|
||||||
Name: libsodium
|
Name: libsodium
|
||||||
Version: 1.0.4
|
Version: 1.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable NaCl-based crypto library
|
Summary: Portable NaCl-based crypto library
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user