diff --git a/libnacl-1.4.2.tar.gz b/libnacl-1.4.2.tar.gz deleted file mode 100644 index f3707b8..0000000 --- a/libnacl-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2443c9c8835bc3e337de1ba137fd783a1d73ef3d404966d960255c29910e58cf -size 28162 diff --git a/libnacl-1.4.3.tar.gz b/libnacl-1.4.3.tar.gz new file mode 100644 index 0000000..5ee144d --- /dev/null +++ b/libnacl-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873614913c90c4011f791a8fd1448f6bb3ab7dc8cdd329d1baaa65e7e1d1a929 +size 28777 diff --git a/python-libnacl.changes b/python-libnacl.changes index 6b929de..dabc416 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 11 20:39:13 UTC 2015 - aboe76@gmail.com + +- Updated to 1.4.3 +- crypto_onetimeauth_verify fixes + + Fix a call to the crypto_onetimeauth_verify routine into the right libsodium system + + Add tests for crypto_onetimeauth_verify +- Add support for reading file streams for key loading + ------------------------------------------------------------------- Tue Mar 17 18:42:08 UTC 2015 - aboe76@gmail.com diff --git a/python-libnacl.spec b/python-libnacl.spec index cc8a76e..60a9e0f 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -1,7 +1,7 @@ # # spec file for package python-libnacl # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # Name: python-libnacl -Version: 1.4.2 +Version: 1.4.3 Release: 0 License: Apache-2.0 Summary: Python bindings for libsodium/tweetnacl based on ctypes