From cada03afe058c22744ad6ab241460675698a03f69aff3d8ecfbbbee105d03be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 2 Apr 2016 15:55:42 +0000 Subject: [PATCH] - Update to version 1.0.9 * A detached API was added to the ChaCha20-Poly1305 and AES256-GCM implementations. * The Argon2i password hashing function was added, and is accessible directly and through a new, high-level crypto_pwhash API. The scrypt function remains available as well. * A speed-record AVX2 implementation of BLAKE2b was added. * Countermeasures for Ed25519 signatures malleability have been added to match the irtf-cfrg-eddsa draft. * The HChaCha20 core function was implemented (crypto_core_hchacha20()). * No-op stubs were added for all AES256-GCM public functions even when compiled on non-Intel platforms. * crypt_generichash_blake2b_statebytes() was added. * New macros were added for the IETF variant of the ChaCha20-Poly1305 construction. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=49 --- libsodium-1.0.8.tar.gz | 3 --- libsodium-1.0.9.tar.gz | 3 +++ libsodium.changes | 19 +++++++++++++++++++ libsodium.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 libsodium-1.0.8.tar.gz create mode 100644 libsodium-1.0.9.tar.gz diff --git a/libsodium-1.0.8.tar.gz b/libsodium-1.0.8.tar.gz deleted file mode 100644 index 38b5e09..0000000 --- a/libsodium-1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926 -size 1794750 diff --git a/libsodium-1.0.9.tar.gz b/libsodium-1.0.9.tar.gz new file mode 100644 index 0000000..088561a --- /dev/null +++ b/libsodium-1.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611418db78c36b2e20e50363d30e9c002a98dea9322f305b5bde56a26cdfe756 +size 1827277 diff --git a/libsodium.changes b/libsodium.changes index 004d04c..5c1b8c8 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Apr 2 15:50:44 UTC 2016 - idonmez@suse.com + +- Update to version 1.0.9 + * A detached API was added to the ChaCha20-Poly1305 and AES256-GCM + implementations. + * The Argon2i password hashing function was added, and is accessible + directly and through a new, high-level crypto_pwhash API. + The scrypt function remains available as well. + * A speed-record AVX2 implementation of BLAKE2b was added. + * Countermeasures for Ed25519 signatures malleability have been + added to match the irtf-cfrg-eddsa draft. + * The HChaCha20 core function was implemented (crypto_core_hchacha20()). + * No-op stubs were added for all AES256-GCM public functions even + when compiled on non-Intel platforms. + * crypt_generichash_blake2b_statebytes() was added. + * New macros were added for the IETF variant of the ChaCha20-Poly1305 + construction. + ------------------------------------------------------------------- Fri Dec 25 17:08:17 UTC 2015 - idonmez@suse.com diff --git a/libsodium.spec b/libsodium.spec index e341732..9fd03eb 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -1,7 +1,7 @@ # # spec file for package libsodium # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libsodium18 Name: libsodium -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: Portable NaCl-based crypto library License: ISC