From 441d5d23c2ac8d55675790c93c03ae717358cbd9d5bb4e1ab4be007bae280d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 8 Dec 2015 16:31:21 +0000 Subject: [PATCH] - Update to version 1.0.7 * Sandy2x, the fastest Curve25519 implementation ever, has been merged in, and is automatically used on CPUs supporting the AVX instructions set. * An SSE2 optimized implementation of Poly1305 was added, and is twice as fast as the portable one. * An SSSE3 optimized implementation of ChaCha20 was added, and is twice as fast as the portable one. * Faster sodium_increment() for common nonce sizes. * New helper functions have been added: sodium_is_zero() and sodium_add(). OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=45 --- libsodium-1.0.6.tar.gz | 3 --- libsodium-1.0.7.tar.gz | 3 +++ libsodium.changes | 15 +++++++++++++++ libsodium.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 libsodium-1.0.6.tar.gz create mode 100644 libsodium-1.0.7.tar.gz diff --git a/libsodium-1.0.6.tar.gz b/libsodium-1.0.6.tar.gz deleted file mode 100644 index bde782b..0000000 --- a/libsodium-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:940d03ea7d2caa7940e24564bf6d9f66d6edd1df1e0111ff8e3655f3b864fb59 -size 1791565 diff --git a/libsodium-1.0.7.tar.gz b/libsodium-1.0.7.tar.gz new file mode 100644 index 0000000..a55b319 --- /dev/null +++ b/libsodium-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad1e78763510c163ca48f05133057726a825cf97386c581bf12b01d7654204a +size 1808032 diff --git a/libsodium.changes b/libsodium.changes index 88979f6..e2a40e4 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Dec 8 16:25:20 UTC 2015 - idonmez@suse.com + +- Update to version 1.0.7 + * Sandy2x, the fastest Curve25519 implementation ever, + has been merged in, and is automatically used on CPUs + supporting the AVX instructions set. + * An SSE2 optimized implementation of Poly1305 was added, + and is twice as fast as the portable one. + * An SSSE3 optimized implementation of ChaCha20 was added, + and is twice as fast as the portable one. + * Faster sodium_increment() for common nonce sizes. + * New helper functions have been added: sodium_is_zero() + and sodium_add(). + ------------------------------------------------------------------- Tue Dec 1 14:07:54 UTC 2015 - idonmez@suse.com diff --git a/libsodium.spec b/libsodium.spec index 2ff150c..320fcdd 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -16,9 +16,9 @@ # -%define lname libsodium17 +%define lname libsodium18 Name: libsodium -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Portable NaCl-based crypto library License: ISC