From 4fd375f86403c2e13cb8a06bc1e14476605c8a30570a687015e754122c72b92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 22 Oct 2013 08:44:11 +0000 Subject: [PATCH] - Update to version 0.4.4 * Big-endian architectures are now supported. * The donna_c64 implementation of curve25519_donna_c64 now handles non-canonical points like the ref implementation. * Missing scalarmult_curve25519 and stream_salsa20 constants are now exported. * A crypto_onetimeauth_poly1305_ref() wrapper has been added. - Initial release for build.opensuse.org OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=4 --- libsodium-0.4.3.tar.gz | 3 --- libsodium-0.4.4.tar.gz | 3 +++ libsodium.changes | 13 ++++++++++++- libsodium.spec | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 libsodium-0.4.3.tar.gz create mode 100644 libsodium-0.4.4.tar.gz diff --git a/libsodium-0.4.3.tar.gz b/libsodium-0.4.3.tar.gz deleted file mode 100644 index 2aac9f8..0000000 --- a/libsodium-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599ce19ae6ace2d30aee353b931088f720713c4e1d0b2918ed46de1914fb6042 -size 523169 diff --git a/libsodium-0.4.4.tar.gz b/libsodium-0.4.4.tar.gz new file mode 100644 index 0000000..aa0ca59 --- /dev/null +++ b/libsodium-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acb9ed90beecccf2de32c066b9c131a6214f7cd0c6f64cd6759c0ef098d653e +size 540406 diff --git a/libsodium.changes b/libsodium.changes index 8f9d8a3..7011b46 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -1,5 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 22 08:41:03 UTC 2013 - idonmez@suse.com + +- Update to version 0.4.4 + * Big-endian architectures are now supported. + * The donna_c64 implementation of curve25519_donna_c64 now handles + non-canonical points like the ref implementation. + * Missing scalarmult_curve25519 and stream_salsa20 constants are + now exported. + * A crypto_onetimeauth_poly1305_ref() wrapper has been added. + ------------------------------------------------------------------- Wed Sep 11 10:58:48 UTC 2013 - idonmez@suse.com -- Initial release for build.opensuse.org +- Initial release for build.opensuse.org diff --git a/libsodium.spec b/libsodium.spec index b507f78..c5bae2a 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -18,7 +18,7 @@ %define lname libsodium4 Name: libsodium -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: Portable NaCl-based crypto library License: ISC