Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9d096aad42ba3da499772924453af48591bbc108)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9d096aad42ba3da499772924453af48591bbc108)
  • Date: Mon, 13 Nov 2006 11:38:15 -0600

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

ChangeLog | 3 +++
crypto/scute/DEPENDS | 4 ++++
crypto/scute/DETAILS | 22 ++++++++++++++++++++++
crypto/scute/HISTORY | 3 +++
4 files changed, 32 insertions(+)

New commits:
commit 9d096aad42ba3da499772924453af48591bbc108
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

crypto/scute: new spell
OpenPGP card authentication for Mozilla-based web browsers

diff --git a/ChangeLog b/ChangeLog
index 70fbd25..15eee1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-11-13 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/scute: new spell, OpenPGP card authentication for web
browsers
+
2006-11-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* audio-drivers/podxt renamed to line6

diff --git a/crypto/scute/DEPENDS b/crypto/scute/DEPENDS
new file mode 100755
index 0000000..1d93a10
--- /dev/null
+++ b/crypto/scute/DEPENDS
@@ -0,0 +1,4 @@
+depends libgpg-error &&
+depends libassuan &&
+depends gnupg-exp &&
+depends pinentry
diff --git a/crypto/scute/DETAILS b/crypto/scute/DETAILS
new file mode 100755
index 0000000..cbb466a
--- /dev/null
+++ b/crypto/scute/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=scute
+ VERSION=1.0.0
+
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/scute/$SOURCE
+ SOURCE_GPG="GnuPG.gpg:$SOURCE.sig"
+
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE2_IGNORE=signature
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.scute.org
+ ENTERED=20061113
+ LICENSE[0]=GPL
+ KEYWORDS="gnupg crypto"
+ SHORT="OpenPGP card authentication for Mozilla-based web browsers"
+cat << EOF
+Scute is a PKCS #11 module that adds support for the OpenPGP smartcard card
to
+the Mozilla Network Security Services (NSS). It allows you to use your
OpenPGP
+card for client authentication in Mozilla-based web browsers.
+EOF
diff --git a/crypto/scute/HISTORY b/crypto/scute/HISTORY
new file mode 100644
index 0000000..ea6c5ae
--- /dev/null
+++ b/crypto/scute/HISTORY
@@ -0,0 +1,3 @@
+2006-11-13 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 1.0.0
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9d096aad42ba3da499772924453af48591bbc108), Ladislav Hagara, 11/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page