From efc534b035471bbb93f715ad53bddf3d67b3803d7fd04d193207f95da0cf2bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 25 Dec 2015 17:11:04 +0000 Subject: [PATCH] - 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 --- libsodium-1.0.7.tar.gz | 3 --- libsodium-1.0.8.tar.gz | 3 +++ libsodium.changes | 8 ++++++++ libsodium.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 libsodium-1.0.7.tar.gz create mode 100644 libsodium-1.0.8.tar.gz diff --git a/libsodium-1.0.7.tar.gz b/libsodium-1.0.7.tar.gz deleted file mode 100644 index a55b319..0000000 --- a/libsodium-1.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ad1e78763510c163ca48f05133057726a825cf97386c581bf12b01d7654204a -size 1808032 diff --git a/libsodium-1.0.8.tar.gz b/libsodium-1.0.8.tar.gz new file mode 100644 index 0000000..38b5e09 --- /dev/null +++ b/libsodium-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926 +size 1794750 diff --git a/libsodium.changes b/libsodium.changes index e2a40e4..004d04c 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -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 diff --git a/libsodium.spec b/libsodium.spec index 320fcdd..e341732 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -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