Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bb088c4e3f7daa044499e97535d876e3064cb0b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bb088c4e3f7daa044499e97535d876e3064cb0b1)
  • Date: Tue, 17 May 2011 03:29:01 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 1 +
security-libs/pam-abl/BUILD | 3 +++
security-libs/pam-abl/DEPENDS | 2 ++
security-libs/pam-abl/DETAILS | 15 +++++++++++++++
security-libs/pam-abl/HISTORY | 3 +++
5 files changed, 24 insertions(+)

New commits:
commit bb088c4e3f7daa044499e97535d876e3064cb0b1
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

pam-abl: new spell, auto-blocker for pam

diff --git a/ChangeLog b/ChangeLog
index 41bb05b..5e7c925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2011-05-17 Arjan Bouter <abouter AT sourcemage.org>
* x11/blueman: new spell, python/gtk based bluetooth manager
* x11/xinput_calibrator: new spell, xinput calibration tool
+ * security-libs/pam-abl: new spell, auto-block list plugin for PAM

2011-05-17 Ismael Luceno <ismael AT sourcemage.org>
* gnome2-apps/xournal: new spell, Application for notetaking,
sketching,
diff --git a/security-libs/pam-abl/BUILD b/security-libs/pam-abl/BUILD
new file mode 100755
index 0000000..eb7997e
--- /dev/null
+++ b/security-libs/pam-abl/BUILD
@@ -0,0 +1,3 @@
+cd "${SOURCE_DIRECTORY}" &&
+./configure --prefix=/ --mandir=/usr/share/man
--docdir=/usr/share/doc/pam-abl &&
+make
diff --git a/security-libs/pam-abl/DEPENDS b/security-libs/pam-abl/DEPENDS
new file mode 100755
index 0000000..5f8b5da
--- /dev/null
+++ b/security-libs/pam-abl/DEPENDS
@@ -0,0 +1,2 @@
+depends linux-pam &&
+depends db
diff --git a/security-libs/pam-abl/DETAILS b/security-libs/pam-abl/DETAILS
new file mode 100755
index 0000000..6c3c708
--- /dev/null
+++ b/security-libs/pam-abl/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pam-abl
+ VERSION=0.4.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]="${SOURCEFORGE_URL}/${SPELL}/${SOURCE}"
+
SOURCE_HASH=sha512:a266fcc1aeb0fd95f9d3da69a4e9eac15e9fe0c10ed32d2af3ce5e00f4ee1f599fea6b7695902f3a13bcc0f9a831ccde24b1f3cbcce6b6988b60b04a9c420509
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://pam-abl.deksai.com/";
+ LICENSE[0]=GPL
+ ENTERED=20110517
+ GATHER_DOCS=off
+ SHORT="PAM auto block module"
+cat << EOF
+pam_abl is a pam module designed to automatically block hosts which are
+attempting a brute force attack.
+EOF
diff --git a/security-libs/pam-abl/HISTORY b/security-libs/pam-abl/HISTORY
new file mode 100644
index 0000000..82efd27
--- /dev/null
+++ b/security-libs/pam-abl/HISTORY
@@ -0,0 +1,3 @@
+2011-05-17 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bb088c4e3f7daa044499e97535d876e3064cb0b1), Arjan Bouter, 05/17/2011

Archive powered by MHonArc 2.6.24.

Top of Page