Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (4f2e8220c607a943f7ddf9db4423471fa92b4f0b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (4f2e8220c607a943f7ddf9db4423471fa92b4f0b)
  • Date: Thu, 19 Sep 2013 11:10:01 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

ChangeLog | 3 +++
crypto/gnupg2/DEPENDS | 9 +++++++++
crypto/gnupg2/DETAILS | 19 +++++++++++++++++++
crypto/gnupg2/HISTORY | 3 +++
4 files changed, 34 insertions(+)

New commits:
commit 4f2e8220c607a943f7ddf9db4423471fa92b4f0b
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

New Spell: gnupg2

This spell is created to differentiate the 'gnupg' spell, currently
at 1.4.14, and a second branch of the same spell, which currently
sits at 2.0.21.

The upstream developer states that these two branch do NOT conflict
with one another and may in fact be used at the same time on the same
machine without adverse consequences.

Dependencies were set using the README file provided in the source
code tarball. It needs to be noted that while the 'libassuan'
library is stated as being required, it did not appear to be needed
when manualling performaing a './configure' and 'make'. I leave it
up to those wider than I to determine if the dependancy requirements
be followed as they stand from the upstream developer, or if the
dependencies be set based upon the spell creator's hands-on
observations.

diff --git a/ChangeLog b/ChangeLog
index 941ba8b..e37663f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
* utils/input-utils: new spell, a set of tools for debugging input
layer specific problems

+2013-09-15 David C. Haley <khoralin AT gmail.com>
+ * crypto/gnupg2: new spell, newer branch of gnupg (2.x)
+
2013-09-13 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: added 'dk-milter' account for dk-milter spell
* mail/dk-milter: new spell, DomainKeys milter for Sendmail
diff --git a/crypto/gnupg2/DEPENDS b/crypto/gnupg2/DEPENDS
new file mode 100755
index 0000000..3eaca0e
--- /dev/null
+++ b/crypto/gnupg2/DEPENDS
@@ -0,0 +1,9 @@
+depends libgpg-error &&
+depends libgcrypt &&
+depends libksba &&
+depends libassuan &&
+
+optional_depends pinentry \
+ "" \
+ "" \
+ "" &&
diff --git a/crypto/gnupg2/DETAILS b/crypto/gnupg2/DETAILS
new file mode 100755
index 0000000..902ec3b
--- /dev/null
+++ b/crypto/gnupg2/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gnupg2
+ VERSION=2.0.21
+ SOURCE="gnupg-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/gnupg/${SOURCE}
+
SOURCE_HASH=sha512:e31b7d9143462e4846111cdbcf0af9ad93fb1f5b9324a1c126c060e4cefb09d3c6b2f85e655d3960b5f21f09317cefd2c5b786e129efb62feab20f4b9a6770ba
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gnupg-${VERSION}"
+ WEB_SITE="http://www.gnupg.org";
+ LICENSE[0]=GPL
+ ENTERED=20130915
+ SHORT="Tool for secure secure communication and data storage"
+cat << EOF
+GnuPG (the GNU Privacy Guard) is GNU's tool for secure communication and
+data storage. It can be used to encrypt data and to create digital
+signatures. It includes an advanced key management facility and is
+compliant with the proposed OpenPGP Internet standard as described in
+RFC2440. As such, it is meant to be compatible with PGP from NAI, Inc.
+Because it does not use any patented algorithms, it can be used without
+any restrictions.
+EOF
diff --git a/crypto/gnupg2/HISTORY b/crypto/gnupg2/HISTORY
new file mode 100644
index 0000000..ef6c944
--- /dev/null
+++ b/crypto/gnupg2/HISTORY
@@ -0,0 +1,3 @@
+2013-09-15 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS, DETAILS: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page