Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2017-10-13 14:07:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsodium (Old)
 and      /work/SRC/openSUSE:Factory/.libsodium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsodium"

Fri Oct 13 14:07:27 2017 rev:21 rq:532674 version:1.0.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes      2017-10-01 
17:00:01.817769925 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2017-10-13 
14:07:30.666856462 +0200
@@ -1,0 +2,18 @@
+Sun Oct  8 15:50:50 UTC 2017 - i...@ilya.pp.ua
+
+- Refresh spec-file.
+- Update to 1.0.15.
+  * Release notes: https://github.com/jedisct1/libsodium/releases/tag/1.0.15
+  * The default password hashing algorithm is now Argon2id.
+  * The pwhash_str_verify() function can still verify Argon2i hashes without 
any changes,
+    and pwhash() can still compute Argon2i hashes as well.
+  * The aes128ctr primitive was removed. It was slow, non-standard, not 
authenticated,
+    and didn't seem to be used by any opensource project.
+  * Argon2id required at least 3 passes like Argon2i, despite a minimum of 1
+    as defined by the OPSLIMIT_MIN constant. This has been fixed.
+  * The secretstream construction was slightly changed to be consistent with 
forthcoming variants.
+  * The Javascript and Webassembly versions have been merged, and the module 
now returns
+    a .ready promise that will resolve after the Webassembly code is loaded 
and compiled.
+  * Note that due to these incompatible changes, the library version major was 
bumped up.
+
+-------------------------------------------------------------------

Old:
----
  libsodium-1.0.14.tar.gz

New:
----
  libsodium-1.0.15.tar.gz

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

Other differences:
------------------
++++++ libsodium.spec ++++++
--- /var/tmp/diff_new_pack.Nau7b9/_old  2017-10-13 14:07:31.806806332 +0200
+++ /var/tmp/diff_new_pack.Nau7b9/_new  2017-10-13 14:07:31.810806156 +0200
@@ -12,13 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org
 #
 
-
-%define lname libsodium18
+%define lname libsodium23
 Name:           libsodium
-Version:        1.0.14
+Version:        1.0.15
 Release:        0
 Summary:        Portable NaCl-based crypto library
 License:        ISC
@@ -26,7 +25,6 @@
 Url:            https://github.com/jedisct1/libsodium
 Source:         
https://github.com/jedisct1/libsodium/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 NaCl (pronounced "salt") is a new easy-to-use high-speed software library
@@ -86,14 +84,14 @@
 
 %files -n %{lname}
 %defattr(0644,root,root,0755)
-%{_libdir}/libsodium.so.*
+%{_libdir}/%{name}.so.*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog LICENSE README.markdown THANKS
 %{_includedir}/sodium.h
 %{_includedir}/sodium
-%{_libdir}/libsodium.so
-%{_libdir}/pkgconfig/libsodium.pc
+%{_libdir}/%{name}.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog

++++++ libsodium-1.0.14.tar.gz -> libsodium-1.0.15.tar.gz ++++++
++++ 13487 lines of diff (skipped)


Reply via email to