Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0e0a23f2503878b794c10e4b6201c7fbd8e8ac93)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0e0a23f2503878b794c10e4b6201c7fbd8e8ac93)
  • Date: Sun, 20 Dec 2009 09:56:01 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

collab/openldap/DETAILS | 4 +++-
collab/openldap/HISTORY | 3 +++
security/audit/BUILD | 2 ++
security/audit/DEPENDS | 1 +
security/audit/DETAILS | 4 ++--
security/audit/HISTORY | 8 ++++++++
security/audit/INSTALL | 5 +++++
security/audit/init.d/auditd | 7 +++++++
8 files changed, 31 insertions(+), 3 deletions(-)

New commits:
commit 70ab6acc5948dc803afc6fba37fbca6ae85fa63f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

security/audit: version 2.0.4, added init script, moved executable to
/sbin

commit e1bef697191ae32c2e3e62bdbb3db1e4802b8912
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

collab/openldap: fixed stable version's distfile name

diff --git a/collab/openldap/DETAILS b/collab/openldap/DETAILS
index 6f082a5..ecc3ea8 100755
--- a/collab/openldap/DETAILS
+++ b/collab/openldap/DETAILS
@@ -1,12 +1,14 @@
SPELL=openldap
if [[ $OPENLDAP_BRANCH == stable ]]; then
VERSION=2.4.19
+ XVERSION=20091028
+ SOURCE=$SPELL-stable-$XVERSION.tgz

SOURCE_HASH=sha512:f802fd91596aba9f406e68797008edaebbcc65f7c0a71088c792fa358553e787b82e087e4e2461a27db3f4ed7dd2fc6ac8dabb8a58788d84406061826651570d
else
VERSION=2.4.20
+ SOURCE=$SPELL-$VERSION.tgz

SOURCE_HASH=sha512:2dad0d03c4361c35f54f31e45705b145af110543e628b05c9497e97d91f7d320c927fdff5af4eba4c90148129e9511e8c4efbf35787924d036ef53d655863201
fi
- SOURCE=$SPELL-$VERSION.tgz
SOURCE_URI=$SPELL-$OPENLDAP_BRANCH/$SOURCE
SOURCE_URL[0]=ftp://ftp.openldap.org/pub/OpenLDAP/$SOURCE_URI
SOURCE_URL[1]=ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/$SOURCE_URI
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index b0f85d0..e63aed3 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,6 @@
+2009-12-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: fixed stable version's distfile name
+
2009-11-28 Vlad Glagolev <stealth AT sourcemage.org>
* PREPARE: added, for branch selection
* DETAILS: added release branch
diff --git a/security/audit/BUILD b/security/audit/BUILD
new file mode 100755
index 0000000..8086996
--- /dev/null
+++ b/security/audit/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --sbindir=${INSTALL_ROOT}/sbin" &&
+default_build
diff --git a/security/audit/DEPENDS b/security/audit/DEPENDS
index a1f837b..3af10cf 100755
--- a/security/audit/DEPENDS
+++ b/security/audit/DEPENDS
@@ -1,3 +1,4 @@
+depends python &&
depends openldap &&
optional_depends libprelude \
"--with-prelude" \
diff --git a/security/audit/DETAILS b/security/audit/DETAILS
index dab623f..6891877 100755
--- a/security/audit/DETAILS
+++ b/security/audit/DETAILS
@@ -1,7 +1,7 @@
SPELL="audit"
- VERSION="2.0"
+ VERSION="2.0.4"
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_HASH="sha512:eadf1c0b239f0bc2d14ac253aa64ac45fbddf4e3626c81d9271452917d6e6957372d5a4a9234e26602e848e920296a0dadb28eb7957a690c6e46579c35dd22c2"
+
SOURCE_HASH=sha512:e46bfdda86327ce8a3e183dc15a6bc97a5e67d8114a43f80358e785238be79057572572ea650ddfa6356a5e832c0be94de6166371d3f2e492b91192afea2dd31
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="http://people.redhat.com/sgrubb/${SPELL}/${SOURCE}";
WEB_SITE="http://people.redhat.com/sgrubb/audit/";
diff --git a/security/audit/HISTORY b/security/audit/HISTORY
index adc8fce..f3f55e5 100644
--- a/security/audit/HISTORY
+++ b/security/audit/HISTORY
@@ -1,3 +1,11 @@
+2009-12-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.0.4
+ * DEPENDS: added missing dependency on python
+ * INSTALL: fix permissions
+ * BUILD: install to /sbin instead of /usr/sbin since auditd should
+ be started as early as possible
+ * init.d/auditd: added init script
+
2009-08-03 Quentin Reameau <quinq AT sourcemage.org>
* DETAILS: updated to version 2.0
* DEPENDS: added optional support
diff --git a/security/audit/INSTALL b/security/audit/INSTALL
new file mode 100755
index 0000000..91d0bac
--- /dev/null
+++ b/security/audit/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+chmod 0750 "${INSTALL_ROOT}"/sbin/au{ditctl,report,dispd,ditd,search,trace}
&&
+mkdir -p ${INSTALL_ROOT}/var/log/audit &&
+chmod 0750 "${INSTALL_ROOT}"/var/log/audit/ &&
+chmod 0640 "${INSTALL_ROOT}"/etc/audit/{auditd.conf,audit.rules*}
diff --git a/security/audit/init.d/auditd b/security/audit/init.d/auditd
new file mode 100755
index 0000000..b2a0a46
--- /dev/null
+++ b/security/audit/init.d/auditd
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+PROGRAM=/sbin/auditd
+RUNLEVEL=S
+NEEDS=+root_fs
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0e0a23f2503878b794c10e4b6201c7fbd8e8ac93), Florian Franzmann, 12/20/2009

Archive powered by MHonArc 2.6.24.

Top of Page