Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2014-05-15 19:11:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-05-08 
12:38:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2014-05-15 
19:11:48.000000000 +0200
@@ -1,0 +2,19 @@
+Wed May 14 12:40:08 UTC 2014 - [email protected]
+
+- Update to version 0.5.0
+   * sodium_mlock()/sodium_munlock() have been introduced.
+   * Added high-level wrappers for crypto_box and crypto_secretbox
+   * Added crypto_pwhash_scryptxsalsa208sha256* functions
+   * Salsa20 and ed25519 implementations now support overlapping
+     inputs/keys/outputs
+   * The poly1305-53 implementation has been replaced with Floodyberry's
+     poly1305-donna32 and poly1305-donna64 implementations
+   * sodium_hex2bin() has been added to complement sodium_bin2hex()
+   * crypto_auth_hmac_sha512() has been implemented
+   * sha256 and sha512 now have a streaming interface
+   * hmacsha256, hmacsha512 and hmacsha512256 now support keys of
+     arbitrary length, and have a streaming interface
+   * crypto_verify_64() has been implemented
+   * CPU features are now detected at runtime
+
+-------------------------------------------------------------------
@@ -4 +23 @@
-- initial version 0.4.5
+- Update to version 0.4.5

Old:
----
  libsodium-0.4.5.tar.gz

New:
----
  0.5.0.tar.gz

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

Other differences:
------------------
++++++ libsodium.spec ++++++
--- /var/tmp/diff_new_pack.mQIyuA/_old  2014-05-15 19:11:49.000000000 +0200
+++ /var/tmp/diff_new_pack.mQIyuA/_new  2014-05-15 19:11:49.000000000 +0200
@@ -16,15 +16,18 @@
 #
 
 
-%define lname libsodium4
+%define lname libsodium10
 Name:           libsodium
-Version:        0.4.5
+Version:        0.5.0
 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/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source:         https://github.com/jedisct1/libsodium/archive/%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,6 +63,7 @@
 %setup -q
 
 %build
+./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -77,13 +81,13 @@
 
 %files -n %{lname}
 %defattr(0644,root,root,0755)
-%{_libdir}/libsodium.so.4*
+%{_libdir}/libsodium.so.*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog LICENSE README.markdown THANKS
 %{_includedir}/sodium.h
 %{_includedir}/sodium
-%{_libdir}/lib*.so
+%{_libdir}/libsodium.so
 
 %changelog

++++++ libsodium-0.4.5.tar.gz -> 0.5.0.tar.gz ++++++
++++ 75536 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to