diff --git a/0.5.0.tar.gz b/0.5.0.tar.gz deleted file mode 100644 index 4661ffc..0000000 --- a/0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f18e556447f9baebad6a90cbf23c426fc6211a186cb5ccd721cdf862da5e735e -size 1270470 diff --git a/libsodium-0.6.1.tar.gz b/libsodium-0.6.1.tar.gz new file mode 100644 index 0000000..96c2d7e --- /dev/null +++ b/libsodium-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ccfeebd23659f3a1f73a828d1b88b984f9c984176f388daf77fe3968cc3694 +size 1545876 diff --git a/libsodium.changes b/libsodium.changes index f39c419..470449b 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -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 diff --git a/libsodium.spec b/libsodium.spec index 10cd684..198b42d 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -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