- Update to version 1.0.8

* Handle the case where the CPU supports AVX, but we are running
    on an hypervisor with AVX disabled/not supported.
  * Faster (2x) scalarmult_base() when using the ref10 implementation.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=47
This commit is contained in:
Ismail Dönmez 2015-12-25 17:11:04 +00:00 committed by Git OBS Bridge
parent 441d5d23c2
commit efc534b035
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 25 17:08:17 UTC 2015 - idonmez@suse.com
- Update to version 1.0.8
* Handle the case where the CPU supports AVX, but we are running
on an hypervisor with AVX disabled/not supported.
* Faster (2x) scalarmult_base() when using the ref10 implementation.
-------------------------------------------------------------------
Tue Dec 8 16:25:20 UTC 2015 - idonmez@suse.com

View File

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