Hello community, here is the log from the commit of package libsodium for openSUSE:Factory checked in at 2015-12-09 19:54:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-04 15:33:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2015-12-09 22:23:39.000000000 +0100 @@ -1,0 +2,21 @@ +Tue Dec 8 16:25:20 UTC 2015 - [email protected] + +- Update to version 1.0.7 + * Sandy2x, the fastest Curve25519 implementation ever, + has been merged in, and is automatically used on CPUs + supporting the AVX instructions set. + * An SSE2 optimized implementation of Poly1305 was added, + and is twice as fast as the portable one. + * An SSSE3 optimized implementation of ChaCha20 was added, + and is twice as fast as the portable one. + * Faster sodium_increment() for common nonce sizes. + * New helper functions have been added: sodium_is_zero() + and sodium_add(). + +------------------------------------------------------------------- +Tue Dec 1 14:07:54 UTC 2015 - [email protected] + +- Follow upstream's lead and compile with -flto for > 13.2 on x86 + and x86-64. + +------------------------------------------------------------------- Old: ---- libsodium-1.0.6.tar.gz New: ---- libsodium-1.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsodium.spec ++++++ --- /var/tmp/diff_new_pack.z9iNF5/_old 2015-12-09 22:23:40.000000000 +0100 +++ /var/tmp/diff_new_pack.z9iNF5/_new 2015-12-09 22:23:40.000000000 +0100 @@ -16,9 +16,9 @@ # -%define lname libsodium17 +%define lname libsodium18 Name: libsodium -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Portable NaCl-based crypto library License: ISC @@ -61,6 +61,14 @@ %setup -q %build + +%if 0%{?suse_version} > 1320 +%ifarch %{ix86} x86_64 +export CFLAGS="%{optflags} -flto" +export LDFLAGS="-flto" +%endif +%endif + %configure --disable-static make %{?_smp_mflags} V=1 ++++++ libsodium-1.0.6.tar.gz -> libsodium-1.0.7.tar.gz ++++++ ++++ 15476 lines of diff (skipped)
