SHA256
1
0
forked from pool/libsodium

Accepting request 241195 from devel:libraries:c_c++

- Update to version 0.6.1
  * The ChaCha20 stream cipher has been added
  * The ChaCha20Poly1305 AEAD construction has been implemented
  * crypto_onetimeauth() now provides a streaming interface.
  * New API: crypto_sign_detached() and crypto_sign_verify_detached()

OBS-URL: https://build.opensuse.org/request/show/241195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2014-07-17 04:58:18 +00:00 committed by Git OBS Bridge
commit c16a8efe3d
4 changed files with 16 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 16 12:04:50 UTC 2014 - idonmez@suse.com
- Update to version 0.6.1
* The ChaCha20 stream cipher has been added
* The ChaCha20Poly1305 AEAD construction has been implemented
* crypto_onetimeauth() now provides a streaming interface.
* New API: crypto_sign_detached() and crypto_sign_verify_detached()
-------------------------------------------------------------------
Wed May 14 12:40:08 UTC 2014 - idonmez@suse.com

View File

@ -18,16 +18,14 @@
%define lname libsodium10
Name: libsodium
Version: 0.5.0
Version: 0.6.1
Release: 0
Summary: Portable NaCl-based crypto library
License: ISC
Group: System/Libraries
Url: https://github.com/jedisct1/libsodium
Source: https://github.com/jedisct1/libsodium/archive/%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
Source: https://github.com/jedisct1/libsodium/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -63,7 +61,6 @@ to compile and develop applications that use libsodium.
%setup -q
%build
./autogen.sh
%configure --disable-static
make %{?_smp_mflags}
@ -89,5 +86,6 @@ make check
%{_includedir}/sodium.h
%{_includedir}/sodium
%{_libdir}/libsodium.so
%{_libdir}/pkgconfig/libsodium.pc
%changelog