summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorVlad Glagolev2019-09-23 16:39:10 +0000
committerVlad Glagolev2019-09-23 16:39:10 +0000
commit7261d39be92308c09ae6f1ffea7e53957acc78e1 (patch)
tree77be25d8fa6ea51c8e32c853bbd7ccdbb340e1b5 /libs
parent3a9df5f528f2a1fb51dcb7ca059565649cd41703 (diff)
libsodium: moved to crypto from libs
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/libsodium/DEPENDS1
-rwxr-xr-xlibs/libsodium/DETAILS28
-rw-r--r--libs/libsodium/HISTORY17
3 files changed, 0 insertions, 46 deletions
diff --git a/libs/libsodium/DEPENDS b/libs/libsodium/DEPENDS
deleted file mode 100755
index a708cc1eac..0000000000
--- a/libs/libsodium/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends pkgconfig
diff --git a/libs/libsodium/DETAILS b/libs/libsodium/DETAILS
deleted file mode 100755
index 21a622e77a..0000000000
--- a/libs/libsodium/DETAILS
+++ /dev/null
@@ -1,28 +0,0 @@
- SPELL=libsodium
- VERSION=1.0.18
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE2="${SOURCE}.sig"
- SOURCE_URL[0]=https://download.libsodium.org/${SPELL}/releases/${SOURCE}
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=pureftpd.gpg:${SOURCE2}:UPSTREAM_KEY
- SIURCE2_IGNORE=signature
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE=https://libsodium.org/
- LICENSE[0]=ISC
- ENTERED=20150806
- SHORT="library for network communications and cryptography"
-cat << EOF
-Sodium is a modern, 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.
-
-And despite the emphasis on high security, primitives are faster
-across-the-board than most implementations of the NIST standards.
-EOF
diff --git a/libs/libsodium/HISTORY b/libs/libsodium/HISTORY
deleted file mode 100644
index cfed0c0625..0000000000
--- a/libs/libsodium/HISTORY
+++ /dev/null
@@ -1,17 +0,0 @@
-2019-06-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.18
-
-2019-01-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.17
-
-2018-08-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.16
-
-2016-04-07 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.10
-
-2016-01-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.8
-
-2015-08-06 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS, DEPENDS: created spell, version 1.0.3