From 8ec861f5f5f712240d879efe96074bb3a386352c Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 3 Jul 2014 17:26:25 +0800 Subject: [PATCH] Update to 0.6.0 --- .gitignore | 1 + libsodium.spec | 28 +++++++++++++++++++--------- sources | 2 +- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 59ab981..fb92008 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libsodium-0.4.5.tar.gz /libsodium-0.5.0.tar.gz +/libsodium-0.6.0.tar.gz diff --git a/libsodium.spec b/libsodium.spec index b69c417..54f3f3a 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -1,16 +1,23 @@ Name: libsodium -Version: 0.5.0 -Release: 2%{?dist} -Summary: A fork of networking and cryptography library with compatible APIs +Version: 0.6.0 +Release: 1%{?dist} +Summary: The Sodium crypto library License: ISC -URL: https://github.com/jedisct1/libsodium +URL: http://libsodium.org/ Source0: http://download.libsodium.org/libsodium/releases/%{name}-%{version}.tar.gz %description -Sodium is a portable, cross-compilable, installable, packageable library -forked from NaCl(networking and cryptography library), with a compatible API. -Its goal is to provide all of the core operations needed to build higher-level -cryptographic tools. +Sodium is a new, easy-to-use software library for encryption, decryption, +signatures, password hashing and more. It is a portable, cross-compilable, +installable, packageable fork of NaCl, with a compatible API, and an extended +API to improve usability even further. Its goal is to provide all of the core +operations needed to build higher-level cryptographic tools. The design +choices emphasize security, and "magic constants" have clear rationales. + +The same cannot be said of NIST curves, where the specific origins of certain +constants are not described by the standards. And despite the emphasis on +higher security, primitives are faster across-the-board than most +implementations of the NIST standards. %package devel Summary: Development files for %{name} @@ -29,7 +36,7 @@ sed -i 's|_pkg_min_version=0.25|_pkg_min_version=0.23|g' configure %build %configure --disable-static --disable-silent-rules -make %{?_smp_mflags} +%make_build %install %make_install @@ -55,6 +62,9 @@ make check %{_libdir}/pkgconfig/libsodium.pc %changelog +* Thu Jul 03 2014 Christopher Meng - 0.6.0-1 +- Update to 0.6.0 + * Sat Jun 07 2014 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 4242141..3ca564d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e61dbde3a6b06b898a0e18ca27ab161 libsodium-0.5.0.tar.gz +3c62cd3ca862ae0d149f84f0c65effbe libsodium-0.6.0.tar.gz