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:
commit
c16a8efe3d
@ -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
3
libsodium-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04ccfeebd23659f3a1f73a828d1b88b984f9c984176f388daf77fe3968cc3694
|
||||
size 1545876
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user