[SM-Commit] GIT changes to master grimoire by Andraž Levstik (7e5cb132ff0a05aa347f31abedb386607f8b370f)

Andraž Levstik scm at mail.sourcemage.org
Mon Mar 12 05:35:16 EDT 2007


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

 ChangeLog                    |    4 ++++
 security/rsbac-admin/BUILD   |    6 ++++++
 security/rsbac-admin/DEPENDS |    1 +
 security/rsbac-admin/DETAILS |   32 ++++++++++++++++++++++++++++++++
 security/rsbac-admin/HISTORY |    2 ++
 security/rsbac-admin/INSTALL |   15 +++++++++++++++
 6 files changed, 60 insertions(+)

New commits:
commit 7e5cb132ff0a05aa347f31abedb386607f8b370f
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    rsbac-admin: new spell rsbac admin tools

commit 47c6b687c0e664163e601cf384f66775d032c50d
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    tracker: minor fixes

commit 0fbc2ac1e5705106dd63fa5eb8403d1c4209a356
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    arping: man page install location fix

commit 4270eda15df2d01d35edab612cdc1e6abdfe6a25
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    catfish: new spell, a frontend to variosu search tools like beagle,
    tracker, find, locate

commit f4c36d3f39219b052bc53c8bb377b688429921ea
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    dzen2: new spell, A general purpose messaging and notification program.

diff --git a/ChangeLog b/ChangeLog
index 0c0d57c..768b02d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-12 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* security/rsbac-admin: new spell, rsbac-admin tools
+
 2007-03-10 David Kowis <dkowis at shlrm.org>
 	* perl-cpan/template-plugin-gd-image: new spell, Needed for bugzilla to do
 	  charting
@@ -29,6 +32,7 @@
 2007-03-06 Thomas Orgis <sobukus at sourcemage.org>
 	* science/tisean: new spell; time series analysis toolkit
 
+>>>>>>> origin
 2007-03-06 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* doc/unrtf: added, rtf -> ps,latex,html converter
 	* libs/libtextcat: added, A library for efficient, lightweight text
diff --git a/security/rsbac-admin/BUILD b/security/rsbac-admin/BUILD
new file mode 100755
index 0000000..c324385
--- /dev/null
+++ b/security/rsbac-admin/BUILD
@@ -0,0 +1,6 @@
+make PREFIX="${INSTALL_ROOT}/usr" \
+     libs \
+     nss \
+     rklogd \
+     tools \
+     $OPTS
diff --git a/security/rsbac-admin/DEPENDS b/security/rsbac-admin/DEPENDS
new file mode 100755
index 0000000..d0247c6
--- /dev/null
+++ b/security/rsbac-admin/DEPENDS
@@ -0,0 +1 @@
+optional_depends linux-pam "pam" "" "Enable PAM support?"
diff --git a/security/rsbac-admin/DETAILS b/security/rsbac-admin/DETAILS
new file mode 100755
index 0000000..a6ea1f8
--- /dev/null
+++ b/security/rsbac-admin/DETAILS
@@ -0,0 +1,32 @@
+           SPELL=rsbac-admin
+         VERSION=1.3.1
+          SOURCE="${SPELL}-${VERSION}.tar.bz2"
+   SOURCE_URL[0]=http://download.rsbac.org/code/${VERSION}/${SOURCE}
+   SOURCE_URL[1]=ftp://rsbac.org/code/${VERSION}/${SOURCE}
+   SOURCE_URL[2]=ftp://rsbac.m-privacy.de/rsbac/download/code/${VERSION}/${SOURCE}
+   SOURCE_URL[3]=http://download.rsbac.m-privacy.de/code/${VERSION}/${SOURCE}
+   SOURCE_URL[4]=http://download.rsbac.gg3.net/code/${VERSION}/${SOURCE}
+   SOURCE_URL[5]=ftp://ftp.gg3.net/pub/linux/rsbac/download/code/${VERSION}/${SOURCE}
+         SOURCE2=${SOURCE}.asc
+  SOURCE2_URL[0]=http://download.rsbac.org/code/${VERSION}/${SOURCE2}
+  SOURCE2_URL[1]=ftp://rsbac.org/code/${VERSION}/${SOURCE2}
+  SOURCE2_URL[2]=ftp://rsbac.m-privacy.de/rsbac/download/code/${VERSION}/${SOURCE2}
+  SOURCE2_URL[3]=http://download.rsbac.m-privacy.de/code/${VERSION}/${SOURCE2}
+  SOURCE2_URL[4]=http://download.rsbac.gg3.net/code/${VERSION}/${SOURCE2}
+  SOURCE2_URL[5]=ftp://ftp.gg3.net/pub/linux/rsbac/download/code/${VERSION}/${SOURCE2}
+      SOURCE_GPG=rsbac.gpg:$SOURCE2:UPSTREAM_KEY
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://www.rsbac.org/ "
+      LICENSE[0]=GPL
+         ENTERED=20070309
+           SHORT="A flexible system of access control based on rules"
+cat << EOF
+Rule Set Based Access Control (RSBAC) is a Free Software security extension
+for current Linux kernels. It is based on the Generalized Framework for
+Access Control (GFAC) by Abrams and LaPadula and provides a flexible system
+of access control based on several modules. All security relevant system
+calls are extended by security enforcement code. This code calls the central
+decision component, which in turn calls all active decision modules and
+generates a combined decision. This decision is then enforced by the system
+call extensions.
+EOF
diff --git a/security/rsbac-admin/HISTORY b/security/rsbac-admin/HISTORY
new file mode 100644
index 0000000..7fa0699
--- /dev/null
+++ b/security/rsbac-admin/HISTORY
@@ -0,0 +1,2 @@
+2007-03-09 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS, BUILD, INSTALL, HISTORY: created spell
diff --git a/security/rsbac-admin/INSTALL b/security/rsbac-admin/INSTALL
new file mode 100755
index 0000000..e2afd75
--- /dev/null
+++ b/security/rsbac-admin/INSTALL
@@ -0,0 +1,15 @@
+if [[ -n $OPTS ]]; then
+local i  &&
+local OPTS1  &&
+for i in $OPTS ; do
+   i=$i-install  &&
+   OPTS1="${OPTS1} $i"
+done
+fi
+make PREFIX="${INSTALL_ROOT}/usr" \
+     headers-install \
+     libs-install \
+     nss-install \
+     rklogd-install \
+     tools-install \
+     $OPTS1



More information about the SM-Commit mailing list