[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (61ac4c5557b0d7af62e90df13c76693e0d36f307)

Ladislav Hagara scm at sourcemage.org
Tue Mar 10 12:07:27 EDT 2009


GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:

 ChangeLog                   |    1 +
 crypto/monkeysphere/BUILD   |    1 +
 crypto/monkeysphere/DEPENDS |    4 ++++
 crypto/monkeysphere/DETAILS |   18 ++++++++++++++++++
 crypto/monkeysphere/HISTORY |    3 +++
 5 files changed, 27 insertions(+)

New commits:
commit 61ac4c5557b0d7af62e90df13c76693e0d36f307
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    crypto/monkeysphere: new spell, a program that enables you to use
    OpenPGP to verify ssh connections

diff --git a/ChangeLog b/ChangeLog
index 73772ba..1ff5f1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2009-03-10 Ladislav Hagara <hgr at vabo.cz>
 	* libs/liblockfile: new spell, NFS-safe locking library
 	* utils/lockfile-progs: new spell, locking and unlocking files
+	* crypto/monkeysphere: new spell, enables OpenPGP to verify SSH
 
 2009-03-09 Ladislav Hagara <hgr at vabo.cz>
 	* net/pingtunnel: new spell, tunneling TCP connections over ICMP
diff --git a/crypto/monkeysphere/BUILD b/crypto/monkeysphere/BUILD
new file mode 100755
index 0000000..397db75
--- /dev/null
+++ b/crypto/monkeysphere/BUILD
@@ -0,0 +1 @@
+:
diff --git a/crypto/monkeysphere/DEPENDS b/crypto/monkeysphere/DEPENDS
new file mode 100755
index 0000000..b9790e8
--- /dev/null
+++ b/crypto/monkeysphere/DEPENDS
@@ -0,0 +1,4 @@
+depends openssh &&
+depends gnupg &&
+depends perl &&
+depends lockfile-progs
diff --git a/crypto/monkeysphere/DETAILS b/crypto/monkeysphere/DETAILS
new file mode 100755
index 0000000..0d04b1e
--- /dev/null
+++ b/crypto/monkeysphere/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=monkeysphere
+         VERSION=0.24
+          SOURCE=${SPELL}_$VERSION.orig.tar.gz
+   SOURCE_URL[0]=http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/$SOURCE
+     SOURCE_HASH=sha512:4499095348fea0c6161bdc182944e939c16981a7fe8a1c25fce08fdae50608975ca53a19bb693150ef4de4e41f2c12c2ca2badf413cc875ad21e0028e5f99e56
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+        WEB_SITE=http://monkeysphere.info/
+      LICENSE[0]=GPL
+         ENTERED=20090310
+           SHORT="a program that enables you to use OpenPGP to verify ssh connections"
+cat << EOF
+The Monkeysphere enables you to use the OpenPGP web of trust to verify
+ssh connections. SSH key-based authentication is tried-and-true, but it
+lacks a true public key infrastructure for key certification, revocation,
+and expiration.  Monkeysphere is a framework that uses the OpenPGP web of
+trust for these PKI functions. It can be used in both directions: for users
+to get validated host keys, and for hosts to authenticate users.
+EOF
diff --git a/crypto/monkeysphere/HISTORY b/crypto/monkeysphere/HISTORY
new file mode 100644
index 0000000..0826739
--- /dev/null
+++ b/crypto/monkeysphere/HISTORY
@@ -0,0 +1,3 @@
+2009-03-10 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, BUILD: spell created, version 0.24
+



More information about the SM-Commit mailing list