Changelog for
python3-libnacl-1.7.1-bp156.3.1.x86_64.rpm :
* Tue Mar 03 2020 Ondřej Súkup
- update to 1.7.1
* Bindings for kdf in libsodium
* Added extra key validation
* Add Crypto_box_easy
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Aug 10 2018 tchvatalAATTsuse.com- Fix the libsodium dependency on the runtime to be copied by macros- Install license file
* Fri Dec 22 2017 adrianAATTsuse.de- update to version 1.6.1 from github- drop obsolete patch libnacl-1.4.4-libsodium18.patch- enable python3 builds
* Wed Apr 13 2016 zaitorAATTopensuse.org- Add conditional pkgconfig(libsodium) BuildRequires for all openSUSE versions newer than 13.1.
* Thu Jan 14 2016 dmacvicarAATTsuse.de- remove the escaped epoch to prevent the build service to auto replace it and break the macro.
* Thu Jan 14 2016 dmacvicarAATTsuse.de- Add libnacl-1.4.4-libsodium18.patch to find libsodium 1.0.8- Fix BuildRequires to avoid building with a newer version of libsodium than 1.0.8
* Mon Jan 04 2016 aboe76AATTgmail.com- Updated to 1.4.4 - Add pack_nonce options to secretbox libnacl secretbox has been packing the nonce in each message, the new pack_nonce option allows for the nonce to be omitted which allows for more flexible options - Add soversion 17 detection Added explicit soversion support for libsodium 17 - Fix crypto_onetimeauth tests The crypto onetimeauth test issues have been resolved - Remove tweetnacl Support The tweetnacl support was never really tested, and since the tweetnacl api is not complete we have removed support for it - Add sodium_init calls Added calls to sodium_init when the lib is loaded - packaging: - New BuildRequirement python-setuptools - Updated the description - Removed the patch for soname: libnacl-1.4.3_bump_libsodium_soversion.patch not needed anymore
* Thu Nov 19 2015 mrueckertAATTsuse.de- no longer build as noarch package, while the code is still noarch. we actually depend on the native library at runtime. To be able to make this work properly we need to require that native library, that native requires makes us arch dependent.
* Thu Nov 19 2015 mrueckertAATTsuse.de- make sure we require the libsodium version we were built with
* Thu Nov 19 2015 mrueckertAATTsuse.de- fix libsodium loading on Tumbleweed: soversion was bumped to 17 reported as https://github.com/saltstack/libnacl/pull/60 adds libnacl-1.4.3_bump_libsodium_soversion.patch
* Thu Jun 11 2015 aboe76AATTgmail.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 2015 aboe76AATTgmail.com- Updated to 1.4.2 + Add support to save and load SecretBox keys
* Thu Feb 19 2015 aboe76AATTgmail.com- Updated to 1.4.1 + Fix for crypto_auth_verify and crypto_auth_onetimeverify + Lint fixes and updates
* Mon Nov 03 2014 aboe76AATTgmail.com- Updated to 1.4.0 + Initial support has been added for the blake2b hash algorithm + Fix issue with keyfile saves on windows + Fix libsodium detection for Ubuntu manual installs and Windows dll detection