diff --git a/libsodium-1.0.16.tar.gz b/libsodium-1.0.16.tar.gz deleted file mode 100644 index b5f225c..0000000 --- a/libsodium-1.0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeadc7e1e1bcef09680fb4837d448fbdf57224978f865ac1c16745868fbd0533 -size 1910835 diff --git a/libsodium-1.0.16.tar.gz.sig b/libsodium-1.0.16.tar.gz.sig deleted file mode 100644 index 318bafa..0000000 Binary files a/libsodium-1.0.16.tar.gz.sig and /dev/null differ diff --git a/libsodium-1.0.17.tar.gz b/libsodium-1.0.17.tar.gz new file mode 100644 index 0000000..37f229d --- /dev/null +++ b/libsodium-1.0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc3dae33e642cc187b5ceb467e0ad0e1b51dcba577de1190e9ffa17766ac2b1 +size 1911910 diff --git a/libsodium-1.0.17.tar.gz.sig b/libsodium-1.0.17.tar.gz.sig new file mode 100644 index 0000000..22e81a6 Binary files /dev/null and b/libsodium-1.0.17.tar.gz.sig differ diff --git a/libsodium.changes b/libsodium.changes index 8f7977a..73532a2 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sat Feb 2 10:06:12 UTC 2019 - ecsos@opensuse.org + +- Update to 1.0.17 + - Bug fix: sodium_pad() didn't properly support block sizes + >= 256 bytes. + - JS/WebAssembly: some old iOS versions can't instantiate the + WebAssembly module; fall back to Javascript on these. + - JS/WebAssembly: compatibility with newer Emscripten versions. + - Bug fix: crypto_pwhash_scryptsalsa208sha256_str_verify() and + crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()didn't + returnEINVAL` on input strings with a short length, unlike + their high-level counterpart. + - Added a workaround for Visual Studio 2010 bug causing CPU + features not to be detected. + - Portability improvements. + - Test vectors from Project Wycheproof have been added. + - New low-level APIs for arithmetic mod the order of the prime + order group: + - crypto_core_ed25519_scalar_random(), + crypto_core_ed25519_scalar_reduce(), + - crypto_core_ed25519_scalar_invert(), + crypto_core_ed25519_scalar_negate(), + - crypto_core_ed25519_scalar_complement(), + crypto_core_ed25519_scalar_add() and + crypto_core_ed25519_scalar_sub(). + - New low-level APIs for scalar multiplication without clamping: + crypto_scalarmult_ed25519_base_noclamp() and + crypto_scalarmult_ed25519_noclamp(). + These new APIs are especially useful for blinding. + - sodium_sub() has been implemented. + - Support for WatchOS has been added. + - getrandom(2) is now used on FreeBSD 12+. + - The nonnull attribute has been added to all relevant + prototypes. + - More reliable AVX512 detection. + - Javascript/Webassembly builds now use dynamic memory growth. + ------------------------------------------------------------------- Fri Jul 13 07:38:19 UTC 2018 - dimstar@opensuse.org diff --git a/libsodium.spec b/libsodium.spec index c5d4fb2..1d9fbff 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -1,7 +1,7 @@ # # spec file for package libsodium # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -19,7 +19,7 @@ %define sover 23 %define lname %{name}%{sover} Name: libsodium -Version: 1.0.16 +Version: 1.0.17 Release: 0 Summary: Portable NaCl-based crypto library License: ISC