SHA256
1
0
forked from pool/libsodium

Accepting request 417268 from home:MargueriteSu:branches:devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/417268
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=53
This commit is contained in:
Dirk Mueller 2016-08-07 12:03:49 +00:00 committed by Git OBS Bridge
parent 0be0e35412
commit 0f157c6dae
4 changed files with 24 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Aug 6 04:31:24 UTC 2016 - i@marguerite.su
- update version 1.0.11
* sodium_init() is now thread-safe, and can be safely called
multiple times.
* Better support for old gcc versions.
* AVX2 detection was fixed, resulting in faster BLAKE2b hashing
on platforms where it was not properly detected.
* The Sandy2x Curve25519 implementation was not as fast as
expected on some platforms. This has been fixed.
* The NativeClient target was improved. Most notably, it now
supports optimized implementations, and uses pepper_49 by default.
* The library can be compiled with recent Emscripten versions.
Changes have been made to produce smaller code, and the default
heap size was reduced in the standard version.
* Decryption functions can now accept a NULL pointer for the output.
This checks the MAC without writing the decrypted message.
* crypto_generichash_final() now returns -1 if called twice.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 5 13:14:08 UTC 2016 - idonmez@suse.com Tue Apr 5 13:14:08 UTC 2016 - idonmez@suse.com

View File

@ -18,7 +18,7 @@
%define lname libsodium18 %define lname libsodium18
Name: libsodium Name: libsodium
Version: 1.0.10 Version: 1.0.11
Release: 0 Release: 0
Summary: Portable NaCl-based crypto library Summary: Portable NaCl-based crypto library
License: ISC License: ISC