Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0a2d01d8e75a8b569a0422eaa1601720ee75fbcc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0a2d01d8e75a8b569a0422eaa1601720ee75fbcc)
  • Date: Tue, 6 Nov 2007 02:40:08 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 5 +++++
groups | 1 +
security-libs/pam_sotp/BUILD | 2 ++
security-libs/pam_sotp/DEPENDS | 1 +
security-libs/pam_sotp/DETAILS | 14 ++++++++++++++
security-libs/pam_sotp/HISTORY | 2 ++
6 files changed, 25 insertions(+)

New commits:
commit ea3632ed68a8d7bd3fd9e0b2c05a2cf84af7125f
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

pam_sotp: new spell, a simple One Time Password PAM module

commit 8f5596e4d5afa317a8d6b4dbc76cb60792e56ef1
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

groups: added shadow group

commit b4679928bd515b75ee866a91ec6e238bb1298edc
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

monit: update to 4.10

commit 3837e1262af6a648822f0b06a96018c823442556
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

anubis: version update 4.1

commit 7c19b98cb3a7fbc20e74e817959665c1126ca4db
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

dovecot: managesieve patch update 8.3

commit 57223a4aad8a62a0814e0de1e3c20fba18544cef
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

libburn-pykix: update to 0.4.0

diff --git a/ChangeLog b/ChangeLog
index 0e7b951..6fc4a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-06 Andraž "ruskie" Levstik <ruskie AT 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 AT 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 226a72a..5b02ab3 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 0000000..2bb4204
--- /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 0000000..5ca206d
--- /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 0000000..6abc431
--- /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 0000000..0f1a4f8
--- /dev/null
+++ b/security-libs/pam_sotp/HISTORY
@@ -0,0 +1,2 @@
+2007-11-06 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0a2d01d8e75a8b569a0422eaa1601720ee75fbcc), Andraž Levstik, 11/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page