Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7261d39be92308c09ae6f1ffea7e53957acc78e1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7261d39be92308c09ae6f1ffea7e53957acc78e1)
  • Date: Mon, 23 Sep 2019 16:39:16 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
crypto/libsodium/DEPENDS | 1 +
crypto/libsodium/DETAILS | 28 ++++++++++++++++++++++++++++
crypto/libsodium/HISTORY | 17 +++++++++++++++++
libs/libsodium/DEPENDS | 1 -
libs/libsodium/DETAILS | 28 ----------------------------
libs/libsodium/HISTORY | 17 -----------------
7 files changed, 49 insertions(+), 46 deletions(-)

New commits:
commit 7261d39be92308c09ae6f1ffea7e53957acc78e1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libsodium: moved to crypto from libs

diff --git a/ChangeLog b/ChangeLog
index 97b02ec..daba6b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * crypto/libsodium: moved from libs
+
2019-09-18 Ismael Luceno <ismael AT sourcemage.org>
* audio-libs/portmidi: new spell, Platform Independent Library for
MIDI I/O
diff --git a/crypto/libsodium/DEPENDS b/crypto/libsodium/DEPENDS
new file mode 100755
index 0000000..a708cc1
--- /dev/null
+++ b/crypto/libsodium/DEPENDS
@@ -0,0 +1 @@
+depends pkgconfig
diff --git a/crypto/libsodium/DETAILS b/crypto/libsodium/DETAILS
new file mode 100755
index 0000000..21a622e
--- /dev/null
+++ b/crypto/libsodium/DETAILS
@@ -0,0 +1,28 @@
+ 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/crypto/libsodium/HISTORY b/crypto/libsodium/HISTORY
new file mode 100644
index 0000000..cfed0c0
--- /dev/null
+++ b/crypto/libsodium/HISTORY
@@ -0,0 +1,17 @@
+2019-06-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.18
+
+2019-01-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.17
+
+2018-08-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.16
+
+2016-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.10
+
+2016-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.8
+
+2015-08-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.0.3
diff --git a/libs/libsodium/DEPENDS b/libs/libsodium/DEPENDS
deleted file mode 100755
index a708cc1..0000000
--- 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 21a622e..0000000
--- 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 cfed0c0..0000000
--- a/libs/libsodium/HISTORY
+++ /dev/null
@@ -1,17 +0,0 @@
-2019-06-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.18
-
-2019-01-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.17
-
-2018-08-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.16
-
-2016-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.10
-
-2016-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.0.8
-
-2015-08-06 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS, DEPENDS: created spell, version 1.0.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7261d39be92308c09ae6f1ffea7e53957acc78e1), Vlad Glagolev, 09/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page