From 9d04bda08db9392f612360ce184534a1555a8f9b2ef3a651ff2e4b5aa7cda578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 16 Jan 2015 10:25:05 +0000 Subject: [PATCH] - Update to version 1.0.2 * The _easy and _detached APIs now support precalculated keys * sodium_free() can now be called on regions with PROT_NONE protection. * Memory allocation functions can now be used on operating systems with no memory protection. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=16 --- libsodium-1.0.0.tar.gz | 3 --- libsodium-1.0.2.tar.gz | 3 +++ libsodium.changes | 10 ++++++++++ libsodium.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libsodium-1.0.0.tar.gz create mode 100644 libsodium-1.0.2.tar.gz diff --git a/libsodium-1.0.0.tar.gz b/libsodium-1.0.0.tar.gz deleted file mode 100644 index 677c0a0..0000000 --- a/libsodium-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ced1fe3d2066953fea94f307a92f8ae41bf0643739a44309cbe43aa881dbc9a5 -size 1538797 diff --git a/libsodium-1.0.2.tar.gz b/libsodium-1.0.2.tar.gz new file mode 100644 index 0000000..748b213 --- /dev/null +++ b/libsodium-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19 +size 1673394 diff --git a/libsodium.changes b/libsodium.changes index 333d533..fbae967 100644 --- a/libsodium.changes +++ b/libsodium.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 16 10:22:39 UTC 2015 - idonmez@suse.com + +- Update to version 1.0.2 + * The _easy and _detached APIs now support precalculated keys + * sodium_free() can now be called on regions with PROT_NONE + protection. + * Memory allocation functions can now be used on operating systems + with no memory protection. + ------------------------------------------------------------------- Wed Sep 24 19:45:03 UTC 2014 - idonmez@suse.com diff --git a/libsodium.spec b/libsodium.spec index 7247af5..7bcc2d5 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -1,7 +1,7 @@ # # spec file for package libsodium # -# 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 @@ -18,7 +18,7 @@ %define lname libsodium13 Name: libsodium -Version: 1.0.0 +Version: 1.0.2 Release: 0 Summary: Portable NaCl-based crypto library License: ISC