Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2017-03-20 17:13:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsodium (Old)
 and      /work/SRC/openSUSE:Factory/.libsodium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsodium"

Mon Mar 20 17:13:34 2017 rev:19 rq:481258 version:1.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes      2016-08-09 
22:15:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2017-03-20 
17:13:36.967530552 +0100
@@ -1,0 +2,33 @@
+Mon Mar 13 09:17:43 UTC 2017 - [email protected]
+
+- Update to version 1.0.12
+  * Ed25519ph was implemented, adding a multi-part signature API
+    (crypto_sign_init(), crypto_sign_update(), crypto_sign_final_*()).
+  * New constants and related accessors have been added for Scrypt
+    and Argon2.
+  * XChaCha20 has been implemented. Like XSalsa20, this construction
+    extends the ChaCha20 cipher to accept a 192-bit nonce. This
+    makes it safe to use ChaCha20 with random nonces.
+  * crypto_secretbox, crypto_box and crypto_aead now offer variants
+    leveraging XChaCha20.
+  * SHA-2 is about 20% faster, which also gives a speed boost to
+    signature and signature verification.
+  * AVX2 implementations of Salsa20 and ChaCha20 have been added.
+    They are twice as fast as the SSE2 implementations. The speed
+    gain is even more significant on Windows, that previously
+    didn't use vectorized implementations.
+  * New high-level API: crypto_kdf, to easily derive one or more
+    subkeys from a master key.
+  * Siphash with a 128-bit output has been implemented, and is
+    available as crypto_shorthash_siphashx_*.
+  * New *_keygen() helpers functions have been added to create
+    secret keys for all constructions. This improves code clarity
+    and can prevent keys from being partially initialized.
+  * A new randombytes_buf_deterministic() function was added to
+    deterministically fill a memory region with pseudorandom data.
+    This function can especially be useful to write reproducible tests.
+  * A preliminary crypto_kx_*() API was added to compute shared
+    session keys.
+  * AVX2 detection is more reliable. 
+
+-------------------------------------------------------------------

Old:
----
  libsodium-1.0.11.tar.gz

New:
----
  libsodium-1.0.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsodium.spec ++++++
--- /var/tmp/diff_new_pack.0wHgUh/_old  2017-03-20 17:13:38.171360572 +0100
+++ /var/tmp/diff_new_pack.0wHgUh/_new  2017-03-20 17:13:38.175360008 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsodium
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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 libsodium18
 Name:           libsodium
-Version:        1.0.11
+Version:        1.0.12
 Release:        0
 Summary:        Portable NaCl-based crypto library
 License:        ISC

++++++ libsodium-1.0.11.tar.gz -> libsodium-1.0.12.tar.gz ++++++
++++ 45121 lines of diff (skipped)


Reply via email to