Hello community, here is the log from the commit of package libsodium for openSUSE:Factory checked in at 2015-05-15 07:44:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsodium (Old) and /work/SRC/openSUSE:Factory/.libsodium.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsodium" Changes: -------- --- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes 2015-01-20 12:34:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2015-05-15 07:44:40.000000000 +0200 @@ -1,0 +2,25 @@ +Wed May 13 15:09:50 UTC 2015 - [email protected] + +- Update to 1.0.3 + * In addition to sodium_bin2hex(), sodium_hex2bin() is now a + constant-time function. + * crypto_stream_xsalsa20_ic() has been added. + * crypto_generichash_statebytes(), crypto_auth_*_statebytes() + and crypto_hash_*_statebytes() have been added in order to + retrieve the size of structures keeping states from foreign + languages. + * The JavaScript target doesn't require /dev/urandom or an + external randombytes() implementation any more. Other minor + Emscripten-related improvements have been made in order to + support libsodium.js + * Custom randombytes implementations do not need to provide + their own implementation of randombytes_uniform() any more. + randombytes_stir() and randombytes_close() can also be NULL + pointers if they are not required. + * On Linux, getrandom(2) is being used instead of directly + accessing /dev/urandom, if the kernel supports this system + call. + * crypto_box_seal() and crypto_box_seal_open() have been added. + * A solutions for Visual Studio 2015 was added. + +------------------------------------------------------------------- Old: ---- libsodium-1.0.2.tar.gz New: ---- libsodium-1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsodium.spec ++++++ --- /var/tmp/diff_new_pack.MfOCcy/_old 2015-05-15 07:44:41.000000000 +0200 +++ /var/tmp/diff_new_pack.MfOCcy/_new 2015-05-15 07:44:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsodium # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libsodium13 Name: libsodium -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Portable NaCl-based crypto library License: ISC @@ -65,12 +65,12 @@ make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print %check -make check +make %{?_smp_mflags} check %post -n %{lname} -p /sbin/ldconfig ++++++ libsodium-1.0.2.tar.gz -> libsodium-1.0.3.tar.gz ++++++ ++++ 3875 lines of diff (skipped)
