summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2007-11-06 09:39:03 +0100
committerAndraž Levstik2007-11-06 09:39:03 +0100
commitea3632ed68a8d7bd3fd9e0b2c05a2cf84af7125f (patch)
treec89ba25443a4cb26cd9aef559c908b812f62bd0b
parent8f5596e4d5afa317a8d6b4dbc76cb60792e56ef1 (diff)
pam_sotp: new spell, a simple One Time Password PAM module
-rw-r--r--ChangeLog2
-rwxr-xr-xsecurity-libs/pam_sotp/BUILD2
-rwxr-xr-xsecurity-libs/pam_sotp/DEPENDS1
-rwxr-xr-xsecurity-libs/pam_sotp/DETAILS14
-rw-r--r--security-libs/pam_sotp/HISTORY2
5 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db7f7e8a94..142e75bade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-11-06 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* groups: added shadow
+ * security-libs/pam_sotp: new spell, a simple One Time Password
+ module for PAM
2007-11-03 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* libs/gloox: moved to chat-libs
diff --git a/security-libs/pam_sotp/BUILD b/security-libs/pam_sotp/BUILD
new file mode 100755
index 0000000000..2bb4204363
--- /dev/null
+++ b/security-libs/pam_sotp/BUILD
@@ -0,0 +1,2 @@
+create_group shadow &&
+default_build
diff --git a/security-libs/pam_sotp/DEPENDS b/security-libs/pam_sotp/DEPENDS
new file mode 100755
index 0000000000..5ca206deaa
--- /dev/null
+++ b/security-libs/pam_sotp/DEPENDS
@@ -0,0 +1 @@
+depends linux-pam
diff --git a/security-libs/pam_sotp/DETAILS b/security-libs/pam_sotp/DETAILS
new file mode 100755
index 0000000000..6abc43199f
--- /dev/null
+++ b/security-libs/pam_sotp/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pam_sotp
+ VERSION=0.3.3
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.cavecanen.org/cs/projects/${SPELL}/dl/${SOURCE}
+ SOURCE_HASH=sha512:483a6c2d371e38561b318c44fedc9763ed002382de96169a7a0ebdfcc9d49101eb1185ad85331f998d2e44b23d216c0c499cb0c3be9fa3d613c64f55946a342d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.cavecanen.org/cs/projects/pam_sotp/ "
+ LICENSE[0]=GPL
+ ENTERED=20071106
+ SHORT="An OTP module for PAM."
+cat << EOF
+pam_sotp is a module for PAM which provides support for one time passwords
+(OTP) authentication.
+EOF
diff --git a/security-libs/pam_sotp/HISTORY b/security-libs/pam_sotp/HISTORY
new file mode 100644
index 0000000000..0f1a4f8fac
--- /dev/null
+++ b/security-libs/pam_sotp/HISTORY
@@ -0,0 +1,2 @@
+2007-11-06 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell