Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8b2b0d537eb28eddc55f4d9265b3aff3121a0e82)
  • Date: Sun, 13 May 2007 18:33:51 -0500

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

ChangeLog | 1 +
http/mod_auth_openpgp/BUILD | 1 +
http/mod_auth_openpgp/DETAILS | 17 +++++++++++++++++
http/mod_auth_openpgp/HISTORY | 3 +++
http/mod_auth_openpgp/INSTALL | 1 +
5 files changed, 23 insertions(+)

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

http/mod_auth_openpgp: new spell, an Apache module based on OpenPGP

diff --git a/ChangeLog b/ChangeLog
index 806a368..024957f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2007-05-13 Ladislav Hagara <hgr AT vabo.cz>
* net/gsnmp: new spell, SNMP Library
* net/vnstat: new spell, a network traffic monitor
+ * http/mod_auth_openpgp: new spell, an Apache module based on OpenPGP

2007-05-13 Treeve Jelbert <treeve AT sourcemage.org>
* libs/soprano: new spell, needed for kde4
diff --git a/http/mod_auth_openpgp/BUILD b/http/mod_auth_openpgp/BUILD
new file mode 100755
index 0000000..b361249
--- /dev/null
+++ b/http/mod_auth_openpgp/BUILD
@@ -0,0 +1 @@
+/usr/sbin/apxs -c -i -l gpgme -l gpg-error -I /usr/include/gpgme
mod_auth_openpgp.c
diff --git a/http/mod_auth_openpgp/DETAILS b/http/mod_auth_openpgp/DETAILS
new file mode 100755
index 0000000..27ec533
--- /dev/null
+++ b/http/mod_auth_openpgp/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mod_auth_openpgp
+ VERSION=0.2.0
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/auth_openpgp
+ SOURCE_URL[0]=http://www.buanzo.com.ar/files/$SOURCE
+
SOURCE_HASH=sha512:a3bc4bbba4e7bd9526d0a34a46e34adb826fbb26ad63d19cd5daaaa82448b8c1d62f31385964ee5ef70797a984ee6d5a1bd751c4f0eacc30a9da7c4a1e8c1b0d
+ WEB_SITE=http://enigform.mozdev.org/
+ ENTERED=20070513
+ LICENSE[0]=GPL
+ KEYWORDS="http crypto"
+ SHORT="an Apache module based on OpenPGP signatures"
+cat << EOF
+Mod_Auth_OpenPGP is an Apache module that implements access authorization to
+servers, vhosts, or directories when incoming requests' HTTP OpenPGP
signatures
+are valid and known by the local keyring. It's the Apache companion for
+Firefox's extension "Enigform".
+EOF
diff --git a/http/mod_auth_openpgp/HISTORY b/http/mod_auth_openpgp/HISTORY
new file mode 100644
index 0000000..d7ea63d
--- /dev/null
+++ b/http/mod_auth_openpgp/HISTORY
@@ -0,0 +1,3 @@
+2007-05-13 Ladislav Hagara <hgr AT vabo.cz>
+ * BUILD, DETAILS, INSTALL: created this spell, version 0.2.0
+
diff --git a/http/mod_auth_openpgp/INSTALL b/http/mod_auth_openpgp/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/http/mod_auth_openpgp/INSTALL
@@ -0,0 +1 @@
+true



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8b2b0d537eb28eddc55f4d9265b3aff3121a0e82), Ladislav Hagara, 05/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page