SHA256
1
0
forked from pool/libsodium

- 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
This commit is contained in:
Ismail Dönmez 2015-01-16 10:25:05 +00:00 committed by Git OBS Bridge
parent 307f8bc45c
commit 9d04bda08d
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ced1fe3d2066953fea94f307a92f8ae41bf0643739a44309cbe43aa881dbc9a5
size 1538797

3
libsodium-1.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19
size 1673394

View File

@ -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

View File

@ -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