From: Michael Tremer Date: Fri, 5 Dec 2014 00:43:21 +0000 (+0100) Subject: libsodium: New package X-Git-Url: http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff_plain;h=662e67ef3b85881a648cedd1caee7308d5b6e7c3 libsodium: New package --- diff --git a/libsodium/libsodium.nm b/libsodium/libsodium.nm new file mode 100644 index 000000000..6dc126221 --- /dev/null +++ b/libsodium/libsodium.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +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