]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libsodium: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Dec 2014 00:43:21 +0000 (01:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Dec 2014 00:43:21 +0000 (01:43 +0100)
libsodium/libsodium.nm [new file with mode: 0644]

diff --git a/libsodium/libsodium.nm b/libsodium/libsodium.nm
new file mode 100644 (file)
index 0000000..6dc1262
--- /dev/null
@@ -0,0 +1,41 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libsodium
+version    = 1.0.1
+release    = 1
+
+groups     = System/Libraries
+url        = http://libsodium.org
+license    = ISC
+summary    = The Sodium crypto library
+
+description
+       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.
+end
+
+source_dl  = http://download.libsodium.org/libsodium/releases/
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end