Accepting request 246740 from devel:libraries:c_c++

- 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.

OBS-URL: https://build.opensuse.org/request/show/246740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2014-08-28 19:05:35 +00:00 committed by Git OBS Bridge
commit ebb80ddb71
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04ccfeebd23659f3a1f73a828d1b88b984f9c984176f388daf77fe3968cc3694
size 1545876

3
libsodium-0.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168
size 1531514

View File

@ -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

View File

@ -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