From 0f157c6daeb5f10df675977f03b3347e1799363dc9b34f5872cee6d6de880bcc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Aug 2016 12:03:49 +0000 Subject: [PATCH] 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 --- libsodium-1.0.10.tar.gz | 3 --- libsodium-1.0.11.tar.gz | 3 +++ libsodium.changes | 20 ++++++++++++++++++++ libsodium.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 libsodium-1.0.10.tar.gz create mode 100644 libsodium-1.0.11.tar.gz diff --git a/libsodium-1.0.10.tar.gz b/libsodium-1.0.10.tar.gz deleted file mode 100644 index f6a71c9..0000000 --- a/libsodium-1.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71b786a96dd03693672b0ca3eb77f4fb08430df307051c0d45df5353d22bc4be -size 1827211 diff --git a/libsodium-1.0.11.tar.gz b/libsodium-1.0.11.tar.gz new file mode 100644 index 0000000..1233806 --- /dev/null +++ b/libsodium-1.0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765 +size 1846782 diff --git a/libsodium.changes b/libsodium.changes index 9f7ef79..e5c4f47 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -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 diff --git a/libsodium.spec b/libsodium.spec index 97d4650..ec954e0 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -18,7 +18,7 @@ %define lname libsodium18 Name: libsodium -Version: 1.0.10 +Version: 1.0.11 Release: 0 Summary: Portable NaCl-based crypto library License: ISC