Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (4c9414a6b8533b671181201c52984fc4342ca8e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (4c9414a6b8533b671181201c52984fc4342ca8e6)
  • Date: Fri, 28 Aug 2009 19:46:52 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

security/audit/DEPENDS | 17 +++++++++++++++++
security/audit/DETAILS | 18 +++++++++---------
security/audit/HISTORY | 6 ++++++
security/audit/PRE_BUILD | 3 ---
4 files changed, 32 insertions(+), 12 deletions(-)

New commits:
commit 4c9414a6b8533b671181201c52984fc4342ca8e6
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

security/audit: updated to version 2.0, added optional dependencies

diff --git a/security/audit/DEPENDS b/security/audit/DEPENDS
new file mode 100755
index 0000000..a1f837b
--- /dev/null
+++ b/security/audit/DEPENDS
@@ -0,0 +1,17 @@
+depends openldap &&
+optional_depends libprelude \
+ "--with-prelude" \
+ "--without-prelude" \
+ "to enable prelude IDS support" &&
+optional_depends tcp_wrappers \
+ "--with-libwrap" \
+ "--without-libwrap" \
+ "to compile in libwrap (tcp_wrappers) support" &&
+optional_depends krb5 \
+ "--enable-gssapi-krb5" \
+ "--disable-gssapi-krb5" \
+ "to enable GSSAPI Kerberos 5 support" &&
+optional_depends libcap-ng \
+ "--with-libcap-ng" \
+ "--without-libcap-ng" \
+ "to add Libcap-ng support"
diff --git a/security/audit/DETAILS b/security/audit/DETAILS
index 1f013db..dab623f 100755
--- a/security/audit/DETAILS
+++ b/security/audit/DETAILS
@@ -1,12 +1,12 @@
- SPELL=audit
- VERSION=1.6.1
- SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:20ee80365a6c39bb331c7a7b7023a8334f554d74a5b159cad0cd4d654628fc40bd352d068855390d4ef3f1c1036ae52f81f1421346422d713935bb708876517d

-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://people.redhat.com/sgrubb/$SPELL/$SOURCE
- WEB_SITE=http://people.redhat.com/sgrubb/audit/
- ENTERED=20040815
- LICENSE[0]=GPL
+ SPELL="audit"
+ VERSION="2.0"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_HASH="sha512:eadf1c0b239f0bc2d14ac253aa64ac45fbddf4e3626c81d9271452917d6e6957372d5a4a9234e26602e848e920296a0dadb28eb7957a690c6e46579c35dd22c2"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ SOURCE_URL[0]="http://people.redhat.com/sgrubb/${SPELL}/${SOURCE}";
+ WEB_SITE="http://people.redhat.com/sgrubb/audit/";
+ ENTERED="20040815"
+ LICENSE[0]="GPL"
SHORT="Userspace Tools for Linux Auditing Framework"
cat << EOF
The main goals were to provide system call auditing with 1) as low
diff --git a/security/audit/HISTORY b/security/audit/HISTORY
index a3ac637..adc8fce 100644
--- a/security/audit/HISTORY
+++ b/security/audit/HISTORY
@@ -1,2 +1,8 @@
+2009-08-03 Quentin Reameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 2.0
+ * DEPENDS: added optional support
+ * PRE_BUILD: removed
+
2007-09-13 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell
+
diff --git a/security/audit/PRE_BUILD b/security/audit/PRE_BUILD
deleted file mode 100755
index 33efff7..0000000
--- a/security/audit/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (4c9414a6b8533b671181201c52984fc4342ca8e6), Quentin Rameau, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page