[SM-Commit] GIT changes to master grimoire by George Sherwood (ee03944422e21bfe25bee59d85cde117845f96d4)

George Sherwood scm at sourcemage.org
Sat Jun 9 04:11:18 EDT 2007


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 ChangeLog                |    1 +
 chat-libs/libotr/DEPENDS |    1 +
 chat-libs/libotr/DETAILS |   22 ++++++++++++++++++++++
 chat-libs/libotr/HISTORY |    2 ++
 4 files changed, 26 insertions(+)

New commits:
commit ee03944422e21bfe25bee59d85cde117845f96d4
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    libotr: Added spell.

diff --git a/ChangeLog b/ChangeLog
index e5d4196..6d31388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2007-06-09 George Sherwood <george at beernabeer.com>
 	* chat-im/centerim: Created new spell. Fork of centericq
+	* chat-libs/libotr: Added new spell.
 
 2007-06-08 Eric Sandall <sandalle at sourcemage.org>
 	* e/elitaire: Moved to games/games-cards (Bug #13821)
diff --git a/chat-libs/libotr/DEPENDS b/chat-libs/libotr/DEPENDS
new file mode 100755
index 0000000..4c23526
--- /dev/null
+++ b/chat-libs/libotr/DEPENDS
@@ -0,0 +1 @@
+depends libgcrypt
diff --git a/chat-libs/libotr/DETAILS b/chat-libs/libotr/DETAILS
new file mode 100755
index 0000000..217b1bc
--- /dev/null
+++ b/chat-libs/libotr/DETAILS
@@ -0,0 +1,22 @@
+           SPELL=libotr
+         VERSION=3.0.0
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=http://www.cypherpunks.ca/otr/${SOURCE}
+     SOURCE_HASH=sha512:f4a9dd30c5b2b1e51f463fdb4116c3b1469f5a59c8ec93e1b06c72111be6150c4240d465b1422d90c21be0c2b5feb94a0eb9cb1321ca89291e137c827f438a0d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://www.cypherpunks.ca/otr/"
+      LICENSE[0]=GPL
+         ENTERED=20070609
+           SHORT="allows you to have private conversations over IM"
+cat << EOF
+Off-the-Record (OTR) Messaging allows you to have private conversations over
+instant messaging by providing:
+
+Encryption-No one else can read your instant messages.  Authentication-You are
+assured the correspondent is who you think it is.  Deniability-The messages you
+send do not have digital signatures that are checkable by a third party. Anyone
+can forge messages after a conversation to make them look like they came
+from you. However, during a conversation, your correspondent is assured the
+messages he sees are authentic and unmodified.  Perfect forward secrecy-If
+you lose control of your private keys, no previous conversation is compromised.
+EOF
diff --git a/chat-libs/libotr/HISTORY b/chat-libs/libotr/HISTORY
new file mode 100644
index 0000000..92d0758
--- /dev/null
+++ b/chat-libs/libotr/HISTORY
@@ -0,0 +1,2 @@
+2007-06-09 George Sherwood <george at beernabeer.com>
+	* DETAILS, HISTORY: created spell



More information about the SM-Commit mailing list