diff --git a/libsodium-0.6.1.tar.gz b/libsodium-0.6.1.tar.gz deleted file mode 100644 index 96c2d7e..0000000 --- a/libsodium-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04ccfeebd23659f3a1f73a828d1b88b984f9c984176f388daf77fe3968cc3694 -size 1545876 diff --git a/libsodium-0.7.0.tar.gz b/libsodium-0.7.0.tar.gz new file mode 100644 index 0000000..aa72d8f --- /dev/null +++ b/libsodium-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168 +size 1531514 diff --git a/libsodium.changes b/libsodium.changes index 470449b..066d2d0 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 28 15:14:29 UTC 2014 - idonmez@suse.com + +- Update to version 0.7.0 + * Added sodium_malloc() and sodium_allocarray() for secure memory + allocation. + * ed25519 keys can be converted to curve25519 keys with + crypto_sign_ed25519_pk_to_curve25519() and + crypto_sign_ed25519_sk_to_curve25519(). + * aes256 was removed. + ------------------------------------------------------------------- Wed Jul 16 12:04:50 UTC 2014 - idonmez@suse.com diff --git a/libsodium.spec b/libsodium.spec index 198b42d..03c2bd6 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -16,9 +16,9 @@ # -%define lname libsodium10 +%define lname libsodium13 Name: libsodium -Version: 0.6.1 +Version: 0.7.0 Release: 0 Summary: Portable NaCl-based crypto library License: ISC