summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2007-11-06 09:39:58 +0100
committerAndraž Levstik2007-11-06 09:39:58 +0100
commit0a2d01d8e75a8b569a0422eaa1601720ee75fbcc (patch)
tree8172545a4626e191a263e45bf01501f12b7a577c
parent3bf9960dc87b1080dc73d78f322d099b3fd8a768 (diff)
parentea3632ed68a8d7bd3fd9e0b2c05a2cf84af7125f (diff)
Merge branch 'local-WIP'
Conflicts: ChangeLog
-rw-r--r--ChangeLog5
-rwxr-xr-xgroups1
-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
6 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e7b951d99..6fc4a00619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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-05 Vlad Glagolev <codex@sourcemage.org>
* ftp/transmission: new spell, gtk+2 BitTorrent client
* audio-soft/asunder: new spell, gtk+2 ripper
diff --git a/groups b/groups
index 226a72aab1..5b02ab3604 100755
--- a/groups
+++ b/groups
@@ -18,6 +18,7 @@ floppy:25:
audio:29:
www-data:33:
backup:34:
+shadow:x:42:
utmp:43:
games:60:
firebird:84:
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