forked from pool/libsodium
- 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/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
3e43d9c213
commit
49c500d645
@@ -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
|
||||
|
Reference in New Issue
Block a user